On Thu, Aug 08, 2024 at 02:39:19AM +0000, Peng Fan wrote: > > Subject: [PATCH v2 5/6] arm64: dts: imx8mp-venice-gw74xx-imx219: > > remove compatible in overlay file > > > > Remove compatible string in overlay file to fix below warning: > > gw,imx8mp-gw74xx' is not one of ['fsl,ls1043a-rdb', 'fsl,ls1043a-qds'] > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > Change from v1 to v2 > > - remove compatible string totally > > --- > > arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx-imx219.dtso | > > 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx- > > imx219.dtso b/arch/arm64/boot/dts/freescale/imx8mp-venice- > > gw74xx-imx219.dtso > > index edf22ff549a47..eb673a947484a 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx- > > imx219.dtso > > +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx- > > imx219.dtso > > @@ -11,8 +11,6 @@ > > /plugin/; > > > > &{/} { > > - compatible = "gw,imx8mp-gw74xx", "fsl,imx8mp"; > > > This machine string should be added to device tree, but not just delete. This overlay file, this compatible string should already in major dts file. Frank > > Regards, > Peng. > > > - > > reg_cam: regulator-cam { > > pinctrl-names = "default"; > > pinctrl-0 = <&pinctrl_reg_cam>; > > > > -- > > 2.34.1 > > >