Message ID | 20210610203524.2215918-3-mnhagan88@gmail.com |
---|---|
State | Accepted |
Commit | 6e41ab534fd8ffb50e6d47a18d194cd1c7216af8 |
Headers | show |
Series | [1/3] ARM: dts: NSP: add device names to compatible | expand |
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 --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"; };
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(+)