diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-03-31 08:54:58 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-05-22 04:10:28 -0400 |
commit | d275545e0e220615a38812b77fea59a5dfc7bfd1 (patch) | |
tree | 4a04b0b8b68251886a1c1fcc23b97656eaf106ae /arch/arm/boot/dts/sun5i-a10s.dtsi | |
parent | a0682a31588990cb6f870f1a48cf019525605625 (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-a10s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi index 79989ed5658d..e260d7da86d6 100644 --- a/arch/arm/boot/dts/sun5i-a10s.dtsi +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi | |||
@@ -519,7 +519,7 @@ | |||
519 | i2c0: i2c@01c2ac00 { | 519 | i2c0: i2c@01c2ac00 { |
520 | #address-cells = <1>; | 520 | #address-cells = <1>; |
521 | #size-cells = <0>; | 521 | #size-cells = <0>; |
522 | compatible = "allwinner,sun4i-i2c"; | 522 | compatible = "allwinner,sun5i-a10s-i2c", "allwinner,sun4i-a10-i2c"; |
523 | reg = <0x01c2ac00 0x400>; | 523 | reg = <0x01c2ac00 0x400>; |
524 | interrupts = <7>; | 524 | interrupts = <7>; |
525 | clocks = <&apb1_gates 0>; | 525 | clocks = <&apb1_gates 0>; |
@@ -530,7 +530,7 @@ | |||
530 | i2c1: i2c@01c2b000 { | 530 | i2c1: i2c@01c2b000 { |
531 | #address-cells = <1>; | 531 | #address-cells = <1>; |
532 | #size-cells = <0>; | 532 | #size-cells = <0>; |
533 | compatible = "allwinner,sun4i-i2c"; | 533 | compatible = "allwinner,sun5i-a10s-i2c", "allwinner,sun4i-a10-i2c"; |
534 | reg = <0x01c2b000 0x400>; | 534 | reg = <0x01c2b000 0x400>; |
535 | interrupts = <8>; | 535 | interrupts = <8>; |
536 | clocks = <&apb1_gates 1>; | 536 | clocks = <&apb1_gates 1>; |
@@ -541,7 +541,7 @@ | |||
541 | i2c2: i2c@01c2b400 { | 541 | i2c2: i2c@01c2b400 { |
542 | #address-cells = <1>; | 542 | #address-cells = <1>; |
543 | #size-cells = <0>; | 543 | #size-cells = <0>; |
544 | compatible = "allwinner,sun4i-i2c"; | 544 | compatible = "allwinner,sun5i-a10s-i2c", "allwinner,sun4i-a10-i2c"; |
545 | reg = <0x01c2b400 0x400>; | 545 | reg = <0x01c2b400 0x400>; |
546 | interrupts = <9>; | 546 | interrupts = <9>; |
547 | clocks = <&apb1_gates 2>; | 547 | clocks = <&apb1_gates 2>; |