On Thu, Sep 5, 2019 at 8:52 AM Lee Jones <lee.jo...@linaro.org> wrote: > > Used when DMA is not available or the best option. > > Signed-off-by: Lee Jones <lee.jo...@linaro.org> > Reviewed-by: Vinod Koul <vk...@kernel.org> > --- > Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 1 + > 1 file changed, 1 insertion(+)
If it was me, I'd just turn off DMA. DMA for typical I2C usage seems kind of pointless. However: Acked-by: Rob Herring <r...@kernel.org>