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]
Message-ID: <aRmeNSTudl1mBvsn@dragon>
Date: Sun, 16 Nov 2025 17:49:41 +0800
From: Shawn Guo <shawnguo2@...h.net>
To: Frank Li <Frank.Li@....com>
Cc: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@....com>,
	Jonathan Cameron <jic23@...nel.org>,
	David Lechner <dlechner@...libre.com>,
	Nuno Sá <nuno.sa@...log.com>,
	Andy Shevchenko <andy@...nel.org>, 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>, linux-iio@...r.kernel.org,
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	imx@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 2/2] arm64: dts: imx8qxp-mek: Add sensors under i2c1 bus

On Wed, Oct 29, 2025 at 03:27:19PM -0400, Frank Li wrote:
> Add sensors under i2c1 bus.
> 
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
>  arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 32 +++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts
> index 7b033744554105de6dbc4366f21e3c90f1768deb..9a96018e6f0680ac503135726f4899aca121e7f6 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts
> @@ -450,10 +450,36 @@ i2c@2 {
>  			#size-cells = <0>;
>  			reg = <2>;
>  
> +			accelerometer@1e {
> +				compatible = "nxp,fxos8700";
> +				reg = <0x1e>;
> +			};
> +
> +			gyroscope@21 {
> +				compatible = "nxp,fxas21002c";
> +				reg = <0x21>;
> +			};
> +
>  			pressure-sensor@60 {
>  				compatible = "fsl,mpl3115";
>  				reg = <0x60>;
>  			};
> +
> +			/* Ref SCH-54536 */
> +			pressure-sensor@77 {
> +				compatible = "meas,ms5611";
> +				reg = <0x77>;
> +			};
> +
> +			inertial-meter@68 {

Keep devices sorted in slave address.

Shawn

> +				compatible = "invensense,icm20602";
> +				reg = <0x68>;
> +			};
> +
> +			inertial-meter@69 {
> +				compatible = "invensense,iam20380";
> +				reg = <0x69>;
> +			};
>  		};
>  
>  		i2c@3 {
> @@ -483,6 +509,12 @@ light-sensor@44 {
>  				interrupt-parent = <&lsio_gpio1>;
>  				interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
>  			};
> +
> +			/* Ref SCH-54536 */
> +			light-sensort@60 {
> +				compatible = "vishay,vcnl4035";
> +				reg = <0x60>;
> +			};
>  		};
>  	};
>  
> 
> -- 
> 2.34.1
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ