diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-01-24 10:19:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-02-01 06:13:36 +0100 |
commit | 4bb0e9bcefe0526834c9fef6b2e73c703d100a58 (patch) | |
tree | 7c7ff5d19c396c7f1bd8cd86e0d0c855f658c181 | |
parent | 1f406109ec466ce20a8aaeab7b9b9ba33bd6e9fa (diff) |
dt-bindings: serial: fsl-lpuart: drop rs485 properties
The binding references rs485 schema, so there is no need to list its
properties. Simplify a bit by removing unneeded entries.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml index 74f75f669e77..b1e81a6451a6 100644 --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml @@ -64,9 +64,6 @@ properties: - const: rx - const: tx - rs485-rts-active-low: true - linux,rs485-enabled-at-boot-time: true - required: - compatible - reg |