arm64: dts: allwinner: a64: Fix the Codec I2S binding

The I2S binding never mentions a reset-names property, or mentions which
value it should have. To avoid any further issue, remove it.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard 2019-03-25 14:52:59 +01:00
parent 0973c06bb8
commit ac7fcfa1ec
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -762,7 +762,6 @@ dai: dai@1c22c00 {
clocks = <&ccu CLK_BUS_CODEC>, <&ccu CLK_AC_DIG>; clocks = <&ccu CLK_BUS_CODEC>, <&ccu CLK_AC_DIG>;
clock-names = "apb", "mod"; clock-names = "apb", "mod";
resets = <&ccu RST_BUS_CODEC>; resets = <&ccu RST_BUS_CODEC>;
reset-names = "rst";
dmas = <&dma 15>, <&dma 15>; dmas = <&dma 15>, <&dma 15>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled"; status = "disabled";