Skip to content

Commit fde54f1

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
These properties are required by the spi-controller binding. Signed-off-by: J. Neuschäfer <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 31618e0 commit fde54f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/powerpc/boot/dts/mpc8315erdb.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
reg = <0x7000 0x1000>;
136136
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
137137
interrupt-parent = <&ipic>;
138+
#address-cells = <1>;
139+
#size-cells = <0>;
138140
mode = "cpu";
139141
};
140142

0 commit comments

Comments
 (0)