bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1189-arm-dt-bcm2712-Correct-the-size-of-the-register-rang.patch
1 From 36593e2e27769d635ef18301f25b5e219a23949a Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.com>
3 Date: Tue, 5 Dec 2023 18:31:25 +0000
4 Subject: [PATCH] arm: dt: bcm2712: Correct the size of the register range for
5 MOP
6
7 The Mop covers 0x28 bytes of registers, so ensure the range is
8 defined appropriately.
9
10 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/bcm2712.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/bcm2712.dtsi
16 +++ b/arch/arm/boot/dts/bcm2712.dtsi
17 @@ -135,7 +135,7 @@
18
19 mop: mop@7c500000 {
20 compatible = "brcm,bcm2712-mop";
21 - reg = <0x7c500000 0x20>;
22 + reg = <0x7c500000 0x28>;
23 interrupt-parent = <&disp_intr>;
24 interrupts = <1>;
25 status = "disabled";