X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2Fpatches-4.4%2F001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch;fp=target%2Flinux%2Fmpc85xx%2Fpatches-4.4%2F001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch;h=5e5ab10daf1d02096404701d5b56ef894ed3ad98;hb=93a2b8a6c47741ae1fc369d0245340c42f809418;hp=0000000000000000000000000000000000000000;hpb=495935a3b81ac88bc524adabfe4e28155e0f5dac;p=openwrt%2Fstaging%2Fyousong.git diff --git a/target/linux/mpc85xx/patches-4.4/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch b/target/linux/mpc85xx/patches-4.4/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch new file mode 100644 index 0000000000..5e5ab10daf --- /dev/null +++ b/target/linux/mpc85xx/patches-4.4/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch @@ -0,0 +1,10 @@ +--- a/arch/powerpc/platforms/85xx/common.c ++++ b/arch/powerpc/platforms/85xx/common.c +@@ -30,6 +30,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", },