Skip to content

Commit 1e3a920

Browse files
bjwymanshenki
authored andcommitted
ARM: dts: aspeed: rainier: Remove PSU gpio-keys
Remove the gpio-keys entries for the power supply presence lines from the Rainier device tree. The user space applications are going to change from using libevdev to libgpiod. Signed-off-by: B. J. Wyman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 6d8097e commit 1e3a920

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -116,34 +116,6 @@
116116
};
117117
};
118118

119-
gpio-keys {
120-
compatible = "gpio-keys";
121-
122-
ps0-presence {
123-
label = "ps0-presence";
124-
gpios = <&gpio0 ASPEED_GPIO(S, 0) GPIO_ACTIVE_LOW>;
125-
linux,code = <ASPEED_GPIO(S, 0)>;
126-
};
127-
128-
ps1-presence {
129-
label = "ps1-presence";
130-
gpios = <&gpio0 ASPEED_GPIO(S, 1) GPIO_ACTIVE_LOW>;
131-
linux,code = <ASPEED_GPIO(S, 1)>;
132-
};
133-
134-
ps2-presence {
135-
label = "ps2-presence";
136-
gpios = <&gpio0 ASPEED_GPIO(S, 2) GPIO_ACTIVE_LOW>;
137-
linux,code = <ASPEED_GPIO(S, 2)>;
138-
};
139-
140-
ps3-presence {
141-
label = "ps3-presence";
142-
gpios = <&gpio0 ASPEED_GPIO(S, 3) GPIO_ACTIVE_LOW>;
143-
linux,code = <ASPEED_GPIO(S, 3)>;
144-
};
145-
};
146-
147119
i2c2mux: i2cmux {
148120
compatible = "i2c-mux-gpio";
149121
#address-cells = <1>;

0 commit comments

Comments
 (0)