mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: enable 'rockchip,no-deep-low-power' for rk3308-evb
This patch can help us to fix pop after wake up via VAD, and enable 'rockchip,no-deep-low-power' on all of rk3308-evb, not only amic boards. Change-Id: I07f4674dd8c7fbd400b3c9b265fbaec6bfb5829e Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
};
|
||||
|
||||
&acodec {
|
||||
rockchip,no-deep-low-power;
|
||||
rockchip,en-always-grps = <0 1 2>;
|
||||
};
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
};
|
||||
|
||||
&acodec {
|
||||
rockchip,no-deep-low-power;
|
||||
rockchip,en-always-grps = <1 2 3>;
|
||||
};
|
||||
|
||||
|
||||
@@ -264,6 +264,7 @@
|
||||
&acodec {
|
||||
status = "okay";
|
||||
|
||||
rockchip,no-deep-low-power;
|
||||
rockchip,loopback-grp = <3>;
|
||||
hp-ctl-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||||
spk-ctl-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -283,6 +283,7 @@
|
||||
&acodec {
|
||||
status = "okay";
|
||||
|
||||
rockchip,no-deep-low-power;
|
||||
rockchip,loopback-grp = <0>;
|
||||
hp-ctl-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||||
spk-ctl-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user