Re: [PATCH v3] ARM: bcm: Add missing sentinel to bcm2711_compat[]

From: Florian Fainelli
Date: Sun Dec 15 2019 - 22:32:38 EST


On Sun, 15 Dec 2019 08:49:02 +0100, "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx> wrote:
> commit 781fa0a95424 ("ARM: bcm: Add support for BCM2711 SoC")
>
> breaks boot of many other platforms (e.g. OMAP or i.MX6) if
> CONFIG_ARCH_BCM2835 is enabled in addition to some multiplatform
> config (e.g. omap2plus_defconfig). The symptom is that the OMAP
> based board does not show any activity beyond "Starting Kernel ..."
> even with earlycon.
>
> Reverting the mentioned commit makes it work again.
>
> The real fix is to add the missing NULL sentinel to the
> bcm2711_compat[] variable-length array.
>
> Fixes: 781fa0a95424 ("ARM: bcm: Add support for BCM2711 SoC")
> Acked-by: Stefan Wahren <wahrenst@xxxxxxx>
> Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
> ---

Applied to soc/fixes, thanks!
--
Florian