Commit c5b8d2c3 authored by Wei Fang's avatar Wei Fang Committed by Shawn Guo
Browse files

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: 7764fef2 ("arm64: dts: imx95: Add NETCMIX block control support")
Signed-off-by: default avatarWei Fang <wei.fang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c70812cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1673,7 +1673,7 @@ pcie1_ep: pcie-ep@4c380000 {

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