diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-03-28 08:43:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-05 20:31:02 +0300 |
commit | 86c276b91c4a4faea90e8399b1aba580e9df1cb5 (patch) | |
tree | 291750664c0c41539228e1587d4604cba5695a68 | |
parent | d30a28a764a8221874ab53b7cbe79f842c30b671 (diff) | |
download | linux-86c276b91c4a4faea90e8399b1aba580e9df1cb5.tar.xz |
dt-bindings: serial: fsl-lpuart: add optional power-domains property
Add optional power-domains property for i.MX8 usage.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230328054355.1973397-1-peng.fan@oss.nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml index ab81722293d3..93062403276b 100644 --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml @@ -65,6 +65,9 @@ properties: - const: rx - const: tx + power-domains: + maxItems: 1 + required: - compatible - reg |