Commit a270a2b2 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: meson: set 128bytes FIFO size on uart A



The first UART controller in "Everything-Else" power domain, usually used
for Bluetooth HCI has 128bytes FIFO depth.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210518075833.3736038-4-narmstrong@baylibre.com
parent 976e9201
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1871,6 +1871,7 @@
				status = "disabled";
				clocks = <&xtal>, <&clkc CLKID_UART0>, <&xtal>;
				clock-names = "xtal", "pclk", "baud";
				fifo-size = <128>;
			};
		};

+1 −0
Original line number Diff line number Diff line
@@ -2317,6 +2317,7 @@
				clocks = <&xtal>, <&clkc CLKID_UART0>, <&xtal>;
				clock-names = "xtal", "pclk", "baud";
				status = "disabled";
				fifo-size = <128>;
			};
		};

+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@
				reg = <0x0 0x84c0 0x0 0x18>;
				interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
				status = "disabled";
				fifo-size = <128>;
			};

			uart_B: serial@84dc {