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

Maxime Ripard maxime at cerno.tech
Tue Jan 12 13:47:29 UTC 2021


The BCM2711 has a larger HVS size than the earlier SoCs.

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

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 at 7e216000 {
 
 		hvs: hvs at 7e400000 {
 			compatible = "brcm,bcm2711-hvs";
+			reg = <0x7e400000 0x8000>;
 			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
 		};
 
-- 
2.29.2



More information about the dri-devel mailing list