diff --git a/Documentation/devicetree/bindings/sound/es8311.txt b/Documentation/devicetree/bindings/sound/es8311.txt index e93747817488..9a95637547d9 100644 --- a/Documentation/devicetree/bindings/sound/es8311.txt +++ b/Documentation/devicetree/bindings/sound/es8311.txt @@ -9,6 +9,8 @@ Optional properties: - clocks: The phandle of the master clock to the CODEC - clock-names: Should be "mclk" +- adc-pga-gain: The PGA Gain of ADC, the value range is: 0(0dB) ~ 10(30dB), + the step is 3dB. - adc-volume: The volume of ADC, range is: 0x00(-95dB) ~ 0xff(+32dB), 0dB is 0xbf. - dac-volume: The volume of DAC, range is: 0x00(-95dB) ~ 0xff(+32dB), 0dB is 0xbf. - aec-mode: The string of description AEC path between ADC and DAC, It should be: @@ -28,6 +30,7 @@ es8311: es8311@18 { reg = <0x18>; clocks = <&cru MCLK_I2S0_TX_OUT2IO>; clock-names = "mclk"; + adc-pga-gain = <0>; /* 0dB */ adc-volume = <0xbf>; /* 0dB */ dac-volume = <0xbf>; /* 0dB */ aec-mode = "dac left, adc right";