diff mbox series

[3/3] ARM: dts: NSP: enable DMA on bcm988312hr

Message ID 20210610203524.2215918-3-mnhagan88@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/3] ARM: dts: NSP: add device names to compatible | expand

Commit Message

Matthew Hagan June 10, 2021, 8:35 p.m. UTC
The previous patch "ARM: dts: NSP: Disable PL330 by default, add
dma-coherent property" set the DMAC to disabled by default, requiring it
to be manually enabled on each device. The bcm988312hr was mistakenly
omitted. This patch adds it back.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
---
 arch/arm/boot/dts/bcm988312hr.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Florian Fainelli June 24, 2021, 10:31 p.m. UTC | #1
On Thu, 10 Jun 2021 21:35:12 +0100, Matthew Hagan <mnhagan88@gmail.com> wrote:
> The previous patch "ARM: dts: NSP: Disable PL330 by default, add
> dma-coherent property" set the DMAC to disabled by default, requiring it
> to be manually enabled on each device. The bcm988312hr was mistakenly
> omitted. This patch adds it back.
> 
> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm988312hr.dts b/arch/arm/boot/dts/bcm988312hr.dts
index a7953e5acc01..7cfb48fb48ba 100644
--- a/arch/arm/boot/dts/bcm988312hr.dts
+++ b/arch/arm/boot/dts/bcm988312hr.dts
@@ -58,6 +58,10 @@  gpio-restart {
 
 /* USB 3 support needed to be complete */
 
+&dma {
+	status = "okay";
+};
+
 &amac0 {
 	status = "okay";
 };