lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20210227152031.5ot5wrxvzfpo6vyo@kozik-lap> Date: Sat, 27 Feb 2021 16:20:31 +0100 From: Krzysztof Kozlowski <krzk@...nel.org> To: Jagan Teki <jagan@...rulasolutions.com> Cc: Rob Herring <robh+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Li Yang <leoyang.li@....com>, Fabio Estevam <festevam@...il.com>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, NXP Linux Team <linux-imx@....com>, linux-amarula@...rulasolutions.com, Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>, Matteo Lisi <matteo.lisi@...icam.com> Subject: Re: [PATCH v4 3/5] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0 On Fri, Feb 26, 2021 at 12:54:02AM +0530, Jagan Teki wrote: > Engicam C.TOUCH 2.0 is an EDIMM compliant general purpose Carrier > board. > > Genaral features: > - Ethernet 10/100 > - Wifi/BT > - USB Type A/OTG > - Audio Out > - CAN > - LVDS panel connector > > i.Core MX8M Mini is an EDIMM SoM based on NXP i.MX8M Mini from Engicam. > > i.Core MX8M Mini needs to mount on top of this Carrier board for > creating complete i.Core MX8M Mini C.TOUCH 2.0 board. > > Add support for it. > > Signed-off-by: Matteo Lisi <matteo.lisi@...icam.com> > Signed-off-by: Jagan Teki <jagan@...rulasolutions.com> > --- Reviewed-by: Krzysztof Kozlowski <krzk@...nel.org> Best regards, Krzysztof > + }; > +}; > + > +&uart2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_uart2>; > + status = "okay"; > +}; > + > +/* SD */ > +&usdhc1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_usdhc1>, <&pinctrl_usdhc1_gpio>; > + cd-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; > + max-frequency = <50000000>; > + bus-width = <4>; > + no-1-8-v; > + pm-ignore-notify; > + keep-power-in-suspend; > + status = "okay"; > +}; > -- > 2.25.1 >
Powered by blists - more mailing lists