Skip to content

Commit b561d64

Browse files
popcornmixpelwell
authored andcommitted
dts: Enable DMA_WIDE_SOURCE for hdmi audio dma
Without this set, DVP_CFG_MAI0_CTL indicates occasional DLATE errors when configured to 8 channel 192kHz when sdram bandwidth is high (e.g. playing h.264 video) Signed-off-by: Dom Cobley <[email protected]>
1 parent eb092d9 commit b561d64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/bcm2711-rpi.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
};
180180

181181
&hdmi0 {
182-
dmas = <&dma (10|(1<<27))>;
182+
dmas = <&dma (10|(1<<27)|(1<<28))>;
183183
status = "disabled";
184184
};
185185

@@ -188,7 +188,7 @@
188188
};
189189

190190
&hdmi1 {
191-
dmas = <&dma (17|(1<<27))>;
191+
dmas = <&dma (17|(1<<27)|(1<<28))>;
192192
status = "disabled";
193193
};
194194

arch/arm/boot/dts/bcm2835-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
clocks = <&clocks BCM2835_PLLH_PIX>,
124124
<&clocks BCM2835_CLOCK_HSM>;
125125
clock-names = "pixel", "hdmi";
126-
dmas = <&dma (17|(1<<27))>;
126+
dmas = <&dma (17|(1<<27)|(1<<28))>;
127127
dma-names = "audio-rx";
128128
status = "disabled";
129129
};

0 commit comments

Comments
 (0)