[PATCH] dt-bindings: serial: snps-dw-apb-uart: include rs485 schema

Heiko Stuebner posted 1 patch 2 years ago
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: serial: snps-dw-apb-uart: include rs485 schema
Posted by Heiko Stuebner 2 years ago
From: Heiko Stuebner <heiko.stuebner@cherry.de>

The dw-apb-uart also can emulate rs485, so include the rs485
schema to allow validating rs485 properties.

Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
---
 Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
index 17c553123f96..1001d2a6ace8 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -11,6 +11,7 @@ maintainers:
 
 allOf:
   - $ref: serial.yaml#
+  - $ref: rs485.yaml#
 
 properties:
   compatible:
-- 
2.39.2
Re: [PATCH] dt-bindings: serial: snps-dw-apb-uart: include rs485 schema
Posted by Krzysztof Kozlowski 2 years ago
On 01/12/2023 15:05, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner@cherry.de>
> 
> The dw-apb-uart also can emulate rs485, so include the rs485
> schema to allow validating rs485 properties.
> 
> Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof