Browse Source

ASoC: rockchip: Fix compatible string in example

Use the correct compatible string in the example devicetree
snippet, which was probably overlooked.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
Ezequiel Garcia 7 years ago
parent
commit
279df1917d

+ 1 - 1
Documentation/devicetree/bindings/sound/rockchip,rk3288-hdmi-analog.txt

@@ -22,7 +22,7 @@ Optionnal properties:
 Example:
 Example:
 
 
 sound {
 sound {
-	compatible = "rockchip,rockchip-audio-es8388";
+	compatible = "rockchip,rk3288-hdmi-analog";
 	rockchip,model = "Analog audio output";
 	rockchip,model = "Analog audio output";
 	rockchip,i2s-controller = <&i2s>;
 	rockchip,i2s-controller = <&i2s>;
 	rockchip,audio-codec = <&es8388>;
 	rockchip,audio-codec = <&es8388>;