linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes
       [not found] <CGME20180313171232epcas1p4425993ba6042b06051cc7590d3dbeab4@epcas1p4.samsung.com>
@ 2018-03-13 17:12 ` Sylwester Nawrocki
  2018-03-14 10:10   ` Sylwester Nawrocki
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2018-03-13 17:12 UTC (permalink / raw)
  To: linux-arm-kernel

The #sound-dai-cells property may be required to reference the CPU DAI
properly. This change is required for Snow HDMI audio.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ebc79114b0ce..45283a6c5eee 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -499,6 +499,7 @@
 			pinctrl-0 = <&i2s0_bus>;
 			power-domains = <&pd_mau>;
 			#clock-cells = <1>;
+			#sound-dai-cells = <1>;
 		};
 
 		i2s1: i2s at 12d60000 {
@@ -513,6 +514,7 @@
 			pinctrl-names = "default";
 			pinctrl-0 = <&i2s1_bus>;
 			power-domains = <&pd_mau>;
+			#sound-dai-cells = <1>;
 		};
 
 		i2s2: i2s at 12d70000 {
@@ -527,6 +529,7 @@
 			pinctrl-names = "default";
 			pinctrl-0 = <&i2s2_bus>;
 			power-domains = <&pd_mau>;
+			#sound-dai-cells = <1>;
 		};
 
 		usb_dwc3 {
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes
  2018-03-13 17:12 ` [PATCH] ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes Sylwester Nawrocki
@ 2018-03-14 10:10   ` Sylwester Nawrocki
  2018-03-14 19:15     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2018-03-14 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/13/2018 06:12 PM, Sylwester Nawrocki wrote:
> The #sound-dai-cells property may be required to reference the CPU DAI
> properly. This change is required for Snow HDMI audio.
> 
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

There is

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>

tag missing here.

> ---
>  arch/arm/boot/dts/exynos5250.dtsi | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index ebc79114b0ce..45283a6c5eee 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -499,6 +499,7 @@
>  			pinctrl-0 = <&i2s0_bus>;
>  			power-domains = <&pd_mau>;
>  			#clock-cells = <1>;
> +			#sound-dai-cells = <1>;
>  		};
>  
>  		i2s1: i2s at 12d60000 {
> @@ -513,6 +514,7 @@
>  			pinctrl-names = "default";
>  			pinctrl-0 = <&i2s1_bus>;
>  			power-domains = <&pd_mau>;
> +			#sound-dai-cells = <1>;
>  		};
>  
>  		i2s2: i2s at 12d70000 {
> @@ -527,6 +529,7 @@
>  			pinctrl-names = "default";
>  			pinctrl-0 = <&i2s2_bus>;
>  			power-domains = <&pd_mau>;
> +			#sound-dai-cells = <1>;
>  		};
>  
>  		usb_dwc3 {
> 


-- 
Sylwester Nawrocki
Samsung R&D Institute Poland

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes
  2018-03-14 10:10   ` Sylwester Nawrocki
@ 2018-03-14 19:15     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2018-03-14 19:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 14, 2018 at 11:10:48AM +0100, Sylwester Nawrocki wrote:
> On 03/13/2018 06:12 PM, Sylwester Nawrocki wrote:
> > The #sound-dai-cells property may be required to reference the CPU DAI
> > properly. This change is required for Snow HDMI audio.
> > 
> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> 
> There is
> 
> Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
> 
> tag missing here.
> 

Thanks, applied with Marek's tag.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-14 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20180313171232epcas1p4425993ba6042b06051cc7590d3dbeab4@epcas1p4.samsung.com>
2018-03-13 17:12 ` [PATCH] ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes Sylwester Nawrocki
2018-03-14 10:10   ` Sylwester Nawrocki
2018-03-14 19:15     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).