diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-04 22:12:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-05 04:35:50 +0300 |
commit | 1dbec1f0f086bbcf811f34cf56af6ff749d10b59 (patch) | |
tree | 5f9e7581663a115598498481d14657ad8d65a6fa /Documentation/devicetree/bindings/sound/wm8960.txt | |
parent | d2b4d003239ec8b2c48900b777130aaa6e9caed4 (diff) | |
download | linux-1dbec1f0f086bbcf811f34cf56af6ff749d10b59.tar.xz |
ASoC: wm8960: 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 binding example.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8960.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8960.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8960.txt b/Documentation/devicetree/bindings/sound/wm8960.txt index 2deb8a3da9c5..6d29ac3750ee 100644 --- a/Documentation/devicetree/bindings/sound/wm8960.txt +++ b/Documentation/devicetree/bindings/sound/wm8960.txt @@ -23,7 +23,7 @@ Optional properties: Example: -codec: wm8960@1a { +wm8960: codec@1a { compatible = "wlf,wm8960"; reg = <0x1a>; |