arm64: dts: rockchip: set hp/spk volume for 3326

Change-Id: If466d0cacc5c9247c1858775508a410943d78ce2
Signed-off-by: Binyuan Lan <lby@rock-chips.com>
This commit is contained in:
Binyuan Lan
2018-02-10 16:43:00 +08:00
committed by Tao Huang
parent ad85bca9e8
commit be138b5dc6
2 changed files with 7 additions and 2 deletions

View File

@@ -485,13 +485,16 @@
extcon = <&u2phy>;
};
rk817_codec: rk817-codec {
rk817_codec: codec {
#sound-dai-cells = <0>;
compatible = "rockchip,rk817-codec";
clocks = <&cru SCLK_I2S1_OUT>;
clock-names = "mclk";
pinctrl-names = "default";
pinctrl-0 = <&i2s1_2ch_mclk>;
hp-volume = <20>;
spk-volume = <3>;
mic-in-differential;
status = "okay";
};
};

View File

@@ -579,13 +579,15 @@
extcon = <&u2phy>;
};
rk817_codec: rk817-codec {
rk817_codec: codec {
#sound-dai-cells = <0>;
compatible = "rockchip,rk817-codec";
clocks = <&cru SCLK_I2S1_OUT>;
clock-names = "mclk";
pinctrl-names = "default";
pinctrl-0 = <&i2s1_2ch_mclk>;
hp-volume = <20>;
spk-volume = <3>;
status = "okay";
};
};