mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM: tegra: Add missing #sound-dai-cells property to codecs
Audio codecs need a #sound-dai-cells property, so add one to the audio codecs on various Tegra-based boards that don't have one. Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Cc: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -1562,6 +1562,7 @@
|
||||
sgtl5000: codec@a {
|
||||
compatible = "fsl,sgtl5000";
|
||||
reg = <0x0a>;
|
||||
#sound-dai-cells = <0>;
|
||||
VDDA-supply = <®_module_3v3_audio>;
|
||||
VDDD-supply = <®_1v8_vddio>;
|
||||
VDDIO-supply = <®_1v8_vddio>;
|
||||
|
||||
@@ -1555,6 +1555,7 @@
|
||||
sgtl5000: codec@a {
|
||||
compatible = "fsl,sgtl5000";
|
||||
reg = <0x0a>;
|
||||
#sound-dai-cells = <0>;
|
||||
VDDA-supply = <®_module_3v3_audio>;
|
||||
VDDD-supply = <®_1v8_vddio>;
|
||||
VDDIO-supply = <®_1v8_vddio>;
|
||||
|
||||
@@ -855,6 +855,7 @@
|
||||
sgtl5000: codec@a {
|
||||
compatible = "fsl,sgtl5000";
|
||||
reg = <0x0a>;
|
||||
#sound-dai-cells = <0>;
|
||||
VDDA-supply = <®_module_3v3_audio>;
|
||||
VDDD-supply = <®_1v8_vio>;
|
||||
VDDIO-supply = <®_module_3v3>;
|
||||
|
||||
@@ -846,6 +846,7 @@
|
||||
sgtl5000: codec@a {
|
||||
compatible = "fsl,sgtl5000";
|
||||
reg = <0x0a>;
|
||||
#sound-dai-cells = <0>;
|
||||
VDDA-supply = <®_module_3v3_audio>;
|
||||
VDDD-supply = <®_1v8_vio>;
|
||||
VDDIO-supply = <®_module_3v3>;
|
||||
|
||||
@@ -723,6 +723,7 @@
|
||||
sgtl5000: codec@a {
|
||||
compatible = "fsl,sgtl5000";
|
||||
reg = <0x0a>;
|
||||
#sound-dai-cells = <0>;
|
||||
VDDA-supply = <®_module_3v3_audio>;
|
||||
VDDD-supply = <®_1v8_vio>;
|
||||
VDDIO-supply = <®_module_3v3>;
|
||||
|
||||
Reference in New Issue
Block a user