mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
ARM: bcm281xx: more descriptive machine string
Add SoC model to DT_MACHINE_START string. Signed-off-by: Christian Daudt <bcm@fixthebug.org> Reviewed-by: Markus Mayer <mmayer@broadcom.com> Reviewed-by: Mark Hambleton <mahamble@broadcom.com> Reviewed-by: James King <jamesk@broadcom.com>
This commit is contained in:
parent
29c700d758
commit
616b931eea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user