diff options
Diffstat (limited to 'arch/arm/mach-bcm/board_bcm281xx.c')
-rw-r--r-- | arch/arm/mach-bcm/board_bcm281xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index 1e49ec0399ad..3fe1e4d2e9a7 100644 --- a/arch/arm/mach-bcm/board_bcm281xx.c +++ b/arch/arm/mach-bcm/board_bcm281xx.c | |||
@@ -44,7 +44,7 @@ static void bcm_board_setup_restart(void) | |||
44 | { | 44 | { |
45 | struct device_node *np; | 45 | struct device_node *np; |
46 | 46 | ||
47 | np = of_find_compatible_node(NULL, NULL, "bcm,bcm11351"); | 47 | np = of_find_compatible_node(NULL, NULL, "brcm,bcm11351"); |
48 | if (np) { | 48 | if (np) { |
49 | if (of_device_is_available(np)) | 49 | if (of_device_is_available(np)) |
50 | bcm_kona_setup_restart(); | 50 | bcm_kona_setup_restart(); |
@@ -63,7 +63,7 @@ static void __init board_init(void) | |||
63 | kona_l2_cache_init(); | 63 | kona_l2_cache_init(); |
64 | } | 64 | } |
65 | 65 | ||
66 | static const char * const bcm11351_dt_compat[] = { "bcm,bcm11351", NULL, }; | 66 | static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, }; |
67 | 67 | ||
68 | DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor") | 68 | DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor") |
69 | .init_time = clocksource_of_init, | 69 | .init_time = clocksource_of_init, |