ASoC: atmel-classd: remove aclk clock from DT binding

Since gclk (generated-clk) is now able to determine the rate of the
audio_pll, there is no need for classd to have a direct phandle to the
audio_pll while already having a phandle to gclk.

This binding is used by no board in mainline so it is safe to be
modified.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Quentin Schulz and committed by
Stephen Boyd
f8fef412 1a1a36d7

+3 -6
+3 -6
Documentation/devicetree/bindings/sound/atmel-classd.txt
··· 13 Must be "tx". 14 - clock-names 15 Tuple listing input clock names. 16 - Required elements: "pclk", "gclk" and "aclk". 17 - clocks 18 Please refer to clock-bindings.txt. 19 - assigned-clocks 20 Should be <&classd_gclk>. 21 - - assigned-clock-parents 22 - Should be <&audio_pll_pmc>. 23 24 Optional properties: 25 - pinctrl-names, pinctrl-0 ··· 43 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) 44 | AT91_XDMAC_DT_PERID(47))>; 45 dma-names = "tx"; 46 - clocks = <&classd_clk>, <&classd_gclk>, <&audio_pll_pmc>; 47 - clock-names = "pclk", "gclk", "aclk"; 48 assigned-clocks = <&classd_gclk>; 49 - assigned-clock-parents = <&audio_pll_pmc>; 50 51 pinctrl-names = "default"; 52 pinctrl-0 = <&pinctrl_classd_default>;
··· 13 Must be "tx". 14 - clock-names 15 Tuple listing input clock names. 16 + Required elements: "pclk" and "gclk". 17 - clocks 18 Please refer to clock-bindings.txt. 19 - assigned-clocks 20 Should be <&classd_gclk>. 21 22 Optional properties: 23 - pinctrl-names, pinctrl-0 ··· 45 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) 46 | AT91_XDMAC_DT_PERID(47))>; 47 dma-names = "tx"; 48 + clocks = <&classd_clk>, <&classd_gclk>; 49 + clock-names = "pclk", "gclk"; 50 assigned-clocks = <&classd_gclk>; 51 52 pinctrl-names = "default"; 53 pinctrl-0 = <&pinctrl_classd_default>;