diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2020-11-26 08:04:40 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-12-01 03:11:05 +0300 |
commit | 2493a9a515cf2bfa958d1d68beab507a1c7f5962 (patch) | |
tree | a29fd43eb3e29b12871bddb80102c67ba563c222 /arch/arm64/boot/dts/amlogic | |
parent | 6714f28178889da983d020fd9cf3bf7ae1a8c49d (diff) | |
download | linux-2493a9a515cf2bfa958d1d68beab507a1c7f5962.tar.xz |
arm64: dts: meson: add KHAMSIN IR remote node to SML5442TW
Set the IR keymap to the KHAMSIN remote shipped with the SML5442TW.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201126050440.6273-1-christianshewitt@gmail.com
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts index 0b95e9ecbef0..ad6d72254150 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts @@ -63,6 +63,10 @@ pinctrl-names = "default"; }; +&ir { + linux,rc-map-name = "rc-khamsin"; +}; + /* This is connected to the Bluetooth module: */ &uart_A { status = "okay"; |