diff options
| author | Peng Fan <peng.fan@nxp.com> | 2024-01-21 19:53:01 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-27 19:05:31 -0800 |
| commit | 09aec324b60f4309eeba8d2d5c897e882cce23bc (patch) | |
| tree | c722c4138c703178908f5f7c457a9df776c1e11e | |
| parent | 79821c8a45807655c25d6bae2b13a3f98a5c01cd (diff) | |
| download | linux-stable-09aec324b60f4309eeba8d2d5c897e882cce23bc.tar.gz linux-stable-09aec324b60f4309eeba8d2d5c897e882cce23bc.zip | |
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 <peng.fan@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240121115301.1420502-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 | 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: |
