Message ID | 20231019100639.4026283-2-andre.draszik@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] tty: serial: samsung: drop earlycon support for unsupported platforms | expand |
On 19/10/2023 12:06, André Draszik wrote: > Now that no implementation exists anymore for > samsung,s3c24(1[02]|40)-uart, remove those bindings from here as well. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, Oct 19, 2023 at 5:06 AM André Draszik <andre.draszik@linaro.org> wrote: > > Now that no implementation exists anymore for > samsung,s3c24(1[02]|40)-uart, remove those bindings from here as well. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > --- Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml > index 8bd88d5cbb11..d45079ef7bd9 100644 > --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml > +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml > @@ -24,9 +24,6 @@ properties: > - enum: > - apple,s5l-uart > - axis,artpec8-uart > - - samsung,s3c2410-uart > - - samsung,s3c2412-uart > - - samsung,s3c2440-uart > - samsung,s3c6400-uart > - samsung,s5pv210-uart > - samsung,exynos4210-uart > @@ -96,7 +93,6 @@ allOf: > compatible: > contains: > enum: > - - samsung,s3c2410-uart > - samsung,s5pv210-uart > then: > properties: > -- > 2.40.1 > >
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 8bd88d5cbb11..d45079ef7bd9 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -24,9 +24,6 @@ properties: - enum: - apple,s5l-uart - axis,artpec8-uart - - samsung,s3c2410-uart - - samsung,s3c2412-uart - - samsung,s3c2440-uart - samsung,s3c6400-uart - samsung,s5pv210-uart - samsung,exynos4210-uart @@ -96,7 +93,6 @@ allOf: compatible: contains: enum: - - samsung,s3c2410-uart - samsung,s5pv210-uart then: properties:
Now that no implementation exists anymore for samsung,s3c24(1[02]|40)-uart, remove those bindings from here as well. Signed-off-by: André Draszik <andre.draszik@linaro.org> --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 ---- 1 file changed, 4 deletions(-)