]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/dts: don't fall back to fsl,pq3-gpio for fsl,mpc8572-gpio
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 31 Jul 2015 09:16:06 +0000 (11:16 +0200)
committerScott Wood <scottwood@freescale.com>
Fri, 16 Oct 2015 23:46:00 +0000 (18:46 -0500)
While the handling of fsl,pq3-gpio and fsl,mpc8572-gpio is done in the
same driver and the two hardly differ, the latter controller needs a
workaround for an erratum in the gpio_get callback. To make this
difference more explicit remove fsl,pq3-gpio from the list of
compatibles for mpc8572 machines.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
arch/powerpc/boot/dts/fsl/mpc8572si-post.dtsi

index c8b2daa40ac876536ce67c9fe052898ffebd189b..41935709ebe87e6726f0399c468753fb513180ed 100644 (file)
 
        /* mark compat w/8572 to get some erratum treatment */
        gpio-controller@f000 {
-               compatible = "fsl,mpc8572-gpio", "fsl,pq3-gpio";
+               compatible = "fsl,mpc8572-gpio";
        };
 
        sata@18000 {
index d44e25a487349b377905339adfde72bdfa4bc4da..49294cf36b4e63a34263f59dd1a38ecf8526e99e 100644 (file)
 /include/ "pq3-dma-1.dtsi"
 /include/ "pq3-gpio-0.dtsi"
        gpio-controller@f000 {
-               compatible = "fsl,mpc8572-gpio", "fsl,pq3-gpio";
+               compatible = "fsl,mpc8572-gpio";
        };
 
        L2: l2-cache-controller@20000 {