On Fri, Aug 03, 2018 at 12:55:32PM +0200, Marek Szyprowski wrote: > This patch adds missing properties to the CODEC and sound nodes, so the > audio will work also on Snow rev5 Chromebook. This patch is an extension > to the commits: e9eefc3f8ce0 ("ARM: dts: exynos: Add missing clock and DAI > properties to the max98095 node in Snow Chromebook") and 6ab569936d60 > ("ARM: dts: exynos: Enable HDMI audio on Snow Chromebook"). It has been > reported that such changes work fine on the rev5 board too. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos5250-snow-rev5.dts | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5250-snow-rev5.dts b/arch/arm/boot/dts/exynos5250-snow-rev5.dts > index 0348b1c49a69..6589760d80ee 100644 > --- a/arch/arm/boot/dts/exynos5250-snow-rev5.dts > +++ b/arch/arm/boot/dts/exynos5250-snow-rev5.dts > @@ -20,6 +20,14 @@ > > samsung,model = "Snow-I2S-MAX98090"; > samsung,audio-codec = <&max98090>; > + > + cpu { > + sound-dai = <&i2s0 0>; > + }; > + > + codec { > + sound-dai = <&max98095 0>, <&hdmi>; Applied after fixing typo in max98095 phandle. I assumed it mirrors the regular Snow DTS. Best regards, Krzysztof