Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1030,6 +1030,7 @@
				#address-cells = <1>;
				#size-cells = <0>;
				clocks = <&twi0_clk>;
				atmel,fifo-size = <16>;
				status = "disabled";
			};

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