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

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>

authored by

Ezequiel Garcia and committed by
Mark Brown
279df191 a5ad3b4b

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/rockchip,rk3288-hdmi-analog.txt
··· 22 22 Example: 23 23 24 24 sound { 25 - compatible = "rockchip,rockchip-audio-es8388"; 25 + compatible = "rockchip,rk3288-hdmi-analog"; 26 26 rockchip,model = "Analog audio output"; 27 27 rockchip,i2s-controller = <&i2s>; 28 28 rockchip,audio-codec = <&es8388>;