ASoC: cs42xx8: Make the node name generic
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 4 May 2018 19:12:03 +0000 (16:12 -0300)
committerMark Brown <broonie@kernel.org>
Sat, 5 May 2018 01:35:51 +0000 (10:35 +0900)
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 binding example.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/cs42xx8.txt

index f631fbc..8619a15 100644 (file)
@@ -16,7 +16,7 @@ Required properties:
 
 Example:
 
-codec: cs42888@48 {
+cs42888: codec@48 {
        compatible = "cirrus,cs42888";
        reg = <0x48>;
        clocks = <&codec_mclk 0>;