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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 18 Jun 2024 02:25:47 +0000
From: Joy Zou <joy.zou@....com>
To: Shawn Guo <shawnguo2@...h.net>
CC: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Sascha
 Hauer <s.hauer@...gutronix.de>, Pengutronix Kernel Team
	<kernel@...gutronix.de>, Fabio Estevam <festevam@...il.com>, "open list:OPEN
 FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" <devicetree@...r.kernel.org>,
	"open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" <imx@...ts.linux.dev>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
	<linux-arm-kernel@...ts.infradead.org>, open list
	<linux-kernel@...r.kernel.org>
Subject: RE: [EXT] Re: [PATCH] arm64: dts: imx93-11x11-evk: reoder lpi2c2 and
 lpi2c3 label


> -----Original Message-----
> From: Shawn Guo <shawnguo2@...h.net>
> Sent: 2024年6月15日 15:34
> To: Joy Zou <joy.zou@....com>
> Cc: Rob Herring <robh@...nel.org>; Krzysztof Kozlowski
> <krzk+dt@...nel.org>; Conor Dooley <conor+dt@...nel.org>; Shawn Guo
> <shawnguo@...nel.org>; Sascha Hauer <s.hauer@...gutronix.de>;
> Pengutronix Kernel Team <kernel@...gutronix.de>; Fabio Estevam
> <festevam@...il.com>; open list:OPEN FIRMWARE AND FLATTENED DEVICE
> TREE BINDINGS <devicetree@...r.kernel.org>; open list:ARM/FREESCALE IMX
> / MXC ARM ARCHITECTURE <imx@...ts.linux.dev>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <linux-arm-kernel@...ts.infradead.org>; open list
> <linux-kernel@...r.kernel.org>
> Subject: [EXT] Re: [PATCH] arm64: dts: imx93-11x11-evk: reoder lpi2c2 and
> lpi2c3 label
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
> 
> 
> On Thu, May 09, 2024 at 09:57:08AM +0800, Joy Zou wrote:
> > Reorder lpi2c2 and lpi2c3 label in alphabetical order.
> >
> > Signed-off-by: Joy Zou <joy.zou@....com>
> > ---
> >  .../boot/dts/freescale/imx93-11x11-evk.dts    | 217 +++++++++---------
> >  1 file changed, 105 insertions(+), 112 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > index d400d85f42a9..6be1eb920c02 100644
> > --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> >  &lpi2c3 {
> >       #address-cells = <1>;
> >       #size-cells = <0>;
> > @@ -113,6 +211,13 @@ &lpi2c3 {
> >       pinctrl-0 = <&pinctrl_lpi2c3>;
> >       status = "okay";
> >
> > +     pcf2131: rtc@53 {
> > +             compatible = "nxp,pcf2131";
> > +             reg = <0x53>;
> > +             interrupt-parent = <&pcal6524>;
> > +             interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
> > +     };
> > +
> >       ptn5110: tcpc@50 {
> 
> The child devices with @unit-address should be order in the unit-address.
> 
> Shawn
Thanks for your comments!
Will modify the child device order.
BR
Joy Zou

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ