Skip to content

Commit

Permalink
arm: dt: bcm2712: Correct the size of the register range for MOP
Browse files Browse the repository at this point in the history
The Mop covers 0x28 bytes of registers, so ensure the range is
defined appropriately.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 committed Dec 5, 2023
1 parent cb980d3 commit 2ce6e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

mop: mop@7c500000 {
compatible = "brcm,bcm2712-mop";
reg = <0x7c500000 0x20>;
reg = <0x7c500000 0x28>;
interrupt-parent = <&disp_intr>;
interrupts = <1>;
status = "disabled";
Expand Down

0 comments on commit 2ce6e59

Please sign in to comment.