ARM: boot: dts: bcm2711: Fix HVS register range
authorMaxime Ripard <maxime@cerno.tech>
Sat, 19 Feb 2022 12:07:55 +0000 (13:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Mar 2022 13:26:40 +0000 (14:26 +0100)
commite5b4f60993d250b9bacd417422e27e48a67fd830
tree158a2a04050f40ec26d360f00c4128c72be8cefe
parent56185434e1e50acecee56d8f5850135009b87947
ARM: boot: dts: bcm2711: Fix HVS register range

[ Upstream commit 515415d316168c6521d74ea8280287e28d7303e6 ]

While the HVS has the same context memory size in the BCM2711 than in
the previous SoCs, the range allocated to the registers doubled and it
now takes 16k + 16k, compared to 8k + 16k before.

The KMS driver will use the whole context RAM though, eventually
resulting in a pointer dereference error when we access the higher half
of the context memory since it hasn't been mapped.

Fixes: 4564363351e2 ("ARM: dts: bcm2711: Enable the display pipeline")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/bcm2711.dtsi