* [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node [not found] <CGME20180309154029epcas1p280472548d1aa86daafceb405b10f1589@epcas1p2.samsung.com> @ 2018-03-09 15:40 ` Sylwester Nawrocki 0 siblings, 0 replies; 6+ messages in thread From: Sylwester Nawrocki @ 2018-03-09 15:40 UTC (permalink / raw) To: inki.dae Cc: devicetree, linux-samsung-soc, b.zolnierkie, sw0312.kim, dri-devel, robh+dt, Sylwester Nawrocki, linux-arm-kernel, m.szyprowski 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(+) 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. -- 2.14.2 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node @ 2018-03-09 15:40 ` Sylwester Nawrocki 0 siblings, 0 replies; 6+ messages in thread From: Sylwester Nawrocki @ 2018-03-09 15:40 UTC (permalink / raw) To: linux-arm-kernel 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(+) 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. -- 2.14.2 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node 2018-03-09 15:40 ` Sylwester Nawrocki @ 2018-03-09 23:02 ` Rob Herring -1 siblings, 0 replies; 6+ messages in thread From: Rob Herring @ 2018-03-09 23:02 UTC (permalink / raw) To: Sylwester Nawrocki Cc: devicetree, linux-samsung-soc, b.zolnierkie, sw0312.kim, dri-devel, linux-arm-kernel, m.szyprowski 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> _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node @ 2018-03-09 23:02 ` Rob Herring 0 siblings, 0 replies; 6+ messages in thread From: Rob Herring @ 2018-03-09 23:02 UTC (permalink / raw) To: linux-arm-kernel 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> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node 2018-03-09 23:02 ` Rob Herring @ 2018-03-12 1:23 ` Inki Dae -1 siblings, 0 replies; 6+ messages in thread From: Inki Dae @ 2018-03-12 1:23 UTC (permalink / raw) To: Rob Herring, Sylwester Nawrocki Cc: devicetree, linux-samsung-soc, b.zolnierkie, sw0312.kim, dri-devel, linux-arm-kernel, m.szyprowski 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 > > > > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node @ 2018-03-12 1:23 ` Inki Dae 0 siblings, 0 replies; 6+ messages in thread From: Inki Dae @ 2018-03-12 1:23 UTC (permalink / raw) To: linux-arm-kernel 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 > > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-12 1:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20180309154029epcas1p280472548d1aa86daafceb405b10f1589@epcas1p2.samsung.com>
2018-03-09 15:40 ` [PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node Sylwester Nawrocki
2018-03-09 15:40 ` Sylwester Nawrocki
2018-03-09 23:02 ` Rob Herring
2018-03-09 23:02 ` Rob Herring
2018-03-12 1:23 ` Inki Dae
2018-03-12 1:23 ` Inki Dae
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.