]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 59453f2ac4bafeaad4efbb98ab4189c27bb788f8..299d863690c5dbbaded0a3b1bf05de9002b7cd3d 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>;