Message ID | 20230526005529.150418-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix | expand |
On Thu, May 25, 2023 at 09:55:15PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > According to Documentation/devicetree/bindings/sound/imx-audmux.yaml, > there must be a "mux-" prefix in the audmux port nodes. > > Add the "mux-" prefix to avoid devicetree schema warnings. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Can we squash them into one patch? Shawn
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi index 4e20cb97058e..f50a16bec67c 100644 --- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi @@ -187,7 +187,7 @@ &audmux { pinctrl-0 = <&pinctrl_audmux>; /* AUD4<->sgtl5000 */ status = "okay"; - ssi2 { + mux-ssi2 { fsl,audmux-port = <1>; fsl,port-config = < (IMX_AUDMUX_V2_PTCR_TFSDIR | @@ -199,7 +199,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4) >; }; - aud5 { + mux-aud5 { fsl,audmux-port = <4>; fsl,port-config = < IMX_AUDMUX_V2_PTCR_SYN