]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95: correct the address length of netcmix_blk_ctrl
authorWei Fang <wei.fang@nxp.com>
Tue, 5 Nov 2024 05:46:02 +0000 (13:46 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 08:27:05 +0000 (16:27 +0800)
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: 7764fef26ea9 ("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>
arch/arm64/boot/dts/freescale/imx95.dtsi

index d10f62eacfe08d7aa3c7cdd90fbb104b49556c36..e9c7a8265d71583ee8f21514af76d314d63385b8 100644 (file)
 
                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>;