[PATCH v2 4/5] powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
J. Neuschäfer via B4 Relay
devnull+j.ne.posteo.net at kernel.org
Sun Jan 4 05:54:08 AEDT 2026
From: "J. Neuschäfer" <j.ne at posteo.net>
These properties are required by the spi-controller binding.
Signed-off-by: J. Neuschäfer <j.ne at posteo.net>
---
arch/powerpc/boot/dts/mpc8315erdb.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index f4938a7292b9c8..0b087180e1815f 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -135,6 +135,8 @@ spi at 7000 {
reg = <0x7000 0x1000>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
interrupt-parent = <&ipic>;
+ #address-cells = <1>;
+ #size-cells = <0>;
mode = "cpu";
};
--
2.51.0
More information about the Linuxppc-dev
mailing list