[PATCH v2] arm64: dts: fsd: Add fifosize for UART in Device Tree

Tamseel Shams posted 1 patch 2 years ago
arch/arm64/boot/dts/tesla/fsd.dtsi | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] arm64: dts: fsd: Add fifosize for UART in Device Tree
Posted by Tamseel Shams 2 years ago
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>
---
 arch/arm64/boot/dts/tesla/fsd.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi b/arch/arm64/boot/dts/tesla/fsd.dtsi
index aaffb50b8b60..047a83cee603 100644
--- a/arch/arm64/boot/dts/tesla/fsd.dtsi
+++ b/arch/arm64/boot/dts/tesla/fsd.dtsi
@@ -601,6 +601,7 @@
 			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 @@
 			clocks = <&clock_peric PERIC_PCLK_UART1>,
 				 <&clock_peric PERIC_SCLK_UART1>;
 			clock-names = "uart", "clk_uart_baud0";
+			samsung,uart-fifosize = <64>;
 			status = "disabled";
 		};
 
-- 
2.17.1
Re: [PATCH v2] arm64: dts: fsd: Add fifosize for UART in Device Tree
Posted by Krzysztof Kozlowski 2 years ago
On Mon, 05 Feb 2024 13:56:25 +0530, Tamseel Shams wrote:
> UART in FSD SoC has fifosize of 64 bytes.
> Set fifosize as 64 bytes for UART from Device Tree.
> 
> 

Applied, thanks!

[1/1] arm64: dts: fsd: Add fifosize for UART in Device Tree
      https://git.kernel.org/krzk/linux/c/3197329072f0ed2b1272af98ad4299a290036f65

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>