Commit 54475c8d authored by Cyrille Pitchen's avatar Cyrille Pitchen Committed by Alexandre Belloni

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: default avatarCyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent e0dce187
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment