Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: codec: realtek: Make the node name generic

"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: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Fabio Estevam and committed by
Mark Brown
520a76f8 34f5897c

+5 -5
+1 -1
Documentation/devicetree/bindings/sound/rt274.txt
··· 26 26 27 27 Example: 28 28 29 - codec: rt274@1c { 29 + rt274: codec@1c { 30 30 compatible = "realtek,rt274"; 31 31 reg = <0x1c>; 32 32 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
+1 -1
Documentation/devicetree/bindings/sound/rt5514.txt
··· 32 32 33 33 Example: 34 34 35 - codec: rt5514@57 { 35 + rt5514: codec@57 { 36 36 compatible = "realtek,rt5514"; 37 37 reg = <0x57>; 38 38 };
+1 -1
Documentation/devicetree/bindings/sound/rt5616.txt
··· 26 26 27 27 Example: 28 28 29 - codec: rt5616@1b { 29 + rt5616: codec@1b { 30 30 compatible = "realtek,rt5616"; 31 31 reg = <0x1b>; 32 32 };
Documentation/devicetree/bindings/sound/rt5645.txt
+1 -1
Documentation/devicetree/bindings/sound/rt5651.txt
··· 50 50 51 51 Example: 52 52 53 - codec: rt5651@1a { 53 + rt5651: codec@1a { 54 54 compatible = "realtek,rt5651"; 55 55 reg = <0x1a>; 56 56 realtek,dmic-en = "true";
+1 -1
Documentation/devicetree/bindings/sound/rt5663.txt
··· 47 47 48 48 Example: 49 49 50 - codec: rt5663@12 { 50 + rt5663: codec@12 { 51 51 compatible = "realtek,rt5663"; 52 52 reg = <0x12>; 53 53 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;