Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / adi,adau17x1.txt
index 8dbce0e18dda266b3c824e1c34c5ad9b744ca2d2..1447dec281252cb1f71374742e54331ebebd7c5b 100644 (file)
@@ -13,6 +13,11 @@ Required properties:
  - reg:                        The i2c address. Value depends on the state of ADDR0
                        and ADDR1, as wired in hardware.
 
+Optional properties:
+ - clock-names:                If provided must be "mclk".
+ - clocks:             phandle + clock-specifiers for the clock that provides
+                       the audio master clock for the device.
+
 Examples:
 #include <dt-bindings/sound/adau17x1.h>
 
@@ -20,5 +25,8 @@ Examples:
                adau1361@38 {
                        compatible = "adi,adau1761";
                        reg = <0x38>;
+
+                       clock-names = "mclk";
+                       clocks = <&audio_clock>;
                };
        };