diff mbox series

[RFT,1/2] ARM: dts: bcm2711: Fix the HVS size

Message ID 20210112134730.810697-2-maxime@cerno.tech (mailing list archive)
State New, archived
Headers show
Series drm/vc4: Clear the display list on startup | expand

Commit Message

Maxime Ripard Jan. 12, 2021, 1:47 p.m. UTC
The BCM2711 has a larger HVS size than the earlier SoCs.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm/boot/dts/bcm2711.dtsi | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index 4847dd305317..5254c63fbf8f 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -290,6 +290,7 @@  pixelvalve4: pixelvalve@7e216000 {
 
 		hvs: hvs@7e400000 {
 			compatible = "brcm,bcm2711-hvs";
+			reg = <0x7e400000 0x8000>;
 			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
 		};