]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: tegra: Add uartd serial alias for Jetson TX1 module
authorAaron Kling <webgeek1234@gmail.com>
Sun, 20 Apr 2025 14:35:37 +0000 (09:35 -0500)
committerThierry Reding <treding@nvidia.com>
Thu, 8 May 2025 21:11:00 +0000 (23:11 +0200)
If a serial-tegra interface does not have an alias, the driver fails to
probe with an error:
serial-tegra 70006300.serial: failed to get alias id, errno -19
This prevents the bluetooth device from being accessible.

Fixes: 6eba6471bbb7 ("arm64: tegra: Wire up Bluetooth on Jetson TX1 module")
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Reviewed-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Link: https://lore.kernel.org/r/20250420-tx1-bt-v1-1-153cba105a4e@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index c57bd1356381933a16fc1ee64773961bedae957f..e07aeeee35867145b83e41a218c86daa66f3f4a0 100644 (file)
@@ -11,6 +11,7 @@
                rtc0 = "/i2c@7000d000/pmic@3c";
                rtc1 = "/rtc@7000e000";
                serial0 = &uarta;
+               serial3 = &uartd;
        };
 
        chosen {