]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: thead: remove enabled property for spi0
authorDrew Fustini <dfustini@tenstorrent.com>
Mon, 14 Oct 2024 17:54:25 +0000 (10:54 -0700)
committerDrew Fustini <dfustini@tenstorrent.com>
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 <emil.renner.berthing@canonical.com>
Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
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";
-};