Skip to content

Commit fca6add

Browse files
committed
ARM: dts: at91: sam9x60ek: disable DMA on I2C0
Disable DMA on I2C0 as this creates problems for the MaxTouch controller and onboard EEPROM. Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent 9e04644 commit fca6add

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,6 @@
304304
compatible = "atmel,sama5d2-i2c";
305305
reg = <0x600 0x200>;
306306
interrupts = <5 IRQ_TYPE_LEVEL_HIGH 7>;
307-
dmas = <&dma0
308-
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
309-
AT91_XDMAC_DT_PERID(0))>,
310-
<&dma0
311-
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
312-
AT91_XDMAC_DT_PERID(1))>;
313-
dma-names = "tx", "rx";
314307
#address-cells = <1>;
315308
#size-cells = <0>;
316309
clocks = <&pmc PMC_TYPE_PERIPHERAL 5>;

0 commit comments

Comments
 (0)