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: Thu, 18 Apr 2024 20:03:52 -0300
From: Fabio Estevam <festevam@...il.com>
To: Frank Li <Frank.Li@....com>
Cc: Rob Herring <robh@...nel.org>, 
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.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-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 05/10] arm64: dts: imx8qm-mek: add i2c0 and children devices

On Thu, Apr 18, 2024 at 1:37 PM Frank Li <Frank.Li@....com> wrote:

> +       lsm303arg@19 {
> +               compatible = "st,lsm303agr-accel";
> +               reg = <0x19>;
> +       };
> +
> +       fxas21002c@20 {
> +               compatible = "nxp,fxas21002c";
> +               reg = <0x20>;
> +       };
> +
> +       isl29023@44 {
> +               compatible = "isil,isl29023";
> +               reg = <0x44>;
> +               interrupt-parent = <&lsio_gpio4>;
> +               interrupts = <11 2>;
> +       };
> +
> +       mpl3115@60 {
> +               compatible = "fsl,mpl3115";
> +               reg = <0x60>;
> +       };
> +
> +       max7322: gpio@68 {
> +               compatible = "maxim,max7322";
> +               reg = <0x68>;
> +               gpio-controller;
> +               #gpio-cells = <2>;
> +       };
> +
> +       l3g4250@69 {
> +               compatible = "st,l3g4200d-gyro";
> +               reg = <0x69>;
> +       };

Same comment I did yesterday on another patch from you: none of these
node names are generic.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ