diff options
author | Peng Fan <[email protected]> | 2024-01-21 19:53:01 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-01-27 19:05:31 -0800 |
commit | 09aec324b60f4309eeba8d2d5c897e882cce23bc (patch) | |
tree | c722c4138c703178908f5f7c457a9df776c1e11e | |
parent | 79821c8a45807655c25d6bae2b13a3f98a5c01cd (diff) |
dt-bindings: serial: fsl-lpuart: support i.MX95
Add i.MX95 compatible string. Same as i.MX93, it is compatible
with i.MX8ULP.
Signed-off-by: Peng Fan <[email protected]>
Acked-by: Krzysztof Kozlowski <[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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml index 3a5b59f5d3e3..3f9ace89dee9 100644 --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml @@ -30,6 +30,7 @@ properties: - items: - enum: - fsl,imx93-lpuart + - fsl,imx95-lpuart - const: fsl,imx8ulp-lpuart - const: fsl,imx7ulp-lpuart - items: |