diff options
author | Renwei Wu <Renwei.Wu@csr.com> | 2013-09-23 15:37:42 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-29 19:40:58 (GMT) |
commit | 7a54a4baf0a319ccf7796f54f7848d207b84c553 (patch) | |
tree | 9076cd128cd464121ac52b08508cfc164ea8d40c /arch/arm/boot | |
parent | 6f4251158a6a748a50ba2f3c9928090fd497d1cf (diff) | |
download | linux-7a54a4baf0a319ccf7796f54f7848d207b84c553.tar.xz |
ARM: dts: sirf: add missed address-cells and size-cells for prima2 I2C
here prima2 i2c node is lacking of address-cells and size-cells.
Signed-off-by: Renwei Wu <Renwei.Wu@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index afe309f..7cf78af 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -328,6 +328,8 @@ reg = <0xb00e0000 0x10000>; interrupts = <24>; clocks = <&clks 17>; + #address-cells = <1>; + #size-cells = <0>; }; i2c1: i2c@b00f0000 { @@ -336,6 +338,8 @@ reg = <0xb00f0000 0x10000>; interrupts = <25>; clocks = <&clks 18>; + #address-cells = <1>; + #size-cells = <0>; }; tsc@b0110000 { |