Skip to content

Commit

Permalink
arm64: tegra: Remove duplicate nodes on Jetson Orin NX
Browse files Browse the repository at this point in the history
The SBSA UART and TCU as well as the TCU alias and the stdout-path are
configured via the P3768 carrier board DTS include, so the can be
removed from the system DTS file.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Oct 10, 2023
1 parent f7a9a7d commit 4bf7fa3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@
model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";

aliases {
serial0 = &tcu;
serial1 = &uarta;
serial2 = &uarte;
};

chosen {
stdout-path = "serial0:115200n8";
};

bus@0 {
serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
Expand All @@ -34,10 +29,6 @@
status = "okay";
};

serial@31d0000 {
status = "okay";
};

pwm@32a0000 {
assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>;
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
Expand Down Expand Up @@ -94,10 +85,6 @@
enable-active-high;
};

serial {
status = "okay";
};

thermal-zones {
tj-thermal {
cooling-maps {
Expand Down

0 comments on commit 4bf7fa3

Please sign in to comment.