Skip to content

Commit a270a2b

Browse files
committed
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: Neil Armstrong <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 976e920 commit a270a2b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-axg.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,7 @@
18711871
status = "disabled";
18721872
clocks = <&xtal>, <&clkc CLKID_UART0>, <&xtal>;
18731873
clock-names = "xtal", "pclk", "baud";
1874+
fifo-size = <128>;
18741875
};
18751876
};
18761877

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,7 @@
23172317
clocks = <&xtal>, <&clkc CLKID_UART0>, <&xtal>;
23182318
clock-names = "xtal", "pclk", "baud";
23192319
status = "disabled";
2320+
fifo-size = <128>;
23202321
};
23212322
};
23222323

arch/arm64/boot/dts/amlogic/meson-gx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
reg = <0x0 0x84c0 0x0 0x18>;
302302
interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
303303
status = "disabled";
304+
fifo-size = <128>;
304305
};
305306

306307
uart_B: serial@84dc {

0 commit comments

Comments
 (0)