Commit 6bb506ed authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name

Fixes:
 adc-keys: 'update-button' does not match any of the regexes: '^button-', 'pinctrl-[0-9]+'

Link: https://lore.kernel.org/r/20230124-b4-amlogic-bindings-fixups-v1-10-44351528957e@linaro.org


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent d19189f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ adc-keys {
		io-channel-names = "buttons";
		keyup-threshold-microvolt = <1800000>;

		update-button {
		button-update {
			label = "update";
			linux,code = <KEY_VENDOR>;
			press-threshold-microvolt = <1300000>;