Re: [PATCH v9 3/5] ARM: dts: Renesas R9A06G032 base device tree file
From: Simon Horman <horms@verge.net.au>
Date: 2018-06-29 14:45:14
Also in:
linux-devicetree, linux-renesas-soc, lkml
On Thu, Jun 28, 2018 at 02:45:41PM +0200, Geert Uytterhoeven wrote:
Hi Simon, On Thu, Jun 28, 2018 at 2:16 PM Simon Horman [off-list ref] wrote:quoted
On Thu, Jun 28, 2018 at 02:00:32PM +0200, Simon Horman wrote:quoted
On Thu, Jun 14, 2018 at 11:56:32AM +0100, Michel Pollet wrote:quoted
This adds the Renesas R9A06G032 bare bone support. This currently only handles the SYSCTRL block note, generic parts (gic, architected timer) and a UART. Signed-off-by: Michel Pollet <redacted> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <redacted>Thanks, applied with the following appended:diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..4c85ac04872d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -1969,6 +1969,7 @@ S: Supported F: arch/arm/boot/dts/emev2* F: arch/arm/boot/dts/r7s* F: arch/arm/boot/dts/r8a* +F: arch/arm/boot/dts/r9a* F: arch/arm/boot/dts/sh* F: arch/arm/configs/shmobile_defconfig F: arch/arm/include/debug/renesas-scif.SOne more update. dt-bindings/clock/r9a06g032-sysctrl.h is not present in v4.18-rc1, current base of the renesas tree and likely base for the rest of the v4.19 development cycle. Accordingly I have removed the include of that header and replaced the use of symbols it defines with numeric constants. The result is below.Oh right. Thanks!quoted
Please: 1) Check that this is correct andLooks good to me, except for the bogus "fixes" and "SoB" below (bad squash?)quoted
From: Michel Pollet <redacted> Subject: [PATCH] ARM: dts: Renesas R9A06G032 base device tree file This adds the Renesas R9A06G032 bare bone support. This currently only handles the SYSCTRL block note, generic parts (gic, architected timer) and a UART. Signed-off-by: Michel Pollet <redacted> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> [simon: updated MAINTAINERS file [simon: do not use r9a06g032-sysctrl.h as it is not in the renesas tree yet] Signed-off-by: Simon Horman <redacted> fixes^^^^^quoted
Signed-off-by: Simon Horman <redacted>^^^^ Gr{oetje,eeting}s,
Thanks, I'll remove that trailing garbage.