mirror of https://gitee.com/openkylin/linux.git
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:
parent
a5ad3b4b24
commit
279df1917d
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue