ARM: dts: am335x: Guardian: Disable DMA property of USB1
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Fri, 25 Mar 2022 10:06:10 +0000 (10:06 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Apr 2022 11:03:15 +0000 (14:03 +0300)
 * Dispble DMA property of USB1

Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-13-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-guardian.dts

index 9f60f54..93576f1 100644 (file)
 
 &usb1 {
        dr_mode = "host";
+       /delete-property/dmas;
+       /delete-property/dma-names;
 };
 
 &am33xx_pinmux {