Commit 34f5897c authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: codec: wolfson: Make the node name generic

According to Devicetree Specification v0.2 document:

"The name of a node should be somewhat generic, reflecting the function
of the device and not its precise programming model."

Do as suggested in the bindings examples.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2da48013
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8510@1a { wm8510: codec@1a {
compatible = "wlf,wm8510"; compatible = "wlf,wm8510";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -10,7 +10,7 @@ Required properties: ...@@ -10,7 +10,7 @@ Required properties:
Example: Example:
codec: wm8523@1a { wm8523: codec@1a {
compatible = "wlf,wm8523"; compatible = "wlf,wm8523";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -10,7 +10,7 @@ Required properties: ...@@ -10,7 +10,7 @@ Required properties:
Example: Example:
codec: wm8524 { wm8524: codec {
compatible = "wlf,wm8524"; compatible = "wlf,wm8524";
wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
}; };
...@@ -10,7 +10,7 @@ Required properties: ...@@ -10,7 +10,7 @@ Required properties:
Example: Example:
codec: wm8580@1a { wm8580: codec@1a {
compatible = "wlf,wm8580"; compatible = "wlf,wm8580";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8711@1a { wm8711: codec@1a {
compatible = "wlf,wm8711"; compatible = "wlf,wm8711";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8728@1a { wm8728: codec@1a {
compatible = "wlf,wm8728"; compatible = "wlf,wm8728";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8731@1a { wm8731: codec@1a {
compatible = "wlf,wm8731"; compatible = "wlf,wm8731";
reg = <0x1a>; reg = <0x1a>;
}; };
......
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8737@1a { wm8737: codec@1a {
compatible = "wlf,wm8737"; compatible = "wlf,wm8737";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -21,7 +21,7 @@ Optional properties: ...@@ -21,7 +21,7 @@ Optional properties:
Example: Example:
codec: wm8741@1a { wm8741: codec@1a {
compatible = "wlf,wm8741"; compatible = "wlf,wm8741";
reg = <0x1a>; reg = <0x1a>;
......
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8750@1a { wm8750: codec@1a {
compatible = "wlf,wm8750"; compatible = "wlf,wm8750";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -34,7 +34,7 @@ Pins on the device (for linking into audio routes): ...@@ -34,7 +34,7 @@ Pins on the device (for linking into audio routes):
Example: Example:
codec: wm8753@1a { wm8753: codec@1a {
compatible = "wlf,wm8753"; compatible = "wlf,wm8753";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -10,7 +10,7 @@ Required properties: ...@@ -10,7 +10,7 @@ Required properties:
Example: Example:
codec: wm8770@1 { wm8770: codec@1 {
compatible = "wlf,wm8770"; compatible = "wlf,wm8770";
reg = <1>; reg = <1>;
}; };
...@@ -12,7 +12,7 @@ Required properties: ...@@ -12,7 +12,7 @@ Required properties:
Example: Example:
codec: wm8776@1a { wm8776: codec@1a {
compatible = "wlf,wm8776"; compatible = "wlf,wm8776";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -19,7 +19,7 @@ Optional properties: ...@@ -19,7 +19,7 @@ Optional properties:
Example: Example:
codec: wm8804@1a { wm8804: codec@1a {
compatible = "wlf,wm8804"; compatible = "wlf,wm8804";
reg = <0x1a>; reg = <0x1a>;
}; };
...@@ -57,7 +57,7 @@ Pins on the device (for linking into audio routes): ...@@ -57,7 +57,7 @@ Pins on the device (for linking into audio routes):
Example: Example:
codec: wm8903@1a { wm8903: codec@1a {
compatible = "wlf,wm8903"; compatible = "wlf,wm8903";
reg = <0x1a>; reg = <0x1a>;
interrupts = < 347 >; interrupts = < 347 >;
......
...@@ -59,7 +59,7 @@ Optional properties: ...@@ -59,7 +59,7 @@ Optional properties:
Example: Example:
codec: wm8994@1a { wm8994: codec@1a {
compatible = "wlf,wm8994"; compatible = "wlf,wm8994";
reg = <0x1a>; reg = <0x1a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment