diff options
author | Fabio Estevam <festevam@denx.de> | 2023-05-27 19:10:46 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-04 15:14:11 +0300 |
commit | 6266a0198f281198a3c49c68979d7b1959bd0dfc (patch) | |
tree | 21c2abe26c253cdf4dcbdcaf9aa33f923302c4e4 /arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | |
parent | ba5e46f762f18d1759769cbcda714a6685bf1e4f (diff) | |
download | linux-6266a0198f281198a3c49c68979d7b1959bd0dfc.tar.xz |
ARM: dts: imx6: Use the mux- prefix
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-hummingboard.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi index 2ffb21dd89f2..bfade7149080 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi @@ -147,7 +147,7 @@ &audmux { status = "okay"; - ssi1 { + mux-ssi1 { fsl,audmux-port = <0>; fsl,port-config = < (IMX_AUDMUX_V2_PTCR_SYN | @@ -159,7 +159,7 @@ >; }; - pins5 { + mux-pins5 { fsl,audmux-port = <4>; fsl,port-config = < IMX_AUDMUX_V2_PTCR_SYN |