mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
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>
This commit is contained in:
parent
0e28eab0ca
commit
0f084b221e
|
|
@ -797,16 +797,7 @@ uart9: serial@d4017800 {
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user