mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
arm64: dts: qcom: Drop input-name property
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/20211123162436.1507341-1-danct12@riseup.net
This commit is contained in:
parent
6867430332
commit
95dcb99777
7 changed files with 0 additions and 10 deletions
|
@ -42,7 +42,6 @@
|
|||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
autorepeat;
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
autorepeat;
|
||||
|
||||
volupkey {
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
autorepeat;
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
gpio-hall-sensors {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "hall-sensors";
|
||||
label = "Hall sensors";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hall_sensor1_default>;
|
||||
|
@ -46,7 +45,6 @@
|
|||
|
||||
gpio-kb-extra-keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "extra-kb-keys";
|
||||
label = "Keyboard extra keys";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&gpio_kb_pins_extra>;
|
||||
|
@ -102,7 +100,6 @@
|
|||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "side-buttons";
|
||||
label = "Side buttons";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
label = "Side buttons";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&vol_down_pin_a>, <&cam_focus_pin_a>,
|
||||
|
@ -126,7 +125,6 @@
|
|||
|
||||
gpio-hall-sensor {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "hall-sensors";
|
||||
label = "Hall sensors";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hall_sensor0_default>;
|
||||
|
|
|
@ -90,7 +90,6 @@
|
|||
gpio_keys {
|
||||
status = "okay";
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
gpio-keys {
|
||||
status = "okay";
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
autorepeat;
|
||||
|
|
Loading…
Add table
Reference in a new issue