Skip to content

Commit 4d317a8

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
BCM270X_DT: Don't enable SPI DMA by default
For now, use the spi-dma overlay to enable it.
1 parent 34bef31 commit 4d317a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/boot/dts/bcm2708_common.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@
133133
#address-cells = <1>;
134134
#size-cells = <0>;
135135
status = "disabled";
136-
/* the dma channels */
137-
dmas = <&dma 6>, <&dma 7>;
138-
dma-names = "tx", "rx";
139136
/* the chipselects used - <0> means native GPIO
140137
* add more gpios if necessary as <&gpio 6 1>
141138
* (but do not forget to make them output!)

0 commit comments

Comments
 (0)