diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-05-16 16:02:43 (GMT) |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-09-22 21:13:40 (GMT) |
commit | 6cf1d0b806a9e621ef1a8e90009e37f3446c2b9e (patch) | |
tree | 59f60b0731f908aa696c44c3ae40f6afc237ee2a /arch | |
parent | a120db06c3f435c37d028b6e5a1968dad06b7df0 (diff) | |
download | linux-fsl-qoriq-6cf1d0b806a9e621ef1a8e90009e37f3446c2b9e.tar.xz |
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: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/mpc5200b.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc5200b.dtsi b/arch/powerpc/boot/dts/mpc5200b.dtsi index bc27548..7ab286a 100644 --- a/arch/powerpc/boot/dts/mpc5200b.dtsi +++ b/arch/powerpc/boot/dts/mpc5200b.dtsi @@ -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>; |