58c4be60070a9e9ea11d2bfcd2733fbcd55719bf
[oweals/openwrt.git] / target / linux / mpc85xx / patches-5.4 / 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
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", },