diff mbox series

arm64: dts: imx8mn-bsh-smm-s2pro: Remove invalid audio codec clock

Message ID 20240821143420.2564869-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mn-bsh-smm-s2pro: Remove invalid audio codec clock | expand

Commit Message

Fabio Estevam Aug. 21, 2024, 2:34 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

According to ti,tlv320dac3100.yaml, 'clocks' is not a valid
property.

Remove it to fix the following dt-schema warning:

Unevaluated properties are not allowed ('clocks' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Nazzareno Trimarchi Aug. 27, 2024, 12:03 p.m. UTC | #1
Hi Fabio

On Wed, Aug 21, 2024 at 4:34 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> According to ti,tlv320dac3100.yaml, 'clocks' is not a valid
> property.
>
> Remove it to fix the following dt-schema warning:
>
> Unevaluated properties are not allowed ('clocks' was unexpected)
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> index c6ad65becc97..475cbf9e0d1e 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> @@ -64,7 +64,6 @@ tlv320dac3101: audio-codec@18 {
>                 DVDD-supply = <&buck5_reg>;
>                 reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
>                 ai31xx-micbias-vg = <MICBIAS_AVDDV>;
> -               clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;
>         };
>  };

Let's just give a test to the board

Michael

>
> --
> 2.34.1
>
Fabio Estevam Oct. 17, 2024, 11:43 a.m. UTC | #2
Hi Michael,

On Tue, Aug 27, 2024 at 9:03 AM Michael Nazzareno Trimarchi
<michael@amarulasolutions.com> wrote:
>
> Hi Fabio
>
> On Wed, Aug 21, 2024 at 4:34 PM Fabio Estevam <festevam@gmail.com> wrote:
> >
> > From: Fabio Estevam <festevam@denx.de>
> >
> > According to ti,tlv320dac3100.yaml, 'clocks' is not a valid
> > property.
> >
> > Remove it to fix the following dt-schema warning:
> >
> > Unevaluated properties are not allowed ('clocks' was unexpected)
> >
> > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > ---
> >  arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > index c6ad65becc97..475cbf9e0d1e 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > @@ -64,7 +64,6 @@ tlv320dac3101: audio-codec@18 {
> >                 DVDD-supply = <&buck5_reg>;
> >                 reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
> >                 ai31xx-micbias-vg = <MICBIAS_AVDDV>;
> > -               clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;
> >         };
> >  };
>
> Let's just give a test to the board

Have you had a chance to test it?
Michael Nazzareno Trimarchi Oct. 17, 2024, 11:50 a.m. UTC | #3
Hi Fabio

On Thu, Oct 17, 2024 at 1:43 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Hi Michael,
>
> On Tue, Aug 27, 2024 at 9:03 AM Michael Nazzareno Trimarchi
> <michael@amarulasolutions.com> wrote:
> >
> > Hi Fabio
> >
> > On Wed, Aug 21, 2024 at 4:34 PM Fabio Estevam <festevam@gmail.com> wrote:
> > >
> > > From: Fabio Estevam <festevam@denx.de>
> > >
> > > According to ti,tlv320dac3100.yaml, 'clocks' is not a valid
> > > property.
> > >
> > > Remove it to fix the following dt-schema warning:
> > >
> > > Unevaluated properties are not allowed ('clocks' was unexpected)
> > >
> > > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > > ---
> > >  arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > > index c6ad65becc97..475cbf9e0d1e 100644
> > > --- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > > +++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
> > > @@ -64,7 +64,6 @@ tlv320dac3101: audio-codec@18 {
> > >                 DVDD-supply = <&buck5_reg>;
> > >                 reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
> > >                 ai31xx-micbias-vg = <MICBIAS_AVDDV>;
> > > -               clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;
> > >         };
> > >  };
> >
> > Let's just give a test to the board
>
> Have you had a chance to test it?

I will test on monday ;). Is that ok?

Michael
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
index c6ad65becc97..475cbf9e0d1e 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts
@@ -64,7 +64,6 @@  tlv320dac3101: audio-codec@18 {
 		DVDD-supply = <&buck5_reg>;
 		reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
 		ai31xx-micbias-vg = <MICBIAS_AVDDV>;
-		clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;
 	};
 };