[Letux-kernel] [PATCH] dt: gta04: fix polarity of clocks for mcbsp4
H. Nikolaus Schaller
hns at goldelico.com
Fri Apr 28 13:12:59 CEST 2017
+++
Will merge into next Letux release and test a little.
The Si4721 problem seems to be different. But may also need a fix in the
audio-card.
Yes! It is missing entries like
simple-audio-card,bitclock-master = <&bt_link_master>;
So maybe there is simply no clock...
Thanks and BR,
Nikolaus
> Am 28.04.2017 um 12:27 schrieb Andreas Kemnade <andreas at kemnade.info>:
>
> The clock polarity setting of the mcbsp connected to
> the modem was wrong so almost only noise
> was received.
> With this patch it is also the same as it was on
> earlier non-dt kernels where it was working properly
>
> Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
> ---
> arch/arm/boot/dts/omap3-gta04.dtsi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
> index 16b237d3..c0d9d4b 100644
> --- a/arch/arm/boot/dts/omap3-gta04.dtsi
> +++ b/arch/arm/boot/dts/omap3-gta04.dtsi
> @@ -68,7 +68,8 @@
> simple-audio-card,bitclock-master = <&telephony_link_master>;
> simple-audio-card,frame-master = <&telephony_link_master>;
> simple-audio-card,format = "i2s";
> -
> + simple-audio-card,bitclock-inversion;
> + simple-audio-card,frame-inversion;
> simple-audio-card,cpu {
> sound-dai = <&mcbsp4>;
> };
> --
> 2.1.4
>
More information about the Letux-kernel
mailing list