[PATCH 09/20] ARM: dts: renesas: kzm9g: Use interrupts-extended for I/O expander
Niklas Söderlund
niklas.soderlund at ragnatech.se
Fri Oct 4 08:51:16 PDT 2024
On 2024-10-04 14:52:51 +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/sh73a0-kzm9g.dts | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts b/arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts
> index fe96ea07628779c6..ae7e68a44f493e1b 100644
> --- a/arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts
> +++ b/arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts
> @@ -308,8 +308,7 @@ &i2c3 {
> pcf8575: gpio at 20 {
> compatible = "nxp,pcf8575";
> reg = <0x20>;
> - interrupt-parent = <&irqpin2>;
> - interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
> + interrupts-extended = <&irqpin2 3 IRQ_TYPE_EDGE_FALLING>;
> gpio-controller;
> #gpio-cells = <2>;
> interrupt-controller;
> --
> 2.34.1
>
>
--
Kind Regards,
Niklas Söderlund
More information about the linux-arm-kernel
mailing list