summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2023-12-03 15:39:58 +0300
committerHeiko Stuebner <heiko@sntech.de>2023-12-05 11:20:44 +0300
commit9f35b08ab08b913abf65cc4ff8d2655ad7912d77 (patch)
treec8a5457e7b9a7e814d16c60ed3b1f81f02edc2ee
parent2d93f9dc42623f0812f66f7cdc1d66cc9f263e34 (diff)
downloadlinux-9f35b08ab08b913abf65cc4ff8d2655ad7912d77.tar.xz
ARM: dts: rockchip: Serial aliases for rv1126
Add serial aliases for uart nodes so that serial devices are created Signed-off-by: Tim Lunn <tim@feathertop.org> Link: https://lore.kernel.org/r/20231203124004.2676174-3-tim@feathertop.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rockchip/rv1126.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi
index 9ccd1bad6229..adb11a43c5db 100644
--- a/arch/arm/boot/dts/rockchip/rv1126.dtsi
+++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi
@@ -21,6 +21,12 @@
aliases {
i2c0 = &i2c0;
+ serial0 = &uart0;
+ serial1 = &uart1;
+ serial2 = &uart2;
+ serial3 = &uart3;
+ serial4 = &uart4;
+ serial5 = &uart5;
};
cpus {