Skip to content

Commit

Permalink
ARM: dts: sun7i: Rename sun7i-a20-ir to sun4i-a10-ir
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans de Goede authored and Maxime Ripard committed Jul 1, 2014
1 parent ec0c933 commit 1715a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sun7i-a20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
};

ir0: ir@01c21800 {
compatible = "allwinner,sun7i-a20-ir";
compatible = "allwinner,sun4i-a10-ir";
clocks = <&apb0_gates 6>, <&ir0_clk>;
clock-names = "apb", "ir";
interrupts = <0 5 4>;
Expand All @@ -795,7 +795,7 @@
};

ir1: ir@01c21c00 {
compatible = "allwinner,sun7i-a20-ir";
compatible = "allwinner,sun4i-a10-ir";
clocks = <&apb0_gates 7>, <&ir1_clk>;
clock-names = "apb", "ir";
interrupts = <0 6 4>;
Expand Down

0 comments on commit 1715a38

Please sign in to comment.