diff options
author | Wei Fang <wei.fang@nxp.com> | 2024-11-05 06:46:02 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-12-09 09:27:05 +0100 |
commit | c5b8d2c370842e3f9a15655893d8c597e2d981d9 (patch) | |
tree | 131458fc61487369ecdd81cf6ac2b9bc92c1b71a /arch | |
parent | arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai fo... (diff) | |
download | linux-c5b8d2c370842e3f9a15655893d8c597e2d981d9.tar.xz linux-c5b8d2c370842e3f9a15655893d8c597e2d981d9.zip |
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: 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index d10f62eacfe0..e9c7a8265d71 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -1673,7 +1673,7 @@ 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>; |