On 8/20/24 11:49, Florian Fainelli wrote:
From: Florian Fainelli <f.fainelli@xxxxxxxxx>
On Tue, 20 Aug 2024 16:38:14 +0200, Artur Weber <aweber.kernel@xxxxxxxxx> wrote:
The BCM21664 GIC sits at a higher address than the apps bus currently
allows. This is because the apps bus was inherited from the BCM23550
DTSI, where the GIC sits at an earlier address in memory, and the DTSI
wasn't updated to match.
Increase the size of the apps bus to allow the BCM21664 GIC to work.
Fixes: a5d0d4a7bab5 ("ARM: dts: bcm-mobile: Split out nodes used by both BCM21664 and BCM23550")
Signed-off-by: Artur Weber <aweber.kernel@xxxxxxxxx>
---
Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
Since this was only a problem in linux-next, I just squashed your fixup
within the original commit. Thanks!
--
Florian