Re: [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node

2020-12-22 Thread Wolfram Sang
> No interrupts property? ;-) > As we don't have it described yet for the other R-Car Gen3 SoCs, I > suggest we do that in one batch... Yes, I'll try to find some time for this as a seperate series. signature.asc Description: PGP signature

Re: [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node

2020-12-22 Thread Geert Uytterhoeven
On Fri, Dec 18, 2020 at 6:37 PM Wolfram Sang wrote: > From: Hoang Vo > > Add a device node for the Watchdog Timer (WDT) controller on the > R8A779A0 SoC. > > Signed-off-by: Hoang Vo > [wsa: rebased to mainline] > Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven i.e. will queue in r

Re: [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node

2020-12-21 Thread Wolfram Sang
> + reg = <0 0xe602 0 0x0c>; I just understood that we sort by reg value and not by name. So, this needs to be moved to another place then. signature.asc Description: PGP signature

[PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node

2020-12-18 Thread Wolfram Sang
From: Hoang Vo Add a device node for the Watchdog Timer (WDT) controller on the R8A779A0 SoC. Signed-off-by: Hoang Vo [wsa: rebased to mainline] Signed-off-by: Wolfram Sang --- arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64