Skip to content

Commit

Permalink
ARM: bcm: Switch board, clk and pinctrl to bcm2711 compatible
Browse files Browse the repository at this point in the history
After the decision to use bcm2711 compatible for upstream, we should
switch all accepted compatibles to bcm2711. So we can boot with
one DTB the down- and the upstream kernel.

Signed-off-by: Stefan Wahren <[email protected]>
  • Loading branch information
lategoodbye authored and popcornmix committed Jun 3, 2020
1 parent 8d840eb commit a395b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-bcm/board_bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static const char * const bcm2835_compat[] = {
#ifdef CONFIG_ARCH_MULTI_V7
"brcm,bcm2836",
"brcm,bcm2837",
"brcm,bcm2838",
"brcm,bcm2711",
#endif
NULL
};
Expand Down

0 comments on commit a395b14

Please sign in to comment.