ARM: dts: exynos: Replace deprecated hsi2c compatible on Exynos5420
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 10 May 2016 18:16:57 +0000 (20:16 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 31 May 2016 09:47:54 +0000 (11:47 +0200)
Since commit 218e1496135e ("i2c: exynos5: add support for HSI2C on
Exynos5260 SoC") the "samsung,exynos5-hsi2c" is deprecated in favor of
SoC version specific: "samsung,exynos5250-hsi2c".

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5420.dtsi

index c6e05eb88937d0c59bf09a2b546435937f723c1c..9d99e43afe58df9c1f2c3ae6a08077a3df732cbe 100644 (file)
        };
 
        hsi2c_4: i2c@12CA0000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12CA0000 0x1000>;
                interrupts = <0 60 0>;
                #address-cells = <1>;
        };
 
        hsi2c_5: i2c@12CB0000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12CB0000 0x1000>;
                interrupts = <0 61 0>;
                #address-cells = <1>;
        };
 
        hsi2c_6: i2c@12CC0000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12CC0000 0x1000>;
                interrupts = <0 62 0>;
                #address-cells = <1>;
        };
 
        hsi2c_7: i2c@12CD0000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12CD0000 0x1000>;
                interrupts = <0 63 0>;
                #address-cells = <1>;
        };
 
        hsi2c_8: i2c@12E00000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12E00000 0x1000>;
                interrupts = <0 87 0>;
                #address-cells = <1>;
        };
 
        hsi2c_9: i2c@12E10000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12E10000 0x1000>;
                interrupts = <0 88 0>;
                #address-cells = <1>;
        };
 
        hsi2c_10: i2c@12E20000 {
-               compatible = "samsung,exynos5-hsi2c";
+               compatible = "samsung,exynos5250-hsi2c";
                reg = <0x12E20000 0x1000>;
                interrupts = <0 203 0>;
                #address-cells = <1>;
This page took 0.030211 seconds and 5 git commands to generate.