From c5157e245b7055671dcd24aa6d2f2276d8d15ecc Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Wed, 9 Nov 2022 10:41:43 +0800 Subject: [PATCH] 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 Change-Id: I798fe8fc1096dc07243fa9573bb19ffc6636a358 --- arch/arm/boot/dts/rk3288-evb-rk808-linux.dts | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/arch/arm/boot/dts/rk3288-evb-rk808-linux.dts b/arch/arm/boot/dts/rk3288-evb-rk808-linux.dts index f3d2262a0099..dbc37ce77698 100644 --- a/arch/arm/boot/dts/rk3288-evb-rk808-linux.dts +++ b/arch/arm/boot/dts/rk3288-evb-rk808-linux.dts @@ -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>;