Commit dab112e0 authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

BCM270X_DT: Leave bulk channel in dma channel mask



The updated bcm2835-dma driver does not require the BULK channel
to be removed from the set of available channels, as provided by
dma-channel-mask.

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.org>
parent 21d6aac4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -124,10 +124,6 @@
	};
};

&dma {
	brcm,dma-channel-mask = <0x7f34>;
};

&hdmi {
	power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
};