Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Required properties:

Example:

codec: wm8510@1a {
wm8510: codec@1a {
	compatible = "wlf,wm8510";
	reg = <0x1a>;
};
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Required properties:

Example:

codec: wm8523@1a {
wm8523: codec@1a {
	compatible = "wlf,wm8523";
	reg = <0x1a>;
};
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Required properties:

Example:

codec: wm8524 {
wm8524: codec {
	compatible = "wlf,wm8524";
	wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
};
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Required properties:

Example:

codec: wm8580@1a {
wm8580: codec@1a {
	compatible = "wlf,wm8580";
	reg = <0x1a>;
};
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Required properties:

Example:

codec: wm8711@1a {
wm8711: codec@1a {
	compatible = "wlf,wm8711";
	reg = <0x1a>;
};
Loading