Commit 28990f17 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx27-phytec-phycore-som: 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 the following dt-schema warning:

imx27-phytec-phycore-rdk.dtb: audmux@10016000: 'pins4', 'ssi0' do not match any of the regexes: '^mux-[0-9a-z]*$', 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/sound/imx-audmux.yaml#Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c248e535
...@@ -49,12 +49,12 @@ &audmux { ...@@ -49,12 +49,12 @@ &audmux {
status = "okay"; status = "okay";
/* SSI0 <=> PINS_4 (MC13783 Audio) */ /* SSI0 <=> PINS_4 (MC13783 Audio) */
ssi0 { mux-ssi0 {
fsl,audmux-port = <0>; fsl,audmux-port = <0>;
fsl,port-config = <0xcb205000>; fsl,port-config = <0xcb205000>;
}; };
pins4 { mux-pins4 {
fsl,audmux-port = <2>; fsl,audmux-port = <2>;
fsl,port-config = <0x00001000>; fsl,port-config = <0x00001000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment