Merge pull request #5606 from jernejsk/h3-fix

Allwinner: linux: Fix audio on 5.14 for H3 and H5
This commit is contained in:
knaerzche 2021-09-07 17:53:48 +02:00 committed by GitHub
commit 8d191376e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,16 @@ Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
clocks {
#address-cells = <1>;
#size-cells = <1>;
@@ -681,7 +699,6 @@
dmas = <&dma 27>;
@@ -678,10 +696,9 @@
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_BUS_I2S2>, <&ccu CLK_I2S2>;
clock-names = "apb", "mod";
- dmas = <&dma 27>;
+ dmas = <&dma 27>, <&dma 27>;
resets = <&ccu RST_BUS_I2S2>;
dma-names = "tx";
- dma-names = "tx";
- status = "disabled";
+ dma-names = "rx", "tx";
};
codec: codec@1c22c00 {