devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion
@ 2019-12-16  2:08 Kuninori Morimoto
  2020-01-08 10:21 ` Patrice CHOTARD
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2019-12-16  2:08 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Geert Uytterhoeven
  Cc: Patrice Chotard, Linux-Renesas, Linux-DT, Linux-ARM


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

frame-inversion is "flag" not "uint32".
This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi
index 60e1104..d051f08 100644
--- a/arch/arm/boot/dts/stihxxx-b2120.dtsi
+++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi
@@ -46,7 +46,7 @@
 			/* DAC */
 			format = "i2s";
 			mclk-fs = <256>;
-			frame-inversion = <1>;
+			frame-inversion;
 			cpu {
 				sound-dai = <&sti_uni_player2>;
 			};
-- 
2.7.4


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

* Re: [PATCH] ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion
  2019-12-16  2:08 [PATCH] ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion Kuninori Morimoto
@ 2020-01-08 10:21 ` Patrice CHOTARD
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice CHOTARD @ 2020-01-08 10:21 UTC (permalink / raw)
  To: Kuninori Morimoto, Rob Herring, Mark Rutland, Geert Uytterhoeven
  Cc: Linux-Renesas, Linux-DT, Linux-ARM

Hi Kuninori

On 12/16/19 3:08 AM, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> frame-inversion is "flag" not "uint32".
> This patch fixup it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi
> index 60e1104..d051f08 100644
> --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi
> +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi
> @@ -46,7 +46,7 @@
>  			/* DAC */
>  			format = "i2s";
>  			mclk-fs = <256>;
> -			frame-inversion = <1>;
> +			frame-inversion;
>  			cpu {
>  				sound-dai = <&sti_uni_player2>;
>  			};

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks


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

end of thread, other threads:[~2020-01-08 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16  2:08 [PATCH] ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion Kuninori Morimoto
2020-01-08 10:21 ` Patrice CHOTARD

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).