Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: exynos5433: Add documentation for the audio block parent clocks

Audio block requires access to two parent clocks: audio PLL and oscillator,
so add this information to device tree bindings documentation.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

authored by

Marek Szyprowski and committed by
Sylwester Nawrocki
4c9e92df 9a81188e

+7
+7
Documentation/devicetree/bindings/clock/exynos5433-clock.txt
··· 104 104 - sclk_decon_tv_vclk_disp 105 105 - aclk_disp_333 106 106 107 + Input clocks for audio clock controller: 108 + - oscclk 109 + - fout_aud_pll 110 + 107 111 Input clocks for bus0 clock controller: 108 112 - aclk_bus0_400 109 113 ··· 301 297 compatible = "samsung,exynos5433-cmu-aud"; 302 298 reg = <0x114c0000 0x0b04>; 303 299 #clock-cells = <1>; 300 + 301 + clock-names = "oscclk", "fout_aud_pll"; 302 + clocks = <&xxti>, <&cmu_top CLK_FOUT_AUD_PLL>; 304 303 }; 305 304 306 305 cmu_bus0: clock-controller@13600000 {