arm64: dts: rockchip: add rockchip,adc-grps for RK3308 EVB

By default, we enable all of ADC groups on RK3308 EVB.

Change-Id: Id89adab1c7d9cde22fb4ac3d5dcd3b18a8a96da3
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
Xing Zheng
2018-05-30 15:36:58 +08:00
parent ef8edc4005
commit 41d67a9e2c
2 changed files with 2 additions and 0 deletions

View File

@@ -239,6 +239,7 @@
&acodec {
status = "okay";
rockchip,adc-grps = <0 1 2 3>;
rockchip,loopback-grp = <3>;
hp-ctl-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
spk-ctl-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;

View File

@@ -245,6 +245,7 @@
&acodec {
status = "okay";
rockchip,adc-grps = <0 1 2 3>;
rockchip,loopback-grp = <0>;
hp-ctl-gpios = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
spk-ctl-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;