From: Conor Dooley conor.dooley@microchip.com
On Mon, 21 Aug 2023 22:41:46 +0800, Xingyu Wu wrote:
This patch series adds I2S support for the StarFive JH7110 RISC-V SoC based on Designware I2S controller. There has three I2S channels (RX/TX0/TX1) on the JH7110 SoC, one of which is for record(RX) and two for playback(TX).
The first patch adds support for the StarFive JH7110 SoC in the Designware I2S bindings. The second patch adds the ops to get data from platform bus in the I2S driver. The third patch adds support for the StarFive JH7110 SoC in the Designware I2S driver. The fourth patch fixes the name of I2STX1 pinmux. The last patch adds device node of I2S RX/TX0/TX1 in JH7110 dts.
[...]
Applied to riscv-dt-for-next, thanks!
[4/5] riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1 https://git.kernel.org/conor/c/4e1abae5688a [5/5] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1 https://git.kernel.org/conor/c/92cfc35838b2
Thanks, Conor.