[PATCH 07/20] ARM: dts: renesas: iwg22d-sodimm: Use interrupts-extended for port expander

Niklas Söderlund niklas.soderlund at ragnatech.se
Fri Oct 4 08:49:13 PDT 2024


On 2024-10-04 14:52:49 +0200, Geert Uytterhoeven wrote:
> Use the more concise interrupts-extended property to fully describe the
> interrupt.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas at ragnatech.se>

> ---
>  arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts b/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts
> index 24411044ef6c4f0b..3ac2526a24a1e130 100644
> --- a/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts
> +++ b/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts
> @@ -185,8 +185,7 @@ sgtl5000: codec at a {
>  	port-expander at 44 {
>  		compatible = "st,stmpe811";
>  		reg = <0x44>;
> -		interrupt-parent = <&gpio4>;
> -		interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
> +		interrupts-extended = <&gpio4 4 IRQ_TYPE_LEVEL_LOW>;
>  
>  		/* 3.25 MHz ADC clock speed */
>  		st,adc-freq = <1>;
> -- 
> 2.34.1
> 
> 

-- 
Kind Regards,
Niklas Söderlund



More information about the linux-arm-kernel mailing list