On Thu, Apr 09, 2020 at 11:45:36PM -0400, Sasha Levin wrote: > From: Mohammad Rasim <mohammad.rasim96@xxxxxxxxx> > > [ Upstream commit 806d06161af045dba29f3c7747550c93b2ea3ca9 ] > > videostrong kii pro comes with a nec rc, add the keymap to the dts > > Signed-off-by: Mohammad Rasim <mohammad.rasim96@xxxxxxxxx> > Reviewed-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > Signed-off-by: Sean Young <sean@xxxxxxxx> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> > --- > arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts > index 2f1f829450a29..6c9cc45fb417e 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts > @@ -76,3 +76,7 @@ > }; > }; > }; > + > +&ir { > + linux,rc-map-name = "rc-videostrong-kii-pro"; > +}; The will need the keymap itself as well. It was added in commit 30defecb98400575349a7d32f0526e1dc42ea83e. Sean