From: Lucas Stach Date: Wed, 12 Apr 2017 16:46:00 +0000 (+0200) Subject: ARM: dts: imx6qp: add specific compatible for GPC X-Git-Tag: v4.13-rc1~168^2~5^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6447a053ddf6e3e42af6c8e1c65a8ec2b367abbc;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: imx6qp: add specific compatible for GPC 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi index 59453f2..299d863 100644 --- a/arch/arm/boot/dts/imx6qp.dtsi +++ b/arch/arm/boot/dts/imx6qp.dtsi @@ -120,6 +120,10 @@ <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>;