projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f48707
)
ARM: dts: exynos: Add #sound-dai-cells property to hdmi node in exynos5250.dtsi
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Fri, 9 Mar 2018 17:22:45 +0000
(18:22 +0100)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 11 Mar 2018 17:37:32 +0000
(18:37 +0100)
This property is required for specifying link between the HDMI IP block
and the SoC's audio subsystem.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5250.dtsi
b/arch/arm/boot/dts/exynos5250.dtsi
index
179ef73
..
93f45a7
100644
(file)
--- a/
arch/arm/boot/dts/exynos5250.dtsi
+++ b/
arch/arm/boot/dts/exynos5250.dtsi
@@
-698,6
+698,7
@@
"sclk_hdmiphy", "mout_hdmi";
samsung,syscon-phandle = <&pmu_system_controller>;
phy = <&hdmiphy>;
+ #sound-dai-cells = <0>;
status = "disabled";
};