ARM: dts: at91: sama5d2: enable FIFOs for high-speed i2c controllers

This patch enables the RX and TX FIFOs (16 data each) of the two
high-speed i2c controllers (i2c0 and i2c1).

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Cyrille Pitchen 2016-10-05 18:53:07 +02:00 committed by Alexandre Belloni
parent e0dce18755
commit 54475c8d78
1 changed files with 2 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@ AT91_XDMAC_DT_PERID(0))>,
#address-cells = <1>;
#size-cells = <0>;
clocks = <&twi0_clk>;
atmel,fifo-size = <16>;
status = "disabled";
};
@ -1231,6 +1232,7 @@ AT91_XDMAC_DT_PERID(2))>,
#address-cells = <1>;
#size-cells = <0>;
clocks = <&twi1_clk>;
atmel,fifo-size = <16>;
status = "disabled";
};