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

ARM: sun5i: Add audio PLL

The A13 uses the PLL2 as the audio PLL, which is the parent of all the
other audio clocks in the system (i2s, codec, etc.). However, it has a
different divider configuration than the A10, hence the difference
compatible.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

+9
+9
arch/arm/boot/dts/sun5i.dtsi
··· 102 102 clock-output-names = "pll1"; 103 103 }; 104 104 105 + pll2: clk@01c20008 { 106 + #clock-cells = <1>; 107 + compatible = "allwinner,sun5i-a13-pll2-clk"; 108 + reg = <0x01c20008 0x8>; 109 + clocks = <&osc24M>; 110 + clock-output-names = "pll2-1x", "pll2-2x", 111 + "pll2-4x", "pll2-8x"; 112 + }; 113 + 105 114 pll4: clk@01c20018 { 106 115 #clock-cells = <0>; 107 116 compatible = "allwinner,sun4i-a10-pll1-clk";