[PATCH 1/5] arm64: dts: imx91-11x11-evk: Refine label and node name of WM8962

Chancel Liu posted 5 patches 2 weeks, 2 days ago
[PATCH 1/5] arm64: dts: imx91-11x11-evk: Refine label and node name of WM8962
Posted by Chancel Liu 2 weeks, 2 days ago
Refine label with "wm8962" and node name with "codec" to follow
devicetree specification.

Signed-off-by: Chancel Liu <chancel.liu@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@1a {
+	wm8962: codec@1a {
 		compatible = "wlf,wm8962";
 		reg = <0x1a>;
 		clocks = <&clk IMX93_CLK_SAI3_GATE>;
-- 
2.50.1
Re: [PATCH 1/5] arm64: dts: imx91-11x11-evk: Refine label and node name of WM8962
Posted by Daniel Baluta 2 weeks, 2 days ago
On Wed, Dec 3, 2025 at 9:06 AM Chancel Liu <chancel.liu@nxp.com> wrote:
>
> Refine label with "wm8962" and node name with "codec" to follow
> devicetree specification.
>
> Signed-off-by: Chancel Liu <chancel.liu@nxp.com>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>