diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-11-21 08:31:41 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-12-29 21:04:41 +0800 |
| commit | 7834d199a7d7e49e4ccb6a2dd465febb683026f0 (patch) | |
| tree | eafae2e812f9e996dfb077f2b1006f96454c9e6a | |
| parent | 81c6b6ffbda1ad077896e719a23c09c8690f2a9b (diff) | |
| download | linux-7834d199a7d7e49e4ccb6a2dd465febb683026f0.tar.gz linux-7834d199a7d7e49e4ccb6a2dd465febb683026f0.zip | |
arm64: dts: tqma8xxs-mb-smarc-2: replace 0 with IMX_LPCG_CLK_0 for lpcg indices
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: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/tqma8xxs-mb-smarc-2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/tqma8xxs-mb-smarc-2.dtsi b/arch/arm64/boot/dts/freescale/tqma8xxs-mb-smarc-2.dtsi index 3d20e3bf32ce..8bfe77113d64 100644 --- a/arch/arm64/boot/dts/freescale/tqma8xxs-mb-smarc-2.dtsi +++ b/arch/arm64/boot/dts/freescale/tqma8xxs-mb-smarc-2.dtsi @@ -130,7 +130,7 @@ 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 = <®_1v8>; ldoin-supply = <®_3v3>; |
