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 c0cf9b0..86feb3d 100644 (file)
        pinctrl-0 = <&uart0_pins>;
        status = "okay";
 };
-
-&spi0 {
-       status = "okay";
-};
index f60b187..4020c72 100644 (file)
@@ -59,7 +59,3 @@
        pinctrl-0 = <&uart0_pins>;
        status = "okay";
 };
-
-&spi0 {
-       status = "okay";
-};