RK3588 Audio Support
authorMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 21:39:20 +0000 (21:39 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 21:39:20 +0000 (21:39 +0000)
commitcd8958420d8fd86591a318aff8deb10e00fe9125
tree1968e45fdcce83acda8a4745858073b1bb7ba9ca
parent79dfd9d5e8b5cab454ab8fafdfaed0c82b2e2f4b
parentc619bd4268ff9895760dab303b4eb15ed3d0f7e9
RK3588 Audio Support

Merge series from Nicolas Frattaroli <frattaroli.nicolas@gmail.com>:

This patchset refactors the Rockchip I2S/TDM driver in order to
support the RK3588 SoC, and then adds the necessary compatible
string to load the driver for it.

Patch 1 rectifies a problem with the bindings where we were too
strict about requiring the rockchip,grf property. Most features
of this audio device don't need access to the GRF to function.

Patch 2 modifies the driver to adjust its behaviour to what the
changed bindings now allow, namely using most things without the
GRF.

Patch 3 and 4 are boring compatible string stuff that enables
RK3588 support. No special data is needed to initialise the
driver for this instance of the I2S/TDM IP.