Skip to content

Commit 3433bdf

Browse files
rmurphy-armmmind
authored andcommitted
arm64: dts: rockchip: Fix IR on Beelink A1
Apparently I wasn't paying enough attention... And nor is the lazy test of `cat /dev/lirc0` sufficiently blunder-proof. Oh well, with the correct polarity, let's also hook up a keymap now that one for the standard Beelink remote has handily appeared. Fixes: 79702de ("arm64: dts: rockchip: Add Beelink A1") Signed-off-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/44269c08e2a5d75b03ded87d2eb11621762d8249.1577636223.git.robin.murphy@arm.com Signed-off-by: Heiko Stuebner <[email protected]>
1 parent e42617b commit 3433bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3328-a1.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
ir-receiver {
5151
compatible = "gpio-ir-receiver";
52-
gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_HIGH>;
52+
gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
53+
linux,rc-map-name = "rc-beelink-gs1";
5354
};
5455
};
5556

0 commit comments

Comments
 (0)