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 <emil.renner.berthing@canonical.com>
Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
This commit is contained in:
Drew Fustini 2024-10-14 10:54:25 -07:00
parent bcec43a092
commit 2a3bf75a94
2 changed files with 0 additions and 8 deletions

View file

@ -150,7 +150,3 @@
pinctrl-0 = <&uart0_pins>;
status = "okay";
};
&spi0 {
status = "okay";
};

View file

@ -59,7 +59,3 @@
pinctrl-0 = <&uart0_pins>;
status = "okay";
};
&spi0 {
status = "okay";
};