Document the compatible string for Exynos7870's UART driver. The devicetree
property samsung,uart-fifosize must be mandatory, as the driver enquires about
the FIFO sizes.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 070eba9f19d3e039090c58a82f93d02eed58ab84..e4387d504407778ffddabeb674c51c984a1179b7 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -26,6 +26,7 @@ properties:
- samsung,s5pv210-uart
- samsung,exynos4210-uart
- samsung,exynos5433-uart
+ - samsung,exynos7870-uart
- samsung,exynos850-uart
- samsung,exynos8895-uart
- items:
@@ -161,6 +162,7 @@ allOf:
contains:
enum:
- google,gs101-uart
+ - samsung,exynos7870-uart
- samsung,exynos8895-uart
then:
required:
--
2.48.1
On Tue, Feb 04, 2025 at 02:08:45AM +0530, Kaustabh Chakraborty wrote: > Document the compatible string for Exynos7870's UART driver. The devicetree > property samsung,uart-fifosize must be mandatory, as the driver enquires about > the FIFO sizes. Please run scripts/checkpatch.pl and fix reported warnings. After that, run also 'scripts/checkpatch.pl --strict' and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Please wrap commit message according to Linux coding style / submission process (neither too early nor over the limit): https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597 Best regards, Krzysztof
On Tue, Feb 04, 2025 at 02:08:45AM +0530, Kaustabh Chakraborty wrote: > Document the compatible string for Exynos7870's UART driver. The devicetree > property samsung,uart-fifosize must be mandatory, as the driver enquires about > the FIFO sizes. > > Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> > --- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
© 2016 - 2026 Red Hat, Inc.