Skip to content

Commit

Permalink
ARM: dts: qcom: Drop input-name property
Browse files Browse the repository at this point in the history
This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211123161919.1506755-1-danct12@riseup.net
  • Loading branch information
Danct12 authored and andersson committed Dec 15, 2021
1 parent ff8b573 commit ef5ad26
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-sony-xperia-amami.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

gpio-keys {
compatible = "gpio-keys";
input-name = "gpio-keys";

pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_pin_a>;
Expand Down

0 comments on commit ef5ad26

Please sign in to comment.