Message ID | 20241023221112.1393280-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/1] arm64: dts: imx8mn-bsh-smm-s2pro: remove undocument property 'clocks' for audio-codec@18 | expand |
Hi Frank, On Wed, Oct 23, 2024 at 7:11 PM Frank Li <Frank.Li@nxp.com> wrote: > > Remove undocument property 'clocks' for audio-codec@18, which compatible > string is 'ti,tlv320dac3101'. > > Fix below CHECK_DTBS warning: > audio-codec@18: Unevaluated properties are not allowed ('clocks' was unexpected) > > Signed-off-by: Frank Li <Frank.Li@nxp.com> I have already submitted this change: https://lore.kernel.org/linux-arm-kernel/CAOf5uwmg83-TVQvbNOCnzBh9JdQAC=5hpgbCeT-6qJ=+YBrssg@mail.gmail.com/ I am waiting for Michael to test it.
On Wed, Oct 23, 2024 at 08:44:56PM -0300, Fabio Estevam wrote: > Hi Frank, > > On Wed, Oct 23, 2024 at 7:11 PM Frank Li <Frank.Li@nxp.com> wrote: > > > > Remove undocument property 'clocks' for audio-codec@18, which compatible > > string is 'ti,tlv320dac3101'. > > > > Fix below CHECK_DTBS warning: > > audio-codec@18: Unevaluated properties are not allowed ('clocks' was unexpected) > > > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > > I have already submitted this change: > > https://lore.kernel.org/linux-arm-kernel/CAOf5uwmg83-TVQvbNOCnzBh9JdQAC=5hpgbCeT-6qJ=+YBrssg@mail.gmail.com/ > Thanks, next time please cc imx@lists.linux.dev. Frank > I am waiting for Michael to test it.
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 c6ad65becc970..475cbf9e0d1e2 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>; }; };
Remove undocument property 'clocks' for audio-codec@18, which compatible string is 'ti,tlv320dac3101'. Fix below CHECK_DTBS warning: audio-codec@18: Unevaluated properties are not allowed ('clocks' was unexpected) Signed-off-by: Frank Li <Frank.Li@nxp.com> --- arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts | 1 - 1 file changed, 1 deletion(-)