summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boot/dts/canaan/k210.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2024-05-08 12:20:57 +0200
committerConor Dooley <conor.dooley@microchip.com>2024-05-28 12:25:54 +0100
commit9235784cb63f2f24704803cba8e8e27c5b145524 (patch)
tree996b5e5263a4e082440ecf82e9814afac7b2805d /arch/riscv/boot/dts/canaan/k210.dtsi
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff)
downloadlinux-stable-9235784cb63f2f24704803cba8e8e27c5b145524.tar.gz
linux-stable-9235784cb63f2f24704803cba8e8e27c5b145524.tar.bz2
linux-stable-9235784cb63f2f24704803cba8e8e27c5b145524.zip
riscv: dts: canaan: Clean up serial aliases
The SoC-specific k210.dtsi declares aliases for all four serial ports. However, none of the board-specific DTS files configure pin control for any but the first serial port, so the last three ports are not usable. Move the aliases node from the SoC-specific k210.dtsi to the board-specific DTS files, as these are really board-specific, and retain the sole port that is usable. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/boot/dts/canaan/k210.dtsi')
-rw-r--r--arch/riscv/boot/dts/canaan/k210.dtsi7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/riscv/boot/dts/canaan/k210.dtsi b/arch/riscv/boot/dts/canaan/k210.dtsi
index f87c5164d9cf..febdff79c13c 100644
--- a/arch/riscv/boot/dts/canaan/k210.dtsi
+++ b/arch/riscv/boot/dts/canaan/k210.dtsi
@@ -16,13 +16,6 @@
#size-cells = <1>;
compatible = "canaan,kendryte-k210";
- aliases {
- serial0 = &uarths0;
- serial1 = &uart1;
- serial2 = &uart2;
- serial3 = &uart3;
- };
-
/*
* The K210 has an sv39 MMU following the privileged specification v1.9.
* Since this is a non-ratified draft specification, the kernel does not