summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-10-06 23:51:24 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-10-06 23:51:24 +0000
commitebf07787210deee29e3ad4f2308433866a853c20 (patch)
tree95dbee09e015f09478f9a01a319cb1aed75af16f /target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
parent53a2c19c69d03bbdb81f1c27f9bc0b81b8da5ee4 (diff)
downloadmtk-20170518-ebf07787210deee29e3ad4f2308433866a853c20.zip
mtk-20170518-ebf07787210deee29e3ad4f2308433866a853c20.tar.gz
mtk-20170518-ebf07787210deee29e3ad4f2308433866a853c20.tar.bz2
brcm47xx: update board detection patches
Add patches like they are currently in the mainline mips tree and add some more pending patches for board detection. * Now the board name is shown under machine in /proc/cpuinfo. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38308
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch b/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
new file mode 100644
index 0000000..b7bc335
--- /dev/null
+++ b/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
@@ -0,0 +1,28 @@
+commit 86bd812676d1e99968f395ad82ccaa2db7965748
+Author: Hauke Mehrtens <hauke@hauke-m.de>
+Date: Thu Sep 19 22:04:04 2013 +0200
+
+ MIPS: BCM47XX: print board name in machine entry in cpuinfo
+
+ This will add the board name to the machine entry in /proc/cpuinfo.
+
+ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+
+--- a/arch/mips/bcm47xx/setup.c
++++ b/arch/mips/bcm47xx/setup.c
+@@ -32,6 +32,7 @@
+ #include <linux/ssb/ssb_embedded.h>
+ #include <linux/bcma/bcma_soc.h>
+ #include <asm/bootinfo.h>
++#include <asm/prom.h>
+ #include <asm/reboot.h>
+ #include <asm/time.h>
+ #include <bcm47xx.h>
+@@ -225,6 +226,7 @@ void __init plat_mem_setup(void)
+ _machine_halt = bcm47xx_machine_halt;
+ pm_power_off = bcm47xx_machine_halt;
+ bcm47xx_board_detect();
++ mips_set_machine_name(bcm47xx_board_get_name());
+ }
+
+ static int __init bcm47xx_register_bus_complete(void)