diff options
author | 2022-03-25 10:06:10 +0000 | |
---|---|---|
committer | 2022-04-21 14:03:15 +0300 | |
commit | 783bc2bb4fb10bcc3a9dec14561e9fe2599865f5 (patch) | |
tree | 949b1e8e6118f18e79ecd76b287491a6a8654e87 | |
parent | ARM: dts: am335x: Guardian: Enable UART port two (diff) | |
download | linux-dev-783bc2bb4fb10bcc3a9dec14561e9fe2599865f5.tar.xz linux-dev-783bc2bb4fb10bcc3a9dec14561e9fe2599865f5.zip |
ARM: dts: am335x: Guardian: Disable DMA property of USB1
* 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>
-rw-r--r-- | arch/arm/boot/dts/am335x-guardian.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-guardian.dts b/arch/arm/boot/dts/am335x-guardian.dts index 9f60f5430f36..93576f136368 100644 --- a/arch/arm/boot/dts/am335x-guardian.dts +++ b/arch/arm/boot/dts/am335x-guardian.dts @@ -395,6 +395,8 @@ &usb1 { dr_mode = "host"; + /delete-property/dmas; + /delete-property/dma-names; }; &am33xx_pinmux { |