diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-01-12 18:55:25 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-01-12 18:55:25 +0000 |
commit | c2992ee273b4dac36df2a2b4a9d3a74d315f8f2e (patch) | |
tree | 64f14a7a43380f8fcc0403501b5fca11ab195147 /target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch | |
parent | 30cf6f5815b898f956ae95a88f28d327677a3f62 (diff) | |
download | mtk-20170518-c2992ee273b4dac36df2a2b4a9d3a74d315f8f2e.zip mtk-20170518-c2992ee273b4dac36df2a2b4a9d3a74d315f8f2e.tar.gz mtk-20170518-c2992ee273b4dac36df2a2b4a9d3a74d315f8f2e.tar.bz2 |
brcm47xx: add new led and button support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39252
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch index 6247933..3e1543b 100644 --- a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch +++ b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch @@ -14,7 +14,7 @@ Acked-by: Rafa? Mi?ecki <zajec5@gmail.com> --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c -@@ -35,6 +35,7 @@ +@@ -37,6 +37,7 @@ #include <asm/prom.h> #include <asm/reboot.h> #include <asm/time.h> @@ -22,7 +22,7 @@ Acked-by: Rafa? Mi?ecki <zajec5@gmail.com> #include <bcm47xx.h> #include <bcm47xx_nvram.h> #include <bcm47xx_board.h> -@@ -229,6 +230,31 @@ void __init plat_mem_setup(void) +@@ -231,6 +232,31 @@ void __init plat_mem_setup(void) mips_set_machine_name(bcm47xx_board_get_name()); } |