未验证 提交 2bd368d7 编写于 作者: C Codrin Ciubotariu 提交者: Mark Brown

ASoC: atmel-i2s: dt-bindings: Remove unnecessary phandle to aclk

The optional clock phandle to aclk (Audio PLL clock) is no longer needed
by the driver.
Signed-off-by: NCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 73ad0df5
...@@ -15,7 +15,6 @@ Required properties: ...@@ -15,7 +15,6 @@ Required properties:
- clock-names: Should be one of each entry matching the clocks phandles list: - clock-names: Should be one of each entry matching the clocks phandles list:
- "pclk" (peripheral clock) Required. - "pclk" (peripheral clock) Required.
- "gclk" (generated clock) Optional (1). - "gclk" (generated clock) Optional (1).
- "aclk" (Audio PLL clock) Optional (1).
- "muxclk" (I2S mux clock) Optional (1). - "muxclk" (I2S mux clock) Optional (1).
Optional properties: Optional properties:
...@@ -23,9 +22,9 @@ Optional properties: ...@@ -23,9 +22,9 @@ Optional properties:
- princtrl-names: Should contain only one value - "default". - princtrl-names: Should contain only one value - "default".
(1) : Only the peripheral clock is required. The generated clock, the Audio (1) : Only the peripheral clock is required. The generated clock and the I2S
PLL clock adn the I2S mux clock are optional and should only be set mux clock are optional and should only be set together, when Master Mode
together, when Master Mode is required. is required.
Example: Example:
...@@ -40,8 +39,8 @@ Example: ...@@ -40,8 +39,8 @@ Example:
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
AT91_XDMAC_DT_PERID(32))>; AT91_XDMAC_DT_PERID(32))>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
clocks = <&i2s0_clk>, <&i2s0_gclk>, <&audio_pll_pmc>, <&i2s0muxck>; clocks = <&i2s0_clk>, <&i2s0_gclk>, <&i2s0muxck>;
clock-names = "pclk", "gclk", "aclk", "muxclk"; clock-names = "pclk", "gclk", "muxclk";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2s0_default>; pinctrl-0 = <&pinctrl_i2s0_default>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册