aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChristian Hewitt <christianshewitt@gmail.com>2019-10-16 21:07:36 +0400
committerKevin Hilman <khilman@baylibre.com>2019-10-17 09:13:08 -0700
commit49284e673dae17f7defd1dd25070ec6e31253225 (patch)
tree66e7a6e03fbb6d714282df07d6fa5471f9cdd4c8
parentarm64: dts: meson: g12b: add cooling properties (diff)
downloadwireguard-linux-49284e673dae17f7defd1dd25070ec6e31253225.tar.xz
wireguard-linux-49284e673dae17f7defd1dd25070ec6e31253225.zip
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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts4
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";
+};