[PATCH] ARM: bcm281xx: more descriptive machine string
Christian Daudt
csd at broadcom.com
Tue Sep 24 16:18:59 EDT 2013
Add SoC model to DT_MACHINE_START string.
Signed-off-by: Christian Daudt <bcm at fixthebug.org>
Reviewed-by: Markus Mayer <mmayer at broadcom.com>
Reviewed-by: Mark Hambleton <mahamble at broadcom.com>
Reviewed-by: James King <jamesk at broadcom.com>
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c
index 8d9f931..dcfaf4a 100644
--- a/arch/arm/mach-bcm/board_bcm281xx.c
+++ b/arch/arm/mach-bcm/board_bcm281xx.c
@@ -67,7 +67,7 @@ static void __init board_init(void)
static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, };
-DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor")
+DT_MACHINE_START(BCM11351_DT, "BCM281xx Broadcom Application Processor")
.init_time = clocksource_of_init,
.init_machine = board_init,
.restart = bcm_kona_restart,
--
1.7.10.4
More information about the linux-arm-kernel
mailing list