diff options
94 files changed, 9610 insertions, 904 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98090.txt b/Documentation/devicetree/bindings/sound/max98090.txt index e4c8b36dcf89..a5e63fa47dc5 100644 --- a/Documentation/devicetree/bindings/sound/max98090.txt +++ b/Documentation/devicetree/bindings/sound/max98090.txt | |||
| @@ -10,6 +10,12 @@ Required properties: | |||
| 10 | 10 | ||
| 11 | - interrupts : The CODEC's interrupt output. | 11 | - interrupts : The CODEC's interrupt output. |
| 12 | 12 | ||
| 13 | Optional properties: | ||
| 14 | |||
| 15 | - clocks: The phandle of the master clock to the CODEC | ||
| 16 | |||
| 17 | - clock-names: Should be "mclk" | ||
| 18 | |||
| 13 | Pins on the device (for linking into audio routes): | 19 | Pins on the device (for linking into audio routes): |
| 14 | 20 | ||
| 15 | * MIC1 | 21 | * MIC1 |
diff --git a/Documentation/devicetree/bindings/sound/max98095.txt b/Documentation/devicetree/bindings/sound/max98095.txt index bacbeaac72b5..318a4c82f17f 100644 --- a/Documentation/devicetree/bindings/sound/max98095.txt +++ b/Documentation/devicetree/bindings/sound/max98095.txt | |||
| @@ -8,6 +8,12 @@ Required properties: | |||
| 8 | 8 | ||
| 9 | - reg : The I2C address of the device. | 9 | - reg : The I2C address of the device. |
| 10 | 10 | ||
| 11 | Optional properties: | ||
| 12 | |||
| 13 | - clocks: The phandle of the master clock to the CODEC | ||
| 14 | |||
| 15 | - clock-names: Should be "mclk" | ||
| 16 | |||
| 11 | Example: | 17 | Example: |
| 12 | 18 | ||
| 13 | max98095: codec@11 { | 19 | max98095: codec@11 { |
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index a44e9179faf5..8346cab046cd 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt | |||
| @@ -20,6 +20,7 @@ Required properties: | |||
| 20 | SSI subnode properties: | 20 | SSI subnode properties: |
| 21 | - interrupts : Should contain SSI interrupt for PIO transfer | 21 | - interrupts : Should contain SSI interrupt for PIO transfer |
| 22 | - shared-pin : if shared clock pin | 22 | - shared-pin : if shared clock pin |
| 23 | - pio-transfer : use PIO transfer mode | ||
| 23 | 24 | ||
| 24 | SRC subnode properties: | 25 | SRC subnode properties: |
| 25 | <|||
