From: Josep Orga Date: Tue, 10 Mar 2020 07:41:25 +0000 (+0100) Subject: imx6ull-somdevices-C8P1.dts: imx6ull-somdevices-C8P1--10032020.dts X-Git-Tag: C0P2-H0.0--20200415~8 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=4659c284c25ad70b1d3b5d06f93773e840d7562f;p=linux.git imx6ull-somdevices-C8P1.dts: imx6ull-somdevices-C8P1--10032020.dts · Added BUTTON SHUTDOWN. · Added wakeup capabilities to RTC. · Removed not used peripherals. Signed-off-by: Josep Orga --- 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"; +};