diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-01 01:57:54 +0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-01 11:48:55 +0400 |
commit | 1715a389949a4a3f03192268dfb3ac5710f2dd3c (patch) | |
tree | 13f48070d1f40e930b6955704f52571099f42d4a /arch/arm/boot/dts/sun7i-a20.dtsi | |
parent | ec0c933d972ba69f06251f7d215723f61535fc16 (diff) | |
download | linux-1715a389949a4a3f03192268dfb3ac5710f2dd3c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 4 |
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 @@ }; 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>; @@ -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>; |