]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mba8xx: replace 0 with IMX_LPCG_CLK_0 for lpcg indices
authorFrank Li <Frank.Li@nxp.com>
Thu, 20 Nov 2025 21:43:18 +0000 (16:43 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Dec 2025 13:04:41 +0000 (21:04 +0800)
Replace the 0 with IMX_LPCG_CLK_0 for LPCG clock indices. Although the
numerical value is identical, the LPCG input is defined as
IMX_LPCG_CLK_<n>, so using the symbolic constant improves clarity and
consistency with the LPCG clock naming convention.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/mba8xx.dtsi

index f534dab44e8ed10f152bcfa511f954bbfe6ca57c..e32519b156d93d93a62d1737e93a03a5ab4592bc 100644 (file)
        tlv320aic3x04: audio-codec@18 {
                compatible = "ti,tlv320aic32x4";
                reg = <0x18>;
-               clocks = <&mclkout0_lpcg 0>;
+               clocks = <&mclkout0_lpcg IMX_LPCG_CLK_0>;
                clock-names = "mclk";
                iov-supply = <&reg_1v8>;
                ldoin-supply = <&reg_3v3>;
        assigned-clocks = <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_PLL>,
                          <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_SLV_BUS>,
                          <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_MST_BUS>,
-                         <&sai1_lpcg 0>;
+                         <&sai1_lpcg IMX_LPCG_CLK_0>;
        assigned-clock-rates = <786432000>, <49152000>, <12288000>, <49152000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sai1>;