From: Andreas Irestål Date: Tue, 16 Feb 2016 12:56:43 +0000 (+0100) Subject: ASoC: adau17x1: Add adau17x1 bindings document X-Git-Tag: next-20160301~62^2~7^3~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef329457237d885baf3408a56db9a02df97cde87;p=karo-tx-linux.git ASoC: adau17x1: Add adau17x1 bindings document Signed-off-by: Andreas Irestål Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/adi,adau17x1.txt b/Documentation/devicetree/bindings/sound/adi,adau17x1.txt new file mode 100644 index 000000000000..8dbce0e18dda --- /dev/null +++ b/Documentation/devicetree/bindings/sound/adi,adau17x1.txt @@ -0,0 +1,24 @@ +Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 + +Required properties: + + - compatible: Should contain one of the following: + "adi,adau1361" + "adi,adau1461" + "adi,adau1761" + "adi,adau1961" + "adi,adau1381" + "adi,adau1781" + + - reg: The i2c address. Value depends on the state of ADDR0 + and ADDR1, as wired in hardware. + +Examples: +#include + + i2c_bus { + adau1361@38 { + compatible = "adi,adau1761"; + reg = <0x38>; + }; + };