aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-06-30 17:57:54 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-07-01 03:48:55 -0400
commit1715a389949a4a3f03192268dfb3ac5710f2dd3c (patch)
tree13f48070d1f40e930b6955704f52571099f42d4a
parentec0c933d972ba69f06251f7d215723f61535fc16 (diff)
ARM: dts: sun7i: Rename sun7i-a20-ir to sun4i-a10-ir
The sun7i block is the same as the one in the sun4i, rename the compatible to reflect this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> -- I've already included the matching change to sunxi-cir.c in my pull-req to Mauro. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index edf16b512f43..4011628c7381 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -786,7 +786,7 @@
786 }; 786 };
787 787
788 ir0: ir@01c21800 { 788 ir0: ir@01c21800 {
789 compatible = "allwinner,sun7i-a20-ir"; 789 compatible = "allwinner,sun4i-a10-ir";
790 clocks = <&apb0_gates 6>, <&ir0_clk>; 790 clocks = <&apb0_gates 6>, <&ir0_clk>;
791 clock-names = "apb", "ir"; 791 clock-names = "apb", "ir";
792 interrupts = <0 5 4>; 792 interrupts = <0 5 4>;
@@ -795,7 +795,7 @@
795 }; 795 };
796 796
797 ir1: ir@01c21c00 { 797 ir1: ir@01c21c00 {
798 compatible = "allwinner,sun7i-a20-ir"; 798 compatible = "allwinner,sun4i-a10-ir";
799 clocks = <&apb0_gates 7>, <&ir1_clk>; 799 clocks = <&apb0_gates 7>, <&ir1_clk>;
800 clock-names = "apb", "ir"; 800 clock-names = "apb", "ir";
801 interrupts = <0 6 4>; 801 interrupts = <0 6 4>;