diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2019-01-01 11:16:32 +0000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-05 22:09:08 +0100 |
commit | 36d45e4cdc611c3c935c69aa0e7c8c4418963c6d (patch) | |
tree | 71eb9f6389d9a64654dcf41dcb1802ed1f3df243 /target/linux/mpc85xx/patches-4.19/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch | |
parent | 0fbd3d23aadee0d95beef4f077a866dae7f4841a (diff) | |
download | upstream-36d45e4cdc611c3c935c69aa0e7c8c4418963c6d.tar.gz upstream-36d45e4cdc611c3c935c69aa0e7c8c4418963c6d.tar.bz2 upstream-36d45e4cdc611c3c935c69aa0e7c8c4418963c6d.zip |
mpc85xx: add kernel 4.19 support
Copied config from 4.14
Add patches for 4.19
Drop patch 103-powerpc-fix-build-cross32ar.patch,
because issue was fixed in upstream.
Compiled: generic p1020
Compiled and tested: (unofficial) P2020, TP-Link TL-WDR4900
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
Diffstat (limited to 'target/linux/mpc85xx/patches-4.19/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-4.19/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-4.19/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch b/target/linux/mpc85xx/patches-4.19/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch new file mode 100644 index 0000000000..58c4be6007 --- /dev/null +++ b/target/linux/mpc85xx/patches-4.19/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 +@@ -33,6 +33,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", }, |