dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 11 Dec 2023 16:23:19 +0000 (16:23 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 12 Dec 2023 19:22:42 +0000 (20:22 +0100)
commit2072496129b7d7448f969b6334b4fd2e876a642d
tree595408ed3d70c2f29af2d94c92b5981e78801669
parentbad3bc0a23b74e7b353978b6f58eed6c0f3b51a0
dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property

Specifying samsung,uart-fifosize in both DT and driver static data is error
prone and relies on driver probe order and dt aliases to be correct.

Additionally on many Exynos platforms these are (USI) universal serial
interfaces which can be uart, spi or i2c, so it can change per board.

For google,gs101-uart make samsung,uart-fifosize a required property.
For this platform fifosize now *only* comes from DT.

Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20231211162331.435900-5-peter.griffin@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Documentation/devicetree/bindings/serial/samsung_uart.yaml