summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-03-01 10:45:37 +0100
committerArnd Bergmann <arnd@arndb.de>2022-03-01 10:45:38 +0100
commit9411ac255e535059d06729acae34df0914e55502 (patch)
treebbd43ff74cd9a25b2a41cc86dda8505610dea800 /arch
parent7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3 (diff)
parent515415d316168c6521d74ea8280287e28d7303e6 (diff)
downloadlinux-stable-9411ac255e535059d06729acae34df0914e55502.tar.gz
linux-stable-9411ac255e535059d06729acae34df0914e55502.tar.bz2
linux-stable-9411ac255e535059d06729acae34df0914e55502.zip
Merge tag 'arm-soc/for-5.17/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for 5.17, please pull the following: - Maxime fixes the HVS (display) register range for the BCM2711 (Raspberry Pi 4) SoC * tag 'arm-soc/for-5.17/devicetree-fixes' of https://github.com/Broadcom/stblinux: ARM: boot: dts: bcm2711: Fix HVS register range Link: https://lore.kernel.org/r/20220228165537.1950863-1-f.fainelli@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/bcm2711.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index dff18fc9a906..21294f775a20 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -290,6 +290,7 @@
hvs: hvs@7e400000 {
compatible = "brcm,bcm2711-hvs";
+ reg = <0x7e400000 0x8000>;
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
};