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:
 <AM7P189MB100938514F7432BC936B7F11E331A@AM7P189MB1009.EURP189.PROD.OUTLOOK.COM>
Date: Mon, 18 Aug 2025 09:05:41 +0200
From: Maud Spierings <maud_spierings@...mail.com>
To: peng.fan@....com
Cc: Frank.Li@....com, conor+dt@...nel.org, devicetree@...r.kernel.org,
 festevam@...il.com, imx@...ts.linux.dev, kernel@...gutronix.de,
 krzk+dt@...nel.org, linux-arm-kernel@...ts.infradead.org,
 linux-kernel@...r.kernel.org, robh@...nel.org, s.hauer@...gutronix.de,
 shawnguo@...nel.org
Subject: Re: [PATCH 10/13] arm64: dts: imx95-19x19-evk: Add pca9632 node

> Add an I²C-bus controlled 4-bit LED driver PCA9632 under lpi2c3.
> 
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
>  arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> index 82e183dc581012a7c5be3d2bf749463d0a8a360d..c35a5083c837379804e07f98163c0a5d4301abd7 100644
> --- a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
> @@ -329,6 +329,19 @@ i2c3_gpio_expander_20: gpio@20 {
>  		reg = <0x20>;
>  		vcc-supply = <&reg_3p3v>;
>  	};
> +
> +	pca9632: pca9632@62 {
> +		compatible = "nxp,pca9632";
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		reg = <0x62>;
> +
> +		led_baclklight: led@0 {

typo: led_backlight

> +			label = "backlight";
> +			reg = <0>;
> +			linux,default-trigger = "none";
> +		};
> +	};
>  };
>  
>  &lpi2c4 {
> 
> -- 
> 2.37.1
> 

---
kind regards,
Maud

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ