diff options
author | 2025-02-21 16:15:57 -0500 | |
---|---|---|
committer | 2025-03-11 10:19:59 +0800 | |
commit | 1d5573d5f291f7145972950e6d83a2aa8bb72c1a (patch) | |
tree | 6a90a24789bd82cf9de97976368c01cedfd5db3a | |
parent | dt-bindings: arm: fsl: add more compatibles for Skov i.MX8MP variants (diff) | |
download | wireguard-linux-1d5573d5f291f7145972950e6d83a2aa8bb72c1a.tar.xz wireguard-linux-1d5573d5f291f7145972950e6d83a2aa8bb72c1a.zip |
dt-bindings: arm: fsl: add i.MX95 15x15 EVK board
Add DT compatible string for NXP i.MX95 15x15 EVK board.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index e0fe6a91e7dd..8c9501f57978 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1359,6 +1359,7 @@ properties: - description: i.MX95 based Boards items: - enum: + - fsl,imx95-15x15-evk # i.MX95 15x15 EVK Board - fsl,imx95-19x19-evk # i.MX95 19x19 EVK Board - const: fsl,imx95 |