]> Git Repo - J-linux.git/commitdiff
riscv: dts: thead: remove enabled property for spi0
authorDrew Fustini <[email protected]>
Mon, 14 Oct 2024 17:54:25 +0000 (10:54 -0700)
committerDrew Fustini <[email protected]>
Tue, 15 Oct 2024 17:01:18 +0000 (10:01 -0700)
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]>
arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts
arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts

index c0cf9b086f8150b42f6d57448d813cd75b322f50..86feb3df02c81897fe34231f4cd92adb9aa6105e 100644 (file)
        pinctrl-0 = <&uart0_pins>;
        status = "okay";
 };
-
-&spi0 {
-       status = "okay";
-};
index f60b1879192dab63f70858482ccd5007312c6836..4020c727f09e8e2286fdc7fecd79dbd8eba69556 100644 (file)
@@ -59,7 +59,3 @@
        pinctrl-0 = <&uart0_pins>;
        status = "okay";
 };
-
-&spi0 {
-       status = "okay";
-};
This page took 0.050893 seconds and 4 git commands to generate.