From 4659c284c25ad70b1d3b5d06f93773e840d7562f Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 10 Mar 2020 08:41:25 +0100 Subject: [PATCH] =?utf8?q?imx6ull-somdevices-C8P1.dts:=20imx6ull-somdevice?= =?utf8?q?s-C8P1--10032020.dts=20=09=C2=B7=20Added=20BUTTON=20SHUTDOWN.=20?= =?utf8?q?=09=C2=B7=20Added=20wakeup=20capabilities=20to=20RTC.=20=09?= =?utf8?q?=C2=B7=20Removed=20not=20used=20peripherals.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Josep Orga --- arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts index 256fef6bcf21..5ae05364a51d 100644 --- a/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts +++ b/arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts @@ -55,6 +55,12 @@ linux,code = ; gpio-key,wakeup; }; + button4 { + label = "BUTTON_SHUTDOWN"; + gpios = <&gpio4 12 GPIO_ACTIVE_LOW>; //button_shutdown + linux,code = ; + gpio-key,wakeup; + }; }; sound { @@ -82,12 +88,25 @@ sound-dai = <&sgtl5000>; }; }; + + backlight { + status = "disabled"; + }; + + pxp_v4l2 { + status = "disabled"; + }; +}; + +&flexcan1 { + status = "disabled"; }; &i2c1 { pcf8563@51 { compatible = "nxp,pcf8563"; reg = <0x51>; + wakeup-source; }; sgtl5000: codec@a { @@ -112,6 +131,7 @@ pinctrl_keys: keys { fsl,pins = < MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0x1b0b0 //GPIO02 + MX6UL_PAD_UART2_TX_DATA__GPIO1_IO20 0x1b0b0 //IN_2 >; }; }; @@ -122,3 +142,11 @@ pinctrl-0 = <&pinctrl_sai2>; status = "okay"; }; + +&lcdif { + status = "disabled"; +}; + +&uart2 { + status = "disabled"; +}; -- 2.17.1