Commit 7b336fc8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Krzysztof Kozlowski

ARM: dts: exynos: Replace deprecated hsi2c compatible on Exynos5420

Since commit 218e1496 ("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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 657a0c78
...@@ -681,7 +681,7 @@ i2c_3: i2c@12C90000 { ...@@ -681,7 +681,7 @@ i2c_3: i2c@12C90000 {
}; };
hsi2c_4: i2c@12CA0000 { hsi2c_4: i2c@12CA0000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12CA0000 0x1000>; reg = <0x12CA0000 0x1000>;
interrupts = <0 60 0>; interrupts = <0 60 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -694,7 +694,7 @@ hsi2c_4: i2c@12CA0000 { ...@@ -694,7 +694,7 @@ hsi2c_4: i2c@12CA0000 {
}; };
hsi2c_5: i2c@12CB0000 { hsi2c_5: i2c@12CB0000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12CB0000 0x1000>; reg = <0x12CB0000 0x1000>;
interrupts = <0 61 0>; interrupts = <0 61 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -707,7 +707,7 @@ hsi2c_5: i2c@12CB0000 { ...@@ -707,7 +707,7 @@ hsi2c_5: i2c@12CB0000 {
}; };
hsi2c_6: i2c@12CC0000 { hsi2c_6: i2c@12CC0000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12CC0000 0x1000>; reg = <0x12CC0000 0x1000>;
interrupts = <0 62 0>; interrupts = <0 62 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -720,7 +720,7 @@ hsi2c_6: i2c@12CC0000 { ...@@ -720,7 +720,7 @@ hsi2c_6: i2c@12CC0000 {
}; };
hsi2c_7: i2c@12CD0000 { hsi2c_7: i2c@12CD0000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12CD0000 0x1000>; reg = <0x12CD0000 0x1000>;
interrupts = <0 63 0>; interrupts = <0 63 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -733,7 +733,7 @@ hsi2c_7: i2c@12CD0000 { ...@@ -733,7 +733,7 @@ hsi2c_7: i2c@12CD0000 {
}; };
hsi2c_8: i2c@12E00000 { hsi2c_8: i2c@12E00000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12E00000 0x1000>; reg = <0x12E00000 0x1000>;
interrupts = <0 87 0>; interrupts = <0 87 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -746,7 +746,7 @@ hsi2c_8: i2c@12E00000 { ...@@ -746,7 +746,7 @@ hsi2c_8: i2c@12E00000 {
}; };
hsi2c_9: i2c@12E10000 { hsi2c_9: i2c@12E10000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12E10000 0x1000>; reg = <0x12E10000 0x1000>;
interrupts = <0 88 0>; interrupts = <0 88 0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -759,7 +759,7 @@ hsi2c_9: i2c@12E10000 { ...@@ -759,7 +759,7 @@ hsi2c_9: i2c@12E10000 {
}; };
hsi2c_10: i2c@12E20000 { hsi2c_10: i2c@12E20000 {
compatible = "samsung,exynos5-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12E20000 0x1000>; reg = <0x12E20000 0x1000>;
interrupts = <0 203 0>; interrupts = <0 203 0>;
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment