Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 279df191 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Mark Brown
Browse files

ASoC: rockchip: Fix compatible string in example



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

Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.co.uk>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a5ad3b4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;