IPC: Disable ad82584f in W411 DTS [1/1]

PD#SWPL-5574

Problem:
  amixer return error due to ad82584f not exist in W411 platform

Solution:
  Disable ad82584f, and remove it from TDM output list

Verify:
  Yes

Change-Id: I7fcd5ad31ba57887399c45d67b130e8c3d08e671
Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
This commit is contained in:
Blance Tang
2019-03-07 10:13:41 +08:00
committed by Jianxin Pan
parent f5a69200cf
commit ff95b81bad
2 changed files with 4 additions and 4 deletions

View File

@@ -623,7 +623,7 @@
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
&amlogic_codec &ad82584f_62>;
&amlogic_codec &dummy_codec>;
};
};
@@ -920,7 +920,7 @@
compatible = "ESMT, ad82584f";
#sound-dai-cells = <0>;
reg = <0x31>;
status = "okay";
status = "disabled";
reset_pin = <&gpio GPIOA_5 0>;
};

View File

@@ -625,7 +625,7 @@
};
tdmbcodec: codec {
sound-dai = <&dummy_codec &dummy_codec
&amlogic_codec &ad82584f_62>;
&amlogic_codec &dummy_codec>;
};
};
@@ -885,7 +885,7 @@
compatible = "ESMT, ad82584f";
#sound-dai-cells = <0>;
reg = <0x31>;
status = "okay";
status = "disabled";
reset_pin = <&gpio GPIOA_5 0>;
};