From: Clément Péron Date: Fri, 7 Jun 2019 23:10:53 +0000 (+0200) Subject: ARM: dts: sunxi: Prefer A31 bindings for IR X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~3890^2~22^2~32 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=8fa345e711bfdb69a18f548b717d5eb502b9892a;p=linux.git ARM: dts: sunxi: Prefer A31 bindings for IR Since A31, memory mapping of the IR driver has changed. Prefer the A31 bindings instead of A13. Signed-off-by: Clément Péron Acked-by: Sean Young Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index b4a6035ae9f5..97550a40b6e1 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -822,7 +822,7 @@ }; ir: ir@1f02000 { - compatible = "allwinner,sun5i-a13-ir"; + compatible = "allwinner,sun6i-a31-ir"; clocks = <&r_ccu CLK_APB0_IR>, <&r_ccu CLK_IR>; clock-names = "apb", "ir"; resets = <&r_ccu RST_APB0_IR>;