Commit d519a733 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names

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

Also fix the invalid "adc_keys" node name.

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


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 6bb506ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ / {
	compatible = "bananapi,bpi-m5", "amlogic,sm1";
	model = "Banana Pi BPI-M5";

	adc_keys {
	adc-keys {
		compatible = "adc-keys";
		io-channels = <&saradc 2>;
		io-channel-names = "buttons";
		keyup-threshold-microvolt = <1800000>;

		key {
		button-sw3 {
			label = "SW3";
			linux,code = <BTN_3>;
			press-threshold-microvolt = <1700000>;