diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2019-08-25 07:01:27 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-30 02:17:42 +0300 |
commit | 06c739617aea4fc13c9a0cab73dd817c8a105477 (patch) | |
tree | 687f2e8d4007c49844876d70d32ccde62afb0d66 /arch/arm64/boot/dts | |
parent | c9ee1d25ef43e7718ec8fa830ee0530d437be9b9 (diff) | |
download | linux-06c739617aea4fc13c9a0cab73dd817c8a105477.tar.xz |
arm64: dts: meson-gxl-s905w-tx3-mini: add rc-tx3mini keymap
add the rc-tx3mini keymap to the ir node
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts index 789c819c99c4..dd729ac2300d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts @@ -20,3 +20,7 @@ reg = <0x0 0x0 0x0 0x40000000>; /* 1 GiB or 2 GiB */ }; }; + +&ir { + linux,rc-map-name = "rc-tanix-tx3mini"; +}; |