[PATCH 3/4] ARM: dts: exynos5250-snow MAX98095 CODEC node update

2018-03-07 Thread Sylwester Nawrocki
This patch adds missing clocks, clock-names properties so the CODEC can
properly handle its master clock. Without this change sound on exynos5250-snow
doesn't work.
Missing #sound-dai-cells property is also added so it is possible to specify
the DAI links properly for HDMI audio support.

Signed-off-by: Sylwester Nawrocki 
---
 arch/arm/boot/dts/exynos5250-snow.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts 
b/arch/arm/boot/dts/exynos5250-snow.dts
index 4827cb506fa3..16e37c337a3f 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -27,6 +27,9 @@
reg = <0x11>;
pinctrl-names = "default";
pinctrl-0 = <_en>;
+   clocks = <_system_controller 0>;
+   clock-names = "mclk";
+   #sound-dai-cells = <1>;
};
 };

--
2.14.2



[PATCH 3/4] ARM: dts: exynos5250-snow MAX98095 CODEC node update

2018-03-07 Thread Sylwester Nawrocki
This patch adds missing clocks, clock-names properties so the CODEC can
properly handle its master clock. Without this change sound on exynos5250-snow
doesn't work.
Missing #sound-dai-cells property is also added so it is possible to specify
the DAI links properly for HDMI audio support.

Signed-off-by: Sylwester Nawrocki 
---
 arch/arm/boot/dts/exynos5250-snow.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts 
b/arch/arm/boot/dts/exynos5250-snow.dts
index 4827cb506fa3..16e37c337a3f 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -27,6 +27,9 @@
reg = <0x11>;
pinctrl-names = "default";
pinctrl-0 = <_en>;
+   clocks = <_system_controller 0>;
+   clock-names = "mclk";
+   #sound-dai-cells = <1>;
};
 };

--
2.14.2