arm64: tegra: Add missing alias for NVIDIA IGX Orin
authorJon Hunter <jonathanh@nvidia.com>
Mon, 3 Jul 2023 11:35:37 +0000 (12:35 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Jul 2023 15:23:45 +0000 (17:23 +0200)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts

index 43d797e..b350448 100644 (file)
@@ -12,6 +12,7 @@
 
        aliases {
                serial0 = &tcu;
+               serial1 = &uarta;
        };
 
        chosen {