Commit b12d1e94 authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo

ARM: dts: imx6: ventana: change sound device name

The 'model' property in the imx-audio-sgtl5000 binding specifies the
user-visible name of the audio device. This should be something common and
not baseboard specific.
Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent a3f8c564
...@@ -115,9 +115,9 @@ reg_usb_otg_vbus: regulator@3 { ...@@ -115,9 +115,9 @@ reg_usb_otg_vbus: regulator@3 {
}; };
sound { sound {
compatible = "fsl,imx6q-sabrelite-sgtl5000", compatible = "fsl,imx6q-ventana-sgtl5000",
"fsl,imx-audio-sgtl5000"; "fsl,imx-audio-sgtl5000";
model = "imx6q-sabrelite-sgtl5000"; model = "sgtl5000-audio";
ssi-controller = <&ssi1>; ssi-controller = <&ssi1>;
audio-codec = <&codec>; audio-codec = <&codec>;
audio-routing = audio-routing =
......
...@@ -121,9 +121,9 @@ reg_usb_otg_vbus: regulator@4 { ...@@ -121,9 +121,9 @@ reg_usb_otg_vbus: regulator@4 {
}; };
sound { sound {
compatible = "fsl,imx6q-sabrelite-sgtl5000", compatible = "fsl,imx6q-ventana-sgtl5000",
"fsl,imx-audio-sgtl5000"; "fsl,imx-audio-sgtl5000";
model = "imx6q-sabrelite-sgtl5000"; model = "sgtl5000-audio";
ssi-controller = <&ssi1>; ssi-controller = <&ssi1>;
audio-codec = <&codec>; audio-codec = <&codec>;
audio-routing = audio-routing =
......
...@@ -124,9 +124,9 @@ reg_usb_otg_vbus: regulator@4 { ...@@ -124,9 +124,9 @@ reg_usb_otg_vbus: regulator@4 {
}; };
sound { sound {
compatible = "fsl,imx6q-sabrelite-sgtl5000", compatible = "fsl,imx6q-ventana-sgtl5000",
"fsl,imx-audio-sgtl5000"; "fsl,imx-audio-sgtl5000";
model = "imx6q-sabrelite-sgtl5000"; model = "sgtl5000-audio";
ssi-controller = <&ssi1>; ssi-controller = <&ssi1>;
audio-codec = <&codec>; audio-codec = <&codec>;
audio-routing = audio-routing =
......
...@@ -114,9 +114,9 @@ reg_usb_otg_vbus: regulator@3 { ...@@ -114,9 +114,9 @@ reg_usb_otg_vbus: regulator@3 {
}; };
sound { sound {
compatible = "fsl,imx6q-sabrelite-sgtl5000", compatible = "fsl,imx6q-ventana-sgtl5000",
"fsl,imx-audio-sgtl5000"; "fsl,imx-audio-sgtl5000";
model = "imx6q-sabrelite-sgtl5000"; model = "sgtl5000-audio";
ssi-controller = <&ssi1>; ssi-controller = <&ssi1>;
audio-codec = <&codec>; audio-codec = <&codec>;
audio-routing = audio-routing =
......
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