Re: [PATCH 3/4] arm64: dts: r8a7795: Link ARM GIC to clock and clock domain

2017-01-17 Thread Geert Uytterhoeven
Hi Ramesh, On Tue, Jan 17, 2017 at 3:00 PM, Ramesh Shanmugasundaram wrote: >> --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi >> +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi >> @@ -166,6 +166,9 @@ >> <0x0 0xf106 0 0x2>;

RE: [PATCH 3/4] arm64: dts: r8a7795: Link ARM GIC to clock and clock domain

2017-01-17 Thread Ramesh Shanmugasundaram
Hi Geert, > Subject: [PATCH 3/4] arm64: dts: r8a7795: Link ARM GIC to clock and clock > domain > > Link the ARM GIC to the INTC-AP module clock, and add it to the SYSC > "always-on" PM Domain, so it can be power managed using that clock. > > Note that curre

[PATCH 3/4] arm64: dts: r8a7795: Link ARM GIC to clock and clock domain

2017-01-17 Thread Geert Uytterhoeven
Link the ARM GIC to the INTC-AP module clock, and add it to the SYSC "always-on" PM Domain, so it can be power managed using that clock. Note that currently the GIC-400 driver doesn't support module clocks nor Runtime PM, so this must be handled as a critical clock. Signed-off-by: Geert