Skip to content

Commit b47611c

Browse files
committed
Merge tag 'v5.5-rockchip-dtsfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
A fix for the Beelink A1 IR receiver setting the correct polarity. * tag 'v5.5-rockchip-dtsfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: Fix IR on Beelink A1 Link: https://lore.kernel.org/r/2054603.JKFSmqfO19@phil Signed-off-by: Olof Johansson <[email protected]>
2 parents 41ec98d + 3433bdf commit b47611c

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)