arm64: dts: allwinner: h6: Enable IR on H6 boards
authorClément Péron <peron.clem@gmail.com>
Fri, 7 Jun 2019 23:10:59 +0000 (01:10 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 24 Jul 2019 08:21:55 +0000 (10:21 +0200)
Beelink GS1, OrangePi H6 boards and Pine H64 have an IR receiver.

Enable it in their device-tree.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

index 0dc33c9..680dc29 100644 (file)
        };
 };
 
+&r_ir {
+       status = "okay";
+};
+
 &r_pio {
        /*
         * PL0 and PL1 are used for PMIC I2C
index 62e2794..ec9b6a5 100644 (file)
        };
 };
 
+&r_ir {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_ph_pins>;
index 1898345..30102da 100644 (file)
        };
 };
 
+&r_ir {
+       status = "okay";
+};
+
 &r_pio {
        vcc-pm-supply = <&reg_aldo1>;
 };