mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
arm64: dts: fsd: Add fifosize for UART in Device Tree
UART in FSD SoC has fifosize of 64 bytes. Set fifosize as 64 bytes for UART from Device Tree. Signed-off-by: Tamseel Shams <m.shams@samsung.com> Link: https://lore.kernel.org/r/20240205082625.39259-1-m.shams@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
d5d1968345
commit
0791f541ff
|
|
@ -601,6 +601,7 @@ serial_0: serial@14180000 {
|
|||
clocks = <&clock_peric PERIC_PCLK_UART0>,
|
||||
<&clock_peric PERIC_SCLK_UART0>;
|
||||
clock-names = "uart", "clk_uart_baud0";
|
||||
samsung,uart-fifosize = <64>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -613,6 +614,7 @@ serial_1: serial@14190000 {
|
|||
clocks = <&clock_peric PERIC_PCLK_UART1>,
|
||||
<&clock_peric PERIC_SCLK_UART1>;
|
||||
clock-names = "uart", "clk_uart_baud0";
|
||||
samsung,uart-fifosize = <64>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user