Skip to content

Commit c5b8d2c

Browse files
Wei FangShawn Guo
authored andcommitted
arm64: dts: imx95: correct the address length of netcmix_blk_ctrl
The netc_blk_ctrl is controlled by the imx95-blk-ctl clock driver and provides relevant clock configurations for NETC, SAI and MQS. Its address length should be 8 bytes instead of 0x1000. Fixes: 7764fef ("arm64: dts: imx95: Add NETCMIX block control support") Signed-off-by: Wei Fang <wei.fang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c70812c commit c5b8d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

16741674
netcmix_blk_ctrl: syscon@4c810000 {
16751675
compatible = "nxp,imx95-netcmix-blk-ctrl", "syscon";
1676-
reg = <0x0 0x4c810000 0x0 0x10000>;
1676+
reg = <0x0 0x4c810000 0x0 0x8>;
16771677
#clock-cells = <1>;
16781678
clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
16791679
assigned-clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;

0 commit comments

Comments
 (0)