diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2019-10-16 20:07:36 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-17 19:13:08 +0300 |
commit | 49284e673dae17f7defd1dd25070ec6e31253225 (patch) | |
tree | 66e7a6e03fbb6d714282df07d6fa5471f9cdd4c8 /arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts | |
parent | 195f140318a9510f27078847796461498384c862 (diff) | |
download | linux-49284e673dae17f7defd1dd25070ec6e31253225.tar.xz |
arm64: dts: meson-gxm-vega-s96: set rc-vega-s9x ir keymap
Add an IR node to the Vega S96 dts to include the rc-vega-s9x keymap.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts index e2ea6753263b..0bdf51d041ae 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts @@ -35,3 +35,7 @@ reg = <0>; }; }; + +&ir { + linux,rc-map-name = "rc-vega-s9x"; +}; |