ASoC: rockchip: Fix compatible string in example
authorEzequiel Garcia <ezequiel@collabora.co.uk>
Tue, 20 Mar 2018 16:03:32 +0000 (13:03 -0300)
committerMark Brown <broonie@kernel.org>
Wed, 21 Mar 2018 01:53:26 +0000 (09:53 +0800)
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>
Documentation/devicetree/bindings/sound/rockchip,rk3288-hdmi-analog.txt

index 2539e1d..e5430d1 100644 (file)
@@ -22,7 +22,7 @@ Optionnal properties:
 Example:
 
 sound {
-       compatible = "rockchip,rockchip-audio-es8388";
+       compatible = "rockchip,rk3288-hdmi-analog";
        rockchip,model = "Analog audio output";
        rockchip,i2s-controller = <&i2s>;
        rockchip,audio-codec = <&es8388>;