commit | 2665f091158a37bea7db387fce379eecb04a1d71 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 27 20:15:21 2018 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:10 2019 +0100 |
tree | 15bda1e4f4c0377f39c92fc96c412172ed0bcc48 | |
parent | 3dbfe5ae614a561c3e0c2ccddd7cae0d4cd8f2c8 [diff] |
rockchip: Add an I2S driver Add a driver for I2S which allows audio data to be sent from the SoC to the audio codec. The sample rate and other settings are hard-coded for now as there is no suitable device-tree binding available. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>