diff mbox series

arm64: tegra: Add missing alias for NVIDIA IGX Orin

Message ID 20230703113537.75152-1-jonathanh@nvidia.com
State Accepted
Headers show
Series arm64: tegra: Add missing alias for NVIDIA IGX Orin | expand

Commit Message

Jon Hunter July 3, 2023, 11:35 a.m. UTC
The following error is seen on boot for the NVIDIA IGX Orin platform ...

 serial-tegra 3100000.serial: failed to get alias id, errno -19

Fix this by populating the necessary alias for the serial device.

Fixes: c95711d7dbc4 ("arm64: tegra: Add support for IGX Orin")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Thierry Reding July 13, 2023, 3:26 p.m. UTC | #1
From: Thierry Reding <treding@nvidia.com>


On Mon, 03 Jul 2023 12:35:37 +0100, Jon Hunter wrote:
> The following error is seen on boot for the NVIDIA IGX Orin platform ...
> 
>  serial-tegra 3100000.serial: failed to get alias id, errno -19
> 
> Fix this by populating the necessary alias for the serial device.
> 
> 
> [...]

Applied, thanks!

[1/1] arm64: tegra: Add missing alias for NVIDIA IGX Orin
      commit: d97966df30ed8c7df0350b8ff6662e38ee88c39f

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts b/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
index c0ba69c16382..f0e3f7f5c0dc 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
@@ -12,6 +12,7 @@  / {
 
 	aliases {
 		serial0 = &tcu;
+		serial1 = &uarta;
 	};
 
 	chosen {