[v1,0/2] Tegra114: switch Tegra Note 7 from tn7 to tegratab

Message ID 20240212071843.6679-1-clamor95@gmail.com
Headers
Series Tegra114: switch Tegra Note 7 from tn7 to tegratab |

Message

Svyatoslav Ryhel Feb. 12, 2024, 7:18 a.m. UTC
  Currently Tegra Note 7 uses tn7 compatible and device tree name which is
not quite correct. This device has proper codename which is tegratab.
Switch tn7 in compatible to tegratab and set a better device tree name
tegra114-nvidia-tegratab which aligns with newer trees.

Svyatoslav Ryhel (2):
  ARM: tegra: set correct naming for Tegra Note 7
  dt-bindings: arm: tegra: document NVIDIA Tegra Note 7 properly

 Documentation/devicetree/bindings/arm/tegra.yaml             | 5 ++++-
 arch/arm/boot/dts/nvidia/Makefile                            | 4 ++--
 .../{tegra114-tn7.dts => tegra114-nvidia-tegratab.dts}       | 5 +++--
 3 files changed, 9 insertions(+), 5 deletions(-)
 rename arch/arm/boot/dts/nvidia/{tegra114-tn7.dts => tegra114-nvidia-tegratab.dts} (98%)
  

Comments

Jon Hunter Feb. 12, 2024, 4:13 p.m. UTC | #1
On 12/02/2024 07:18, Svyatoslav Ryhel wrote:
> Currently Tegra Note 7 uses tn7 compatible and device tree name which is
> not quite correct. This device has proper codename which is tegratab.

Certainly news to me :-)

I have always known it as Tegra Note 7 and so 'tn7' as an abbreviation 
seems fine.

Jon