diff options
| author | Frank Li <Frank.Li@nxp.com> | 2024-08-07 10:52:08 -0400 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2024-08-13 16:37:51 +0800 |
| commit | 3779d89370aa0b3b356fd0fb485a1702bc4fe02c (patch) | |
| tree | f85dc47b9f3e2ba085900eb34ede166678cc5e2e | |
| parent | ad46d513b0ed46b34e7d690d6b9d2706b366b533 (diff) | |
| download | lwn-3779d89370aa0b3b356fd0fb485a1702bc4fe02c.tar.gz lwn-3779d89370aa0b3b356fd0fb485a1702bc4fe02c.zip | |
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@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx-imx219.dtso | 2 |
1 files changed, 0 insertions, 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 edf22ff549a4..eb673a947484 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"; - reg_cam: regulator-cam { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reg_cam>; |
