forked from Openwrt/openwrt
affdd9eee8
Manualy refreshed: 101-powerpc-85xx-hiveap-330-support.patch 105-powerpc-85xx-panda-support.patch Rest done by 'make target/linux/refresh' Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
11 lines
397 B
Diff
11 lines
397 B
Diff
--- a/arch/powerpc/platforms/85xx/common.c
|
|
+++ b/arch/powerpc/platforms/85xx/common.c
|
|
@@ -31,6 +31,7 @@ static const struct of_device_id mpc85xx
|
|
{ .compatible = "fsl,mpc8548-guts", },
|
|
/* Probably unnecessary? */
|
|
{ .compatible = "gpio-leds", },
|
|
+ { .compatible = "gpio-keys", },
|
|
/* For all PCI controllers */
|
|
{ .compatible = "fsl,mpc8540-pci", },
|
|
{ .compatible = "fsl,mpc8548-pcie", },
|