From: Geert Uytterhoeven Date: Tue, 17 Jan 2017 12:49:19 +0000 (+0100) Subject: arm64: dts: r8a7795: Link ARM GIC to clock and clock domain X-Git-Tag: v4.11-rc1~86^2~8^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b6e56e4c1fd747028437956f48832452462ef407;p=linux.git 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 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 Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index d36783e751af..8b030c323c10 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -166,6 +166,9 @@ gic: interrupt-controller@f1010000 { <0x0 0xf1060000 0 0x20000>; interrupts = ; + clocks = <&cpg CPG_MOD 408>; + clock-names = "clk"; + power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; }; wdt0: watchdog@e6020000 {