Skip to content

Commit 2a3bf75

Browse files
committed
riscv: dts: thead: remove enabled property for spi0
There are currently no nodes that use spi0 so remove the enabled property for it in the beaglev ahead and lpi4a dts files. It can be re-enabled in the future if any peripherals will use it. The definition of spi0 remains in the th1520.dtsi file. Suggested-by: Emil Renner Berthing <[email protected]> Signed-off-by: Drew Fustini <[email protected]>
1 parent bcec43a commit 2a3bf75

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,3 @@
150150
pinctrl-0 = <&uart0_pins>;
151151
status = "okay";
152152
};
153-
154-
&spi0 {
155-
status = "okay";
156-
};

arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@
5959
pinctrl-0 = <&uart0_pins>;
6060
status = "okay";
6161
};
62-
63-
&spi0 {
64-
status = "okay";
65-
};

0 commit comments

Comments
 (0)