Message ID | 20180309154016.15562-1-s.nawrocki@samsung.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node | expand |
On Fri, Mar 09, 2018 at 04:40:16PM +0100, Sylwester Nawrocki wrote: > The #sound-dai-cells DT property is required to describe link between > the HDMI IP block and the SoC's audio subsystem. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > Changes since v2: > - the property has been moved to "Required properties" paragraph, > I didn't add Rob's Reviewed-by due to this change > --- > Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2018년 03월 10일 08:02에 Rob Herring 이(가) 쓴 글: > On Fri, Mar 09, 2018 at 04:40:16PM +0100, Sylwester Nawrocki wrote: >> The #sound-dai-cells DT property is required to describe link between >> the HDMI IP block and the SoC's audio subsystem. >> >> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> >> --- >> Changes since v2: >> - the property has been moved to "Required properties" paragraph, >> I didn't add Rob's Reviewed-by due to this change >> --- >> Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Rob Herring <robh@kernel.org> Applied. Thanks, Inki Dae > > > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt b/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt index 8715ff06c457..ecb2899f4451 100644 --- a/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt +++ b/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt @@ -16,6 +16,7 @@ Required properties: - ddc: phandle to the hdmi ddc node - phy: phandle to the hdmi phy node - samsung,syscon-phandle: phandle for system controller node for PMU. +- #sound-dai-cells: should be 0. Required properties for Exynos 4210, 4212, 5420 and 5433: - clocks: list of clock IDs from SoC clock driver.
The #sound-dai-cells DT property is required to describe link between the HDMI IP block and the SoC's audio subsystem. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> --- Changes since v2: - the property has been moved to "Required properties" paragraph, I didn't add Rob's Reviewed-by due to this change --- Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt | 1 + 1 file changed, 1 insertion(+) -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html