[PATCH 1/5] arm64: dts: imx91-11x11-evk: Refine label and node name of WM8962
Shawn Guo
shawnguo at kernel.org
Mon Dec 29 18:42:14 PST 2025
On Wed, Dec 03, 2025 at 04:06:01PM +0900, Chancel Liu wrote:
> Refine label with "wm8962" and node name with "codec" to follow
> devicetree specification.
>
> Signed-off-by: Chancel Liu <chancel.liu at nxp.com>
> ---
> arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> index aca78768dbd4..313ebc7e8a9c 100644
> --- a/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
> @@ -132,7 +132,7 @@ &lpi2c1 {
> pinctrl-names = "default";
> status = "okay";
>
> - audio_codec: wm8962 at 1a {
> + wm8962: codec at 1a {
The node name could be better named as audio-codec.
I fixed it up and applied the series.
Shawn
> compatible = "wlf,wm8962";
> reg = <0x1a>;
> clocks = <&clk IMX93_CLK_SAI3_GATE>;
> --
> 2.50.1
>
More information about the linux-arm-kernel
mailing list