Am Donnerstag, den 07.02.2019, 16:29 -0800 schrieb Andrey Smirnov: > Mark iomuxc_gpr as compatible with "fsl,imx6q-iomuxc-gpr" in order for > to allow i.MX6 PCIe driver to use it. > > > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> > Cc: Shawn Guo <shawn...@kernel.org> > Cc: Fabio Estevam <fabio.este...@nxp.com> > Cc: Chris Healy <cphe...@gmail.com> > Cc: Lucas Stach <l.st...@pengutronix.de> > Cc: Leonard Crestez <leonard.cres...@nxp.com> > Cc: "A.s. Dong" <aisheng.d...@nxp.com> > Cc: Richard Zhu <hongxing....@nxp.com> > Cc: linux-...@nxp.com > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-kernel@vger.kernel.org
I think that's the right thing to do. Acked-by: Lucas Stach <l.st...@pengutronix.de> > --- > arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > index 892063a7c26c..f6c37bf9cbce 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > @@ -230,7 +230,7 @@ > > }; > > iomuxc_gpr: syscon@30340000 { > - compatible = "fsl,imx8mq-iomuxc-gpr", "syscon"; > + compatible = "fsl,imx8mq-iomuxc-gpr", > "fsl,imx6q-iomuxc-gpr", "syscon"; > reg = <0x30340000 0x10000>; > }; >