[PATCH v2 4/4] arm64: dts: imx95: Add NETCMIX block control support
Wei Fang
wei.fang at nxp.com
Sun Jul 21 18:58:58 PDT 2024
> -----Original Message-----
> From: Wei Fang
> Sent: 2024年7月10日 16:57
> To: mturquette at baylibre.com; sboyd at kernel.org; robh at kernel.org;
> conor+dt at kernel.org; shawnguo at kernel.org; s.hauer at pengutronix.de;
> festevam at gmail.com; abelvesa at kernel.org; Peng Fan <peng.fan at nxp.com>
> Cc: linux-clk at vger.kernel.org; devicetree at vger.kernel.org;
> imx at lists.linux.dev; linux-arm-kernel at lists.infradead.org;
> linux-kernel at vger.kernel.org
> Subject: [PATCH v2 4/4] arm64: dts: imx95: Add NETCMIX block control
> support
>
> Add NETCMIX block control support.
>
> Signed-off-by: Wei Fang <wei.fang at nxp.com>
> ---
> V2:
> no changes.
> ---
> arch/arm64/boot/dts/freescale/imx95.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi
> b/arch/arm64/boot/dts/freescale/imx95.dtsi
> index 1bbf9a0468f6..6e86aa98b431 100644
> --- a/arch/arm64/boot/dts/freescale/imx95.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
> @@ -1188,5 +1188,17 @@ pcie1_ep: pcie-ep at 4c380000 {
> power-domains = <&scmi_devpd IMX95_PD_HSIO_TOP>;
> status = "disabled";
> };
> +
> + netcmix_blk_ctrl: syscon at 4c810000 {
> + compatible = "nxp,imx95-netcmix-blk-ctrl", "syscon";
> + reg = <0x0 0x4c810000 0x0 0x10000>;
> + #clock-cells = <1>;
> + clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
> + assigned-clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
> + assigned-clock-parents = <&scmi_clk
> IMX95_CLK_SYSPLL1_PFD1_DIV2>;
> + assigned-clock-rates = <133333333>;
> + power-domains = <&scmi_devpd IMX95_PD_NETC>;
> + status = "disabled";
> + };
> };
> };
> --
> 2.34.1
Kindly ping...
More information about the linux-arm-kernel
mailing list