diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 17:48:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 17:48:31 +0000 |
commit | d785803bfa3e3690ac4ecb051aab47eb28fe70d7 (patch) | |
tree | 786bd35720db98ffb90e694580d38df5dca179a1 /target/linux/mpc85xx/patches-3.8/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch | |
parent | cf2324fd6b6752ce511b612fc192ab9f0b6a32cb (diff) | |
download | mtk-20170518-d785803bfa3e3690ac4ecb051aab47eb28fe70d7.zip mtk-20170518-d785803bfa3e3690ac4ecb051aab47eb28fe70d7.tar.gz mtk-20170518-d785803bfa3e3690ac4ecb051aab47eb28fe70d7.tar.bz2 |
mpc85xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35729
Diffstat (limited to 'target/linux/mpc85xx/patches-3.8/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-3.8/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/patches-3.8/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch b/target/linux/mpc85xx/patches-3.8/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch new file mode 100644 index 0000000..e79edbe --- /dev/null +++ b/target/linux/mpc85xx/patches-3.8/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 +@@ -27,6 +27,7 @@ static struct of_device_id __initdata mp + { .compatible = "fsl,mpc8548-guts", }, + /* Probably unnecessary? */ + { .compatible = "gpio-leds", }, ++ { .compatible = "gpio-keys", }, + /* For all PCI controllers */ + { .compatible = "fsl,mpc8540-pci", }, + { .compatible = "fsl,mpc8548-pcie", }, |