ARM: dts: rockchip: rk3288-evb-rk808-linux remove power key node

Remove the duplicated power key node, which has existed in
rk3288-evb.dtsi file.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I798fe8fc1096dc07243fa9573bb19ffc6636a358
This commit is contained in:
Jianqun Xu
2022-11-09 10:41:43 +08:00
committed by Tao Huang
parent 37b917281e
commit c5157e245b

View File

@@ -117,25 +117,6 @@
};
};
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
autorepeat;
pinctrl-names = "default";
pinctrl-0 = <&pwrbtn>;
button@0 {
gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
linux,code = <116>;
label = "GPIO Key Power";
linux,input-type = <1>;
gpio-key,wakeup = <1>;
debounce-interval = <100>;
};
};
sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple";
clocks = <&rk808 1>;