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>
This commit is contained in:
Ezequiel Garcia 2018-03-20 13:03:32 -03:00 committed by Mark Brown
parent a5ad3b4b24
commit 279df1917d
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View 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>;