Skip to content

Commit 18a047c

Browse files
author
Codrin Ciubotariu
committed
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: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 9c370be commit 18a047c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Documentation/devicetree/bindings/sound/atmel-i2s.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ Required properties:
1515
- clock-names: Should be one of each entry matching the clocks phandles list:
1616
- "pclk" (peripheral clock) Required.
1717
- "gclk" (generated clock) Optional (1).
18-
- "aclk" (Audio PLL clock) Optional (1).
1918
- "muxclk" (I2S mux clock) Optional (1).
2019

2120
Optional properties:
2221
- pinctrl-0: Should specify pin control groups used for this controller.
2322
- princtrl-names: Should contain only one value - "default".
2423

2524

26-
(1) : Only the peripheral clock is required. The generated clock, the Audio
27-
PLL clock adn the I2S mux clock are optional and should only be set
28-
together, when Master Mode is required.
25+
(1) : Only the peripheral clock is required. The generated clock and the I2S
26+
mux clock are optional and should only be set together, when Master Mode
27+
is required.
2928

3029
Example:
3130

@@ -40,8 +39,8 @@ Example:
4039
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
4140
AT91_XDMAC_DT_PERID(32))>;
4241
dma-names = "tx", "rx";
43-
clocks = <&i2s0_clk>, <&i2s0_gclk>, <&audio_pll_pmc>, <&i2s0muxck>;
44-
clock-names = "pclk", "gclk", "aclk", "muxclk";
42+
clocks = <&i2s0_clk>, <&i2s0_gclk>, <&i2s0muxck>;
43+
clock-names = "pclk", "gclk", "muxclk";
4544
pinctrl-names = "default";
4645
pinctrl-0 = <&pinctrl_i2s0_default>;
4746
};

0 commit comments

Comments
 (0)