Commit 2a3bf75a authored by Drew Fustini's avatar Drew Fustini
Browse files

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: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: default avatarDrew Fustini <dfustini@tenstorrent.com>
parent bcec43a0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -150,7 +150,3 @@ &uart0 {
	pinctrl-0 = <&uart0_pins>;
	status = "okay";
};

&spi0 {
	status = "okay";
};
+0 −4
Original line number Diff line number Diff line
@@ -59,7 +59,3 @@ &uart0 {
	pinctrl-0 = <&uart0_pins>;
	status = "okay";
};

&spi0 {
	status = "okay";
};