aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/sound/tfa9879.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/tfa9879.txt b/Documentation/devicetree/bindings/sound/tfa9879.txt
index 23ba522d9e2b..1620e6848436 100644
--- a/Documentation/devicetree/bindings/sound/tfa9879.txt
+++ b/Documentation/devicetree/bindings/sound/tfa9879.txt
@@ -6,18 +6,18 @@ Required properties:
6 6
7- reg : the I2C address of the device 7- reg : the I2C address of the device
8 8
9- #sound-dai-cells : must be 0.
10
9Example: 11Example:
10 12
11&i2c1 { 13&i2c1 {
12 clock-frequency = <100000>;
13 pinctrl-names = "default"; 14 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_i2c1>; 15 pinctrl-0 = <&pinctrl_i2c1>;
15 status = "okay";
16 16
17 codec: tfa9879@6c { 17 amp: amp@6c {
18 #sound-dai-cells = <0>; 18 #sound-dai-cells = <0>;
19 compatible = "nxp,tfa9879"; 19 compatible = "nxp,tfa9879";
20 reg = <0x6c>; 20 reg = <0x6c>;
21 }; 21 };
22}; 22};
23 23