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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 1 Dec 2020 09:43:26 +0800 From: Shawn Guo <shawnguo@...nel.org> To: Lukasz Majewski <lukma@...x.de> Cc: Rob Herring <robh+dt@...nel.org>, Fabio Estevam <festevam@...il.com>, Sascha Hauer <s.hauer@...gutronix.de>, Pengutronix Kernel Team <kernel@...gutronix.de>, NXP Linux Team <linux-imx@....com>, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Mans Rullgard <mans@...sr.com> Subject: Re: [PATCH 2/3] ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2 On Wed, Nov 25, 2020 at 05:18:14PM +0100, Lukasz Majewski wrote: > From: Mans Rullgard <mans@...sr.com> > > Add pinmux setting for USB1 overcurrent on pwm2 pad. > > Signed-off-by: Mans Rullgard <mans@...sr.com> Lukasz, You need to add your SoB. Shawn > --- > arch/arm/boot/dts/imx28.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi > index 6e7531b64bf7..6d24546f0abe 100644 > --- a/arch/arm/boot/dts/imx28.dtsi > +++ b/arch/arm/boot/dts/imx28.dtsi > @@ -948,6 +948,16 @@ > fsl,pull-up = <MXS_PULL_DISABLE>; > }; > > + usb1_pins_b: usb1@1 { > + reg = <1>; > + fsl,pinmux-ids = < > + MX28_PAD_PWM2__USB1_OVERCURRENT > + >; > + fsl,drive-strength = <MXS_DRIVE_12mA>; > + fsl,voltage = <MXS_VOLTAGE_HIGH>; > + fsl,pull-up = <MXS_PULL_DISABLE>; > + }; > + > usb0_id_pins_a: usb0id@0 { > reg = <0>; > fsl,pinmux-ids = < > -- > 2.20.1 >
Powered by blists - more mailing lists