Message ID | 1479301615-11240-3-git-send-email-m.szyprowski@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On 11/16/2016 02:06 PM, Marek Szyprowski wrote: > Audio pll and oscilator clocks are proper parent clocks for AUD CMU. s/pll/PLL, s/oscilator/oscillator > They are not visible as such on first glance on Exynos 5433 SoC docs, > but they are needed for this CMU to operate properly. > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Marek, 2016-11-16 22:06 GMT+09:00 Marek Szyprowski <m.szyprowski@samsung.com>: > Audio pll and oscilator clocks are proper parent clocks for AUD CMU. > They are not visible as such on first glance on Exynos 5433 SoC docs, > but they are needed for this CMU to operate properly. > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi > index 6564875..a80eb4c 100644 > --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi > @@ -374,6 +374,8 @@ > compatible = "samsung,exynos5433-cmu-aud"; > reg = <0x114c0000 0x1000>; > #clock-cells = <1>; > + clock-names = "oscclk", "fout_aud_pll"; > + clocks = <&xxti>, <&cmu_top CLK_FOUT_AUD_PLL>; > }; > > cmu_bus0: clock-controller@13600000 { Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Also, you should update the binding documentation of exynos5433's clock[1]. [1] Documentation/devicetree/bindings/clock/exynos5433-clock.txt Best Regards, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 6564875..a80eb4c 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -374,6 +374,8 @@ compatible = "samsung,exynos5433-cmu-aud"; reg = <0x114c0000 0x1000>; #clock-cells = <1>; + clock-names = "oscclk", "fout_aud_pll"; + clocks = <&xxti>, <&cmu_top CLK_FOUT_AUD_PLL>; }; cmu_bus0: clock-controller@13600000 {
Audio pll and oscilator clocks are proper parent clocks for AUD CMU. They are not visible as such on first glance on Exynos 5433 SoC docs, but they are needed for this CMU to operate properly. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 ++ 1 file changed, 2 insertions(+)