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 { ...@@ -84,8 +84,6 @@ usb@51000 {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button { button {
label = "Software Button"; label = "Software Button";
linux,code = <KEY_POWER>; linux,code = <KEY_POWER>;
......
...@@ -108,8 +108,6 @@ gpio-fan { ...@@ -108,8 +108,6 @@ gpio-fan {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-power { button-power {
label = "Power button"; label = "Power button";
......
...@@ -83,8 +83,6 @@ regulator@1 { ...@@ -83,8 +83,6 @@ regulator@1 {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-power { button-power {
label = "Power button"; label = "Power button";
......
...@@ -71,8 +71,6 @@ ethernet@74000 { ...@@ -71,8 +71,6 @@ ethernet@74000 {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&keys_pin>; pinctrl-0 = <&keys_pin>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -174,8 +174,6 @@ bm-bppi { ...@@ -174,8 +174,6 @@ bm-bppi {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&keys_pin>; pinctrl-0 = <&keys_pin>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -99,8 +99,6 @@ green_led { ...@@ -99,8 +99,6 @@ green_led {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button-init { button-init {
label = "Init Button"; 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