Update the axis,artpec8-uart compatible such that it uses the samsung,uart-fifosize as required property. This is to remove the axis,artpec8-uart specific code (which is kind of duplicated) from the driver and use the other matching exynos8895 uart code for ARTPEC-8. Signed-off-by: Ravi Patel <ravi.patel@xxxxxxxxxxx> --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 1a1f991d5364..08eceaae2921 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -152,7 +152,6 @@ allOf: contains: enum: - apple,s5l-uart - - axis,artpec8-uart - samsung,exynos4210-uart - samsung,exynos5433-uart then: @@ -168,6 +167,7 @@ allOf: compatible: contains: enum: + - axis,artpec8-uart - google,gs101-uart - samsung,exynos8895-uart then: -- 2.17.1