arm64: dts: hi3660-hikey960: kim pinctrl shouldn't need i2s

i2s2 pins are used by i2s controller, and should be listed in i2s2
node. So it can be configured by i2s driver during probe. However,
in current hi3660-hikey960.dts, i2s2 pins are also listed in kim
node. As a consequence, kim claims for i2s2 pins first, then, when
i2s driver probe requests them, it fails. This causes i2s
initialization fail.

[    2.194497] pinctrl-single fff11000.pinmux: pin fff11044.0 already
 requested by kim; cannot claim for e804f800.hisi_i2s

Listing i2s2 pins inside of kim node is wrong. So remove them.

This patch fixes:
 29072df25f85 ("arm64: dts: hi3660-hikey960: fix bluetooth i2s
                pmx and cfg")

Cc: Amit Pundir <amit.pundir@linaro.org>
Reported-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
1 file changed