From: david.wu Date: Fri, 20 Jan 2017 08:07:47 +0000 (+0800) Subject: arm64: dts: rockchip: change the compatible for rk3328 i2c X-Git-Tag: firefly_0821_release~611 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f6f988e29bb5362ee6ea784a70b5411437e294d0;p=firefly-linux-kernel-4.4.55.git arm64: dts: rockchip: change the compatible for rk3328 i2c Change-Id: I02e7c4088a7a14e233ce2fd907d6a249c18f3a7d Signed-off-by: david.wu --- diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi index a06d499a96a8..a8b7072d350e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi @@ -314,7 +314,7 @@ }; i2c0: i2c@ff150000 { - compatible = "rockchip,rk3328-i2c"; + compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c"; reg = <0x0 0xff150000 0x0 0x1000>; interrupts = ; #address-cells = <1>; @@ -327,7 +327,7 @@ }; i2c1: i2c@ff160000 { - compatible = "rockchip,rk3328-i2c"; + compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c"; reg = <0x0 0xff160000 0x0 0x1000>; interrupts = ; #address-cells = <1>; @@ -340,7 +340,7 @@ }; i2c2: i2c@ff170000 { - compatible = "rockchip,rk3328-i2c"; + compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c"; reg = <0x0 0xff170000 0x0 0x1000>; interrupts = ; #address-cells = <1>; @@ -353,7 +353,7 @@ }; i2c3: i2c@ff180000 { - compatible = "rockchip,rk3328-i2c"; + compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c"; reg = <0x0 0xff180000 0x0 0x1000>; interrupts = ; #address-cells = <1>;