Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/dts: don't fall back to fsl,pq3-gpio for fsl,mpc8572-gpio

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>

authored by

Uwe Kleine-König and committed by
Scott Wood
78c102c2 07e9117e

+2 -2
+1 -1
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
··· 172 172 173 173 /* mark compat w/8572 to get some erratum treatment */ 174 174 gpio-controller@f000 { 175 - compatible = "fsl,mpc8572-gpio", "fsl,pq3-gpio"; 175 + compatible = "fsl,mpc8572-gpio"; 176 176 }; 177 177 178 178 sata@18000 {
+1 -1
arch/powerpc/boot/dts/fsl/mpc8572si-post.dtsi
··· 162 162 /include/ "pq3-dma-1.dtsi" 163 163 /include/ "pq3-gpio-0.dtsi" 164 164 gpio-controller@f000 { 165 - compatible = "fsl,mpc8572-gpio", "fsl,pq3-gpio"; 165 + compatible = "fsl,mpc8572-gpio"; 166 166 }; 167 167 168 168 L2: l2-cache-controller@20000 {