ARM: rockchip: fix rk3188 i2c dts setup again
author黄涛 <huangtao@rock-chips.com>
Wed, 12 Feb 2014 12:01:56 +0000 (20:01 +0800)
committer黄涛 <huangtao@rock-chips.com>
Wed, 12 Feb 2014 12:01:56 +0000 (20:01 +0800)
arch/arm/boot/dts/rk3188.dtsi

index 603791823fdbd98aeb416e12decb7fe86aa2087c..1c0eeac644b4079ceec984c1d13e8a898b75b961 100644 (file)
                status = "disabled";
        };
 
-       i2c2: i2c@20055000 {
+       i2c2: i2c@20056000 {
                compatible = "rockchip,rk30-i2c";
                reg = <0x20056000 0x1000>;
                interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
                status = "disabled";
        };
 
-       i2c3: i2c@20059000 {
+       i2c3: i2c@2005a000 {
                compatible = "rockchip,rk30-i2c";
                reg = <0x2005a000 0x1000>;
                interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                status = "disabled";
        };
 
-       i2c4: i2c@2005d000 {
+       i2c4: i2c@2005e000 {
                compatible = "rockchip,rk30-i2c";
-               reg = <0x2005c000 0x1000>;
+               reg = <0x2005e000 0x1000>;
                interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
                #address-cells = <1>;
                #size-cells = <0>;