diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-04-27 08:49:09 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-04 08:21:36 -0400 |
commit | 596f74ec275b0ec608e9450c937c6a29ba91b352 (patch) | |
tree | 8e8a349b2d5bdef723ff14221c4e9d8b0ca1d84f | |
parent | da620d722a7b7b16bf8571150acd7fd9e155809f (diff) |
ASoC: rsnd: Use generic names for device nodes
rcar_sound -> sound
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index f316ce1f214a..62ece4c59da7 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt | |||
@@ -47,7 +47,7 @@ DAI subnode properties: | |||
47 | 47 | ||
48 | Example: | 48 | Example: |
49 | 49 | ||
50 | rcar_sound: rcar_sound@ec500000 { | 50 | rcar_sound: sound@ec500000 { |
51 | #sound-dai-cells = <1>; | 51 | #sound-dai-cells = <1>; |
52 | compatible = "renesas,rcar_sound-r8a7791", "renesas,rcar_sound-gen2"; | 52 | compatible = "renesas,rcar_sound-r8a7791", "renesas,rcar_sound-gen2"; |
53 | reg = <0 0xec500000 0 0x1000>, /* SCU */ | 53 | reg = <0 0xec500000 0 0x1000>, /* SCU */ |