File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 192192 #address-cells = <1>;
193193 #size-cells = <0>;
194194 status = "disabled";
195- tx-fifo-size = <16 >;
196- rx-fifo-size = <16 >;
195+ tx-fifo-size = <8 >;
196+ rx-fifo-size = <8 >;
197197 };
198198 flexcomm0_lpi2c0: lpi2c@92800 {
199199 compatible = "nxp,lpi2c";
233233 /* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */
234234 dmas = <&edma0 0 71>, <&edma0 1 72>;
235235 dma-names = "rx", "tx";
236- tx-fifo-size = <16 >;
237- rx-fifo-size = <16 >;
236+ tx-fifo-size = <8 >;
237+ rx-fifo-size = <8 >;
238238 status = "disabled";
239239 };
240240 flexcomm1_lpi2c1: lpi2c@93800 {
275275 /* DMA channels 4 and 5, muxed to LPSPI2 RX and TX */
276276 dmas = <&edma0 4 73>, <&edma0 5 74>;
277277 dma-names = "rx", "tx";
278- tx-fifo-size = <16 >;
279- rx-fifo-size = <16 >;
278+ tx-fifo-size = <8 >;
279+ rx-fifo-size = <8 >;
280280 status = "disabled";
281281 };
282282 flexcomm2_lpi2c2: lpi2c@94800 {
311311 clocks = <&syscon MCUX_FLEXCOMM3_CLK>;
312312 #address-cells = <1>;
313313 #size-cells = <0>;
314- tx-fifo-size = <16 >;
315- rx-fifo-size = <16 >;
314+ tx-fifo-size = <8 >;
315+ rx-fifo-size = <8 >;
316316 status = "disabled";
317317 };
318318 flexcomm3_lpi2c3: lpi2c@95800 {
353353 /* DMA channels 2 and 3, muxed to LPSPI4 RX and TX */
354354 dmas = <&edma0 2 77>, <&edma0 3 78>;
355355 dma-names = "rx", "tx";
356- tx-fifo-size = <16 >;
357- rx-fifo-size = <16 >;
356+ tx-fifo-size = <8 >;
357+ rx-fifo-size = <8 >;
358358 status = "disabled";
359359 };
360360 flexcomm4_lpi2c4: lpi2c@b4800 {
389389 clocks = <&syscon MCUX_FLEXCOMM5_CLK>;
390390 #address-cells = <1>;
391391 #size-cells = <0>;
392- tx-fifo-size = <16 >;
393- rx-fifo-size = <16 >;
392+ tx-fifo-size = <8 >;
393+ rx-fifo-size = <8 >;
394394 status = "disabled";
395395 };
396396 flexcomm5_lpi2c5: lpi2c@b5800 {
425425 clocks = <&syscon MCUX_FLEXCOMM6_CLK>;
426426 #address-cells = <1>;
427427 #size-cells = <0>;
428- tx-fifo-size = <16 >;
429- rx-fifo-size = <16 >;
428+ tx-fifo-size = <8 >;
429+ rx-fifo-size = <8 >;
430430 status = "disabled";
431431 };
432432 flexcomm6_lpi2c6: lpi2c@b6800 {
461461 clocks = <&syscon MCUX_FLEXCOMM7_CLK>;
462462 #address-cells = <1>;
463463 #size-cells = <0>;
464- tx-fifo-size = <16 >;
465- rx-fifo-size = <16 >;
464+ tx-fifo-size = <8 >;
465+ rx-fifo-size = <8 >;
466466 status = "disabled";
467467 };
468468 flexcomm7_lpi2c7: lpi2c@b7800 {
You can’t perform that action at this time.
0 commit comments