mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user