Skip to content

Commit 78e869d

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: imx93: Fix anatop node size
Although the memory map of i.MX93 reference manual rev. 2 claims that analog top has start address of 0x44480000 and end address of 0x4448ffff, this overlaps with TMU memory area starting at 0x44482000, as stated in section 73.6.1. As PLL configuration registers start at addresses up to 0x44481400, as used by clk-imx93, reduce the anatop size to 0x2000, so exclude the TMU area but keep all PLL registers inside. Fixes: ec8b5b5 ("arm64: dts: freescale: Add i.MX93 dtsi support") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 0a2b96e commit 78e869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx93.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340

341341
anatop: anatop@44480000 {
342342
compatible = "fsl,imx93-anatop", "syscon";
343-
reg = <0x44480000 0x10000>;
343+
reg = <0x44480000 0x2000>;
344344
};
345345

346346
adc1: adc@44530000 {

0 commit comments

Comments
 (0)