Message ID | 20220823145649.3118479-1-robh@kernel.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: serial: samsung: Add 'power-domains' property | expand |
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 901c1e2cea28..d20f77c44dfd 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -69,6 +69,9 @@ properties: minItems: 1 maxItems: 2 + power-domains: + maxItems: 1 + samsung,uart-fifosize: description: The fifo size supported by the UART channel. $ref: /schemas/types.yaml#/definitions/uint32
Some Samsung UARTs are in a power domain, so allow 'power-domains' property. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 3 +++ 1 file changed, 3 insertions(+)