arm64: dts: rockchip: rk3576-evb: add sleep property for pa control

Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Change-Id: Ia77cb684ef69a642be62be3f291fe3a43e0ee4c2
This commit is contained in:
Shunhua Lan
2024-06-21 10:54:02 +08:00
committed by Tao Huang
parent e6f3623149
commit 6e52c0b64a
3 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
poll-interval = <100>;
spk-con-gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
hp-con-gpio = <&gpio3 RK_PD6 GPIO_ACTIVE_HIGH>;
rockchip,pre-power-on-delay-ms = <30>;
rockchip,post-power-down-delay-ms = <40>;
rockchip,format = "i2s";
rockchip,mclk-fs = <256>;
rockchip,cpu = <&sai1>;

View File

@@ -22,6 +22,8 @@
keyup-threshold-microvolt = <1800000>;
poll-interval = <100>;
hp-con-gpio = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
rockchip,pre-power-on-delay-ms = <30>;
rockchip,post-power-down-delay-ms = <40>;
rockchip,format = "i2s";
rockchip,mclk-fs = <256>;
rockchip,cpu = <&sai1>;

View File

@@ -21,6 +21,8 @@
poll-interval = <100>;
spk-con-gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
hp-con-gpio = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;
rockchip,pre-power-on-delay-ms = <30>;
rockchip,post-power-down-delay-ms = <40>;
rockchip,format = "i2s";
rockchip,mclk-fs = <256>;
rockchip,cpu = <&sai4>;