arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 24 Jan 2023 10:34:31 +0000 (11:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:40 +0000 (09:32 +0100)
[ Upstream commit 6bb506ed36968207a8832f0143ebc127f0770eef ]

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: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi

index bcdf55f..4e84ab8 100644 (file)
@@ -17,7 +17,7 @@
                io-channel-names = "buttons";
                keyup-threshold-microvolt = <1800000>;
 
-               update-button {
+               button-update {
                        label = "update";
                        linux,code = <KEY_VENDOR>;
                        press-threshold-microvolt = <1300000>;