Re: [PATCH 2/2] ARM: dts: exynos542x: add GSCL block parent clock management to pm domain

From: Krzysztof Kozlowski
Date: Tue Dec 08 2015 - 23:52:41 EST


On 08.12.2015 22:46, Marek Szyprowski wrote:
> Add support for restoring GScaler parent clocks configuration when GSCL
> power domain is turned on.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
> ---
> arch/arm/boot/dts/exynos5420.dtsi | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index 48a0a55..912143e 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -252,8 +252,10 @@
> compatible = "samsung,exynos4210-pd";
> reg = <0x10044000 0x20>;
> #power-domain-cells = <0>;
> - clocks = <&clock CLK_GSCL0>, <&clock CLK_GSCL1>;
> - clock-names = "asb0", "asb1";
> + clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK300_GSCL>,
> + <&clock CLK_MOUT_USER_ACLK300_GSCL>, <&clock CLK_GSCL0>,
> + <&clock CLK_GSCL1>;
> + clock-names = "oscclk", "pclk0", "clk0", "asb0", "asb1";

The pclkN name is not used.

Best regards,
Krzysztof

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/