Re: [PATCH v2 2/3] Documentation: DT bindings: rockchip-i2s: add capture property

2015-10-22 Thread Mark Brown
On Thu, Oct 08, 2015 at 08:40:08PM +0800, Sugar Zhang wrote: > +++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt > @@ -21,6 +21,7 @@ Required properties: > - clock-names: should contain followings: > - "i2s_hclk": clock for I2S BUS > - "i2s_clk" : clock for I2S controller > +

[PATCH v2 2/3] Documentation: DT bindings: rockchip-i2s: add capture property

2015-10-08 Thread Sugar Zhang
rockchip,capture-channels: max capture channels, 2 channels default. Signed-off-by: Sugar Zhang --- Changes in v2: - remove unused lrck property Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/soun