aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a13.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-03-31 08:54:58 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-05-22 04:10:28 -0400
commitd275545e0e220615a38812b77fea59a5dfc7bfd1 (patch)
tree4a04b0b8b68251886a1c1fcc23b97656eaf106ae /arch/arm/boot/dts/sun5i-a13.dtsi
parenta0682a31588990cb6f870f1a48cf019525605625 (diff)
ARM: sunxi: dt: Convert to the new i2c compatibles
Switch the device tree to the new compatibles introduced in the i2c drivers to have a common pattern accross all Allwinner SoCs. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13.dtsi')
-rw-r--r--arch/arm/boot/dts/sun5i-a13.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
index f01c315bdc4b..1bfd625f020e 100644
--- a/arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/arch/arm/boot/dts/sun5i-a13.dtsi
@@ -461,7 +461,7 @@
461 }; 461 };
462 462
463 i2c0: i2c@01c2ac00 { 463 i2c0: i2c@01c2ac00 {
464 compatible = "allwinner,sun4i-i2c"; 464 compatible = "allwinner,sun5i-a13-i2c", "allwinner,sun4i-a10-i2c";
465 reg = <0x01c2ac00 0x400>; 465 reg = <0x01c2ac00 0x400>;
466 interrupts = <7>; 466 interrupts = <7>;
467 clocks = <&apb1_gates 0>; 467 clocks = <&apb1_gates 0>;
@@ -470,7 +470,7 @@
470 }; 470 };
471 471
472 i2c1: i2c@01c2b000 { 472 i2c1: i2c@01c2b000 {
473 compatible = "allwinner,sun4i-i2c"; 473 compatible = "allwinner,sun5i-a13-i2c", "allwinner,sun4i-a10-i2c";
474 reg = <0x01c2b000 0x400>; 474 reg = <0x01c2b000 0x400>;
475 interrupts = <8>; 475 interrupts = <8>;
476 clocks = <&apb1_gates 1>; 476 clocks = <&apb1_gates 1>;
@@ -479,7 +479,7 @@
479 }; 479 };
480 480
481 i2c2: i2c@01c2b400 { 481 i2c2: i2c@01c2b400 {
482 compatible = "allwinner,sun4i-i2c"; 482 compatible = "allwinner,sun5i-a13-i2c", "allwinner,sun4i-a10-i2c";
483 reg = <0x01c2b400 0x400>; 483 reg = <0x01c2b400 0x400>;
484 interrupts = <9>; 484 interrupts = <9>;
485 clocks = <&apb1_gates 2>; 485 clocks = <&apb1_gates 2>;