Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cf1d0b8 authored by Anatolij Gustschin's avatar Anatolij Gustschin
Browse files

powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties



Both, #address-cells and #size-cells properties are required
for spi bus node, so add them.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent a120db06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -147,6 +147,8 @@
		};

		spi@f00 {
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
			reg = <0xf00 0x20>;
			interrupts = <2 13 0 2 14 0>;