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 <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Chris Healy <[email protected]> > Cc: Lucas Stach <[email protected]> > Cc: Leonard Crestez <[email protected]> > Cc: "A.s. Dong" <[email protected]> > Cc: Richard Zhu <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected]
I think that's the right thing to do. Acked-by: Lucas Stach <[email protected]> > --- > 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>; > }; >

