From 4bfa7f22129e19ccf3d189ea51deed198b135c72 Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Tue, 6 Oct 2020 11:54:12 +0200 Subject: [PATCH] ARM: dts: Add bluetooth and remove GPIO-keys imx6ull-somdevices-C8P1.dts functionallity. Signed-off-by: Alejandro Benete --- arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts index 0aa3f54b7f8c..bc806e3da520 100644 --- a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts +++ b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts @@ -27,42 +27,6 @@ }; }; - keys { - compatible = "gpio-keys"; - pinctrl-names = "default"; - - button0 { - label = "BUTTON_-"; - gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; //button_- - linux,code = ; - gpio-key,wakeup; - }; - button1 { - label = "BUTTON_+"; - gpios = <&gpio4 13 GPIO_ACTIVE_LOW>; //button_+ - linux,code = ; - gpio-key,wakeup; - }; - button2 { - label = "BUTTON_CH"; - gpios = <&gpio1 25 GPIO_ACTIVE_LOW>; //button_ch - linux,code = ; - gpio-key,wakeup; - }; - button3 { - label = "BUTTON_RESTORE"; - gpios = <&gpio4 16 GPIO_ACTIVE_LOW>; //button_restore - linux,code = ; - gpio-key,wakeup; - }; - button4 { - label = "BUTTON_SHUTDOWN"; - gpios = <&gpio4 12 GPIO_ACTIVE_LOW>; //button_shutdown - linux,code = ; - gpio-key,wakeup; - }; - }; - sound { compatible = "somdevices,imx6ul-sgtl5000", "simple-audio-card"; @@ -122,7 +86,3 @@ #sound-dai-cells = <0>; status = "okay"; }; - -&uart2 { - status = "disabled"; -}; -- 2.17.1