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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 16 Jun 2024 15:01:45 +0800
From: Shawn Guo <shawnguo2@...h.net>
To: Fabio Estevam <festevam@...il.com>
Cc: Adam Ford <aford173@...il.com>, linux-arm-kernel@...ts.infradead.org,
	aford@...conembedded.com, 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>,
	devicetree@...r.kernel.org, imx@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3 2/2] arm64: dts: imx8mp-beacon-kit: Fix errors found
 from CHECK_DTBS

On Sat, Jun 01, 2024 at 02:43:07PM -0300, Fabio Estevam wrote:
> On Sat, Jun 1, 2024 at 10:52 AM Adam Ford <aford173@...il.com> wrote:
> 
> >         adv_bridge: hdmi@3d {
> >                 compatible = "adi,adv7535";
> > -               reg = <0x3d>, <0x3c>, <0x3e>, <0x3f>;
> > -               reg-names = "main", "cec", "edid", "packet";
> > +               reg = <0x3d>;
> > +               reg-names = "main";
> >                 interrupt-parent = <&gpio4>;
> >                 interrupts = <27 IRQ_TYPE_EDGE_FALLING>;
> >                 adi,dsi-lanes = <4>;
> >                 #sound-dai-cells = <0>;
> > +               avdd-supply = <&buck5>;
> > +               dvdd-supply = <&buck5>;
> > +               pvdd-supply = <&buck5>;
> > +               a2vdd-supply = <&buck5>;
> > +               v1p2-supply = <&buck5>;
> > +               v3p3-supply = <&buck4>;
> > +
> 
> The extra blank line is not needed.

Fixed it up and applied, thanks!


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ