From: Gregory CLEMENT Date: Wed, 22 Feb 2017 17:31:44 +0000 (+0100) Subject: ARM64: dts: marvell: armada37xx: add address and size property for i2c cells X-Git-Tag: v4.12-rc1~52^2~18^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ddd48de1e844ec5e0f3e3cc8622d85e00edbe35;p=thirdparty%2Fkernel%2Flinux.git ARM64: dts: marvell: armada37xx: add address and size property for i2c cells These property were missing when the nodes were added and their lack generate warning messages when adding i2c device in the subnodes. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index b48d668a6ab62..cf0c2f9ebd7d7 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -112,6 +112,8 @@ i2c0: i2c@11000 { compatible = "marvell,armada-3700-i2c"; reg = <0x11000 0x24>; + #address-cells = <1>; + #size-cells = <0>; clocks = <&nb_periph_clk 10>; interrupts = ; mrvl,i2c-fast-mode; @@ -121,6 +123,8 @@ i2c1: i2c@11080 { compatible = "marvell,armada-3700-i2c"; reg = <0x11080 0x24>; + #address-cells = <1>; + #size-cells = <0>; clocks = <&nb_periph_clk 9>; interrupts = ; mrvl,i2c-fast-mode;