On 2024-10-04 14:52:58 +0200, Geert Uytterhoeven wrote: > Use the more concise interrupts-extended property to fully describe the > interrupts. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi | 3 +-- > arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi > index 9436b249ebdd9dcd..fd1dd2875644dd60 100644 > --- a/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi > +++ b/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi > @@ -448,8 +448,7 @@ touchscreen@26 { > hd3ss3220@47 { > compatible = "ti,hd3ss3220"; > reg = <0x47>; > - interrupt-parent = <&gpio6>; > - interrupts = <4 IRQ_TYPE_LEVEL_LOW>; > + interrupts-extended = <&gpio6 4 IRQ_TYPE_LEVEL_LOW>; > > ports { > #address-cells = <1>; > diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts > index 486688b789b8cd58..94d85273064e9bc8 100644 > --- a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts > +++ b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts > @@ -208,8 +208,7 @@ &i2c0 { > hd3ss3220@47 { > compatible = "ti,hd3ss3220"; > reg = <0x47>; > - interrupt-parent = <&gpio6>; > - interrupts = <3 IRQ_TYPE_LEVEL_LOW>; > + interrupts-extended = <&gpio6 3 IRQ_TYPE_LEVEL_LOW>; > > ports { > #address-cells = <1>; > -- > 2.34.1 > > -- Kind Regards, Niklas Söderlund