From: Drew Fustini Date: Mon, 14 Oct 2024 17:54:25 +0000 (-0700) Subject: riscv: dts: thead: remove enabled property for spi0 X-Git-Tag: v6.13-rc1~140^2~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a3bf75a9408c40403aab39336274c8010b4c815;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Drew Fustini --- diff --git a/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts index c0cf9b086f815..86feb3df02c81 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 f60b1879192da..4020c727f09e8 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"; -};