Commit 8b0848f5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: marvell: correct gpio-keys properties

gpio-keys children do not use unit addresses.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220616005333.18491-14-krzysztof.kozlowski@linaro.org
parent 41340053
......@@ -84,8 +84,6 @@ usb@51000 {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button {
label = "Software Button";
linux,code = <KEY_POWER>;
......
......@@ -108,8 +108,6 @@ gpio-fan {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-power {
label = "Power button";
......
......@@ -83,8 +83,6 @@ regulator@1 {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-power {
label = "Power button";
......
......@@ -71,8 +71,6 @@ ethernet@74000 {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&keys_pin>;
pinctrl-names = "default";
......
......@@ -174,8 +174,6 @@ bm-bppi {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&keys_pin>;
pinctrl-names = "default";
......
......@@ -99,8 +99,6 @@ green_led {
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-init {
label = "Init Button";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment