arm64: tegra: Add missing alias for NVIDIA IGX Orin

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: c95711d7db ("arm64: tegra: Add support for IGX Orin")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Jon Hunter 2023-07-03 12:35:37 +01:00 committed by Thierry Reding
parent dc6d5d85ed
commit d97966df30

View File

@ -12,6 +12,7 @@ / {
aliases {
serial0 = &tcu;
serial1 = &uarta;
};
chosen {