]> Git Repo - linux.git/commit
arm64: tegra: Correct the UART for Jetson Xavier NX
authorJon Hunter <[email protected]>
Wed, 11 Nov 2020 10:41:17 +0000 (10:41 +0000)
committerThierry Reding <[email protected]>
Wed, 25 Nov 2020 14:23:39 +0000 (15:23 +0100)
commit476e23f4c540949ac5ea4fad4f6f6fa0e2d41f42
tree3e9f8ea9914e6442cdbd7cc19a6a53082ae24f3f
parentfb319496935b7475a863a00c76895e8bb3216704
arm64: tegra: Correct the UART for Jetson Xavier NX

The Jetson Xavier NX board routes UARTA to the 40-pin header and UARTC
to a 12-pin debug header. The UARTs can be used by either the Tegra
Combined UART (TCU) driver or the Tegra 8250 driver. By default, the
TCU will use UARTC on Jetson Xavier NX. Currently, device-tree for
Xavier NX enables the TCU and the Tegra 8250 node for UARTC. Fix this
by disabling the Tegra 8250 node for UARTC and enabling the Tegra 8250
node for UARTA.

Fixes: 3f9efbbe57bc ("arm64: tegra: Add support for Jetson Xavier NX")
Cc: [email protected]
Signed-off-by: Jon Hunter <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi
This page took 0.056901 seconds and 4 git commands to generate.