Skip to content

Commit b12985c

Browse files
prabhakarladgeertu
authored andcommitted
arm64: dts: renesas: r9a09g077: 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: d17b347 ("arm64: dts: renesas: Add initial support for the Renesas RZ/T2H SoC") Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent a3f3465 commit b12985c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

975975
cpg: clock-controller@80280000 {
976976
compatible = "renesas,r9a09g077-cpg-mssr";
977-
reg = <0 0x80280000 0 0x1000>,
978-
<0 0x81280000 0 0x9000>;
977+
reg = <0 0x80280000 0 0x10000>,
978+
<0 0x81280000 0 0x10000>;
979979
clocks = <&extal_clk>;
980980
clock-names = "extal";
981981
#clock-cells = <2>;

0 commit comments

Comments
 (0)