aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2025-09-02 20:26:58 +0800
committerYixun Lan <dlan@gentoo.org>2025-09-04 08:50:29 +0800
commit0f084b221e2c5ba16eca85b3d2497f9486bd0329 (patch)
treea0299e50b916ce636f91ab67ec5a5db8669a9775 /arch/riscv
parent0e28eab0ca51282e3d14f3e2dba9fc92e3fddbe6 (diff)
downloadlinux-0f084b221e2c5ba16eca85b3d2497f9486bd0329.tar.gz
riscv: dts: spacemit: uart: remove sec_uart1 device node
sec_uart1 is not available from Linux, and no clock is implemented in CCF framework, thus 'make dtbs_check' will pop up this warning message: serial@f0612000: 'clock-names' is a required property Removing the node from device tree to silence the DT check warning. Link: https://lore.kernel.org/r/20250902-02-k1-uart-clock-v2-1-f146918d44f6@gentoo.org Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/boot/dts/spacemit/k1.dtsi11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/riscv/boot/dts/spacemit/k1.dtsi b/arch/riscv/boot/dts/spacemit/k1.dtsi
index 19dc9c94e5b51f..66b33a9110ccd6 100644
--- a/arch/riscv/boot/dts/spacemit/k1.dtsi
+++ b/arch/riscv/boot/dts/spacemit/k1.dtsi
@@ -797,16 +797,7 @@
status = "disabled";
};
- sec_uart1: serial@f0612000 {
- compatible = "spacemit,k1-uart",
- "intel,xscale-uart";
- reg = <0x0 0xf0612000 0x0 0x100>;
- interrupts = <43>;
- clock-frequency = <14857000>;
- reg-shift = <2>;
- reg-io-width = <4>;
- status = "reserved"; /* for TEE usage */
- };
+ /* sec_uart1: 0xf0612000, not available from Linux */
};
multimedia-bus {