Commit 616b931e authored by Christian Daudt's avatar Christian Daudt Committed by Christian Daudt

ARM: bcm281xx: more descriptive machine string

Add SoC model to DT_MACHINE_START string.
Signed-off-by: default avatarChristian Daudt <bcm@fixthebug.org>
Reviewed-by: default avatarMarkus Mayer <mmayer@broadcom.com>
Reviewed-by: default avatarMark Hambleton <mahamble@broadcom.com>
Reviewed-by: default avatarJames King <jamesk@broadcom.com>
parent 29c700d7
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment