IPC: Disable ad82584f in W411 DTS [1/1]
authorBlance Tang <guofeng.tang@amlogic.com>
Thu, 7 Mar 2019 02:13:41 +0000 (10:13 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 7 Mar 2019 07:33:08 +0000 (23:33 -0800)
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>
arch/arm64/boot/dts/amlogic/g12b_a311x_w411_buildroot.dts
arch/arm64/boot/dts/amlogic/g12b_a311x_w411_buildroot_a.dts

index ddcc3a3..455d206 100644 (file)
                        };
                        tdmbcodec: codec {
                                sound-dai = <&dummy_codec &dummy_codec
-                               &amlogic_codec &ad82584f_62>;
+                               &amlogic_codec &dummy_codec>;
                        };
                };
 
                compatible = "ESMT, ad82584f";
                #sound-dai-cells = <0>;
                reg = <0x31>;
-               status = "okay";
+               status = "disabled";
                reset_pin = <&gpio GPIOA_5 0>;
        };
 
index 186094c..d08f8c1 100644 (file)
                        };
                        tdmbcodec: codec {
                                sound-dai = <&dummy_codec &dummy_codec
-                               &amlogic_codec &ad82584f_62>;
+                               &amlogic_codec &dummy_codec>;
                        };
                };
 
                compatible = "ESMT, ad82584f";
                #sound-dai-cells = <0>;
                reg = <0x31>;
-               status = "okay";
+               status = "disabled";
                reset_pin = <&gpio GPIOA_5 0>;
        };