28 Aug
2019
28 Aug
'19
10:32 a.m.
Hi,
On Tue, Aug 27, 2019 at 8:31 PM Maxime Ripard mripard@kernel.org wrote:
From: Maxime Ripard maxime.ripard@bootlin.com
This reverts commit 3e9acd7ac6933cdc20c441bbf9a38ed9e42e1490.
It turns out that while one I2S controller is described in the A83t datasheet, the driver supports another, undocumented, one that has been inherited from the older SoCs, while the documented one uses the new design.
Fixes: 3e9acd7ac693 ("ASoC: sun4i-i2s: Remove duplicated quirks structure") Signed-off-by: Maxime Ripard maxime.ripard@bootlin.com
This patch got applied as
455b1d42e82c ("ASoC: sunxi: Revert initial A83t support")
The new subject is very confusing. If anything it should read
ASoC: sun4i-i2s: Split H3 and later SoC support from A83T support
ChenYu