mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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:
parent
0973c06bb8
commit
ac7fcfa1ec
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user