arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller
authorHeiko Stuebner <heiko@sntech.de>
Tue, 27 Feb 2024 17:35:26 +0000 (18:35 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Feb 2024 09:00:31 +0000 (10:00 +0100)
commit0fc19ab75acde78558bd0f6fe3e5f63cf8ee88b0
treed974a8d9dc2fe700a039f56a85cb44e4023b78d6
parentd1c44d9afa6f89aa0e10a191f30868eb12cd719f
arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller

The dtbscheck reports a warning for a wrong reset-names property for
the i2s2 controller on rk356x socs.

The other controllers on the soc provide tx and rx directions and hence
two resets and separate clocks for each direction, while i2s2 only
provides one reset. This was so far named just "m" which isn't part of
the binding.

The clock-names the controller uses all end in "tx", so use the matching
"tx-m" reset-name for the i2s controller.

Fixes: 755f37010f3e ("arm64: dts: rockchip: RK356x: Add I2S2 device node")
Acked-by: Uwe Kleine-König <ukleinek@debian.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240227173526.710056-2-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk356x.dtsi