Commit d97966df authored by Jon Hunter's avatar Jon Hunter Committed by Thierry Reding

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: c95711d7 ("arm64: tegra: Add support for IGX Orin")
Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent dc6d5d85
......@@ -12,6 +12,7 @@ / {
aliases {
serial0 = &tcu;
serial1 = &uarta;
};
chosen {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment