ARM: dts: imx6qp: add specific compatible for GPC
authorLucas Stach <l.stach@pengutronix.de>
Wed, 12 Apr 2017 16:46:00 +0000 (18:46 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:28 +0000 (09:34 +0800)
Add the more specific QuadPlus compatible to the GPC node, to trigger the
required workarounds in the power domain code.

In regard to the interrupt mapping the QuadPlus controller is fully
compatible to the Quad one, so keep that compatible in place.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qp.dtsi

index 59453f2..299d863 100644 (file)
                     <0 119 IRQ_TYPE_LEVEL_HIGH>;
 };
 
+&gpc {
+       compatible = "fsl,imx6qp-gpc", "fsl,imx6q-gpc";
+};
+
 &ipu1 {
        compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
        fsl,prg = <&prg1>;