Revert "ASoC: dwc: Fix non-DT instantiation"
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 16 Jan 2024 07:39:38 +0000 (16:39 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2024 00:13:59 +0000 (09:13 +0900)
commit9192e014004e90255e9e0aacc9a6c149b57fe800
tree85328658266ed8249b6de82fb2dac39f37c31865
parent29b21a90370caafc761a208b3d94198dc4d75e69
Revert "ASoC: dwc: Fix non-DT instantiation"

This reverts commit 9c97790a07dc4f9bdc6e1701003dc9b86f749c71.

In Mainline, it's considering Non-DT case. But case of starfive is using
dt system. This commit is causing about not getting platform_data.
So i2s of starfive is recognizing to "is_jh7110 = 0".

[    4.054162] designware-i2s: probe of 100e0000.i2s failed with error -110
[    4.549831] designware-i2s: probe of 120b0000.i2s failed with error -110
[    5.045455] designware-i2s: probe of 120c0000.i2s failed with error -110

Change-Id: Ie87fbe397e2453659471a305a2864bc30d538116
sound/soc/dwc/dwc-i2s.c