target: mpc85xx: refresh kernel patches
[openwrt/staging/florian.git] / target / linux / mpc85xx / patches-4.9 / 001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch
1 --- a/arch/powerpc/platforms/85xx/common.c
2 +++ b/arch/powerpc/platforms/85xx/common.c
3 @@ -33,6 +33,7 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = {
4 { .compatible = "fsl,mpc8548-guts", },
5 /* Probably unnecessary? */
6 { .compatible = "gpio-leds", },
7 + { .compatible = "gpio-keys", },
8 /* For all PCI controllers */
9 { .compatible = "fsl,mpc8540-pci", },
10 { .compatible = "fsl,mpc8548-pcie", },