ARM64: dts: rockchip: fix i2c clk for rk3399
authorDavid Wu <david.wu@rock-chips.com>
Wed, 16 Mar 2016 18:43:10 +0000 (02:43 +0800)
committerDavid Wu <david.wu@rock-chips.com>
Thu, 17 Mar 2016 10:21:50 +0000 (18:21 +0800)
Change-Id: I2edcdb4955d9ae5659d2a8f6f5c5e5b089759d9f
Signed-off-by: David Wu <david.wu@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 52478f6716046d51cf44495277864052519bc1db..9f93d3f0458eb1c544e5ed1b0519c894d4e249a9 100644 (file)
        };
 
        i2c0: i2c@ff3c0000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff3c0000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C0_PMU>, <&cru SCLK_I2C0_PMU>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks =  <&cru SCLK_I2C0_PMU>, <&cru PCLK_I2C0_PMU>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c0_xfer>;
        };
 
        i2c1: i2c@ff110000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff110000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C1>, <&cru SCLK_I2C1>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C1>, <&cru PCLK_I2C1>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c1_xfer>;
        };
 
        i2c2: i2c@ff120000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff120000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C2>, <&cru SCLK_I2C2>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C2>, <&cru PCLK_I2C2>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c2_xfer>;
        };
 
        i2c3: i2c@ff130000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff130000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C3>, <&cru SCLK_I2C3>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C3>, <&cru PCLK_I2C3>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c3_xfer>;
        };
 
        i2c5: i2c@ff140000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff140000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C5>, <&cru SCLK_I2C5>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C5>, <&cru PCLK_I2C5>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c5_xfer>;
        };
 
        i2c6: i2c@ff150000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff150000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C6>, <&cru SCLK_I2C6>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C6>, <&cru PCLK_I2C6>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c6_xfer>;
        };
 
        i2c7: i2c@ff160000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff160000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C7>, <&cru SCLK_I2C7>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C7>, <&cru PCLK_I2C7>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c7_xfer>;
        };
 
        i2c4: i2c@ff3d0000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff3d0000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C4_PMU>, <&cru SCLK_I2C4_PMU>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C4_PMU>, <&cru PCLK_I2C4_PMU>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c4_xfer>;
        };
 
        i2c8: i2c@ff3e0000 {
-               compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
+               compatible = "rockchip,rk3399-i2c";
                reg = <0x0 0xff3e0000 0x0 0x1000>;
-               clocks = <&cru PCLK_I2C8_PMU>, <&cru SCLK_I2C8_PMU>;
-               clock-names = "i2c", "i2c_sclk";
+               clocks = <&cru SCLK_I2C8_PMU>, <&cru PCLK_I2C8_PMU>;
+               clock-names = "i2c", "pclk";
                interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c8_xfer>;