aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDrew Fustini <dfustini@tenstorrent.com>2024-10-14 10:54:25 -0700
committerDrew Fustini <dfustini@tenstorrent.com>2024-10-15 10:01:18 -0700
commit2a3bf75a9408c40403aab39336274c8010b4c815 (patch)
tree2beaa315284c0d0b7e293589f0a43d9247887f8b
parentriscv: dts: thead: Add missing GPIO clock-names (diff)
downloadwireguard-linux-2a3bf75a9408c40403aab39336274c8010b4c815.tar.xz
wireguard-linux-2a3bf75a9408c40403aab39336274c8010b4c815.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts4
-rw-r--r--arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts4
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts
index c0cf9b086f81..86feb3df02c8 100644
--- a/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts
+++ b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts
@@ -150,7 +150,3 @@
pinctrl-0 = <&uart0_pins>;
status = "okay";
};
-
-&spi0 {
- status = "okay";
-};
diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
index f60b1879192d..4020c727f09e 100644
--- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
+++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
@@ -59,7 +59,3 @@
pinctrl-0 = <&uart0_pins>;
status = "okay";
};
-
-&spi0 {
- status = "okay";
-};