Skip to content

Commit f459672

Browse files
prabhakarladgeertu
authored andcommitted
arm64: dts: renesas: r9a09g087: Fix CPG register region sizes
The CPG register regions were incorrectly sized. Update them to match the actual hardware specification: - First region (0x80280000): 0x1000 -> 0x10000 (64kiB) - Second region (0x81280000): 0x9000 -> 0x10000 (64kiB) Fixes: 4b3d31f ("arm64: dts: renesas: Add initial SoC DTSI for the RZ/N2H SoC") Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260213131742.3606334-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent b12985c commit f459672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/renesas/r9a09g087.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,8 +977,8 @@
977977

978978
cpg: clock-controller@80280000 {
979979
compatible = "renesas,r9a09g087-cpg-mssr";
980-
reg = <0 0x80280000 0 0x1000>,
981-
<0 0x81280000 0 0x9000>;
980+
reg = <0 0x80280000 0 0x10000>,
981+
<0 0x81280000 0 0x10000>;
982982
clocks = <&extal_clk>;
983983
clock-names = "extal";
984984
#clock-cells = <2>;

0 commit comments

Comments
 (0)