arm64: dts: hi3798cv200-poplar: add linux,rc-map-name for IR
authorShawn Guo <shawn.guo@linaro.org>
Thu, 26 Dec 2019 08:38:44 +0000 (16:38 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Mon, 6 Jan 2020 02:07:26 +0000 (10:07 +0800)
It adds remote control map name for IR device, so that key event can be
reported.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts

index c563d3e..7d370da 100644 (file)
 };
 
 &ir {
+       linux,rc-map-name = "rc-hisi-poplar";
        status = "okay";
 };