diff options
author | Jonas Rebmann <jre@pengutronix.de> | 2024-12-03 11:38:36 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-12-05 11:28:29 +0100 |
commit | 5b68d4d2db29fba81adef44513f31731e06f5589 (patch) | |
tree | 46a4bb0ba4f1a9882c789306b169de28bb1facef | |
parent | 5dbc889d41b175aa7b9c7c49a48c11a047f6074d (diff) |
dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible
Add a compatible string to support Fujitsu MB85RS128TY.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
-rw-r--r-- | Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml index 0ff32bd00bf6..5c6b628c608d 100644 --- a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml +++ b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml @@ -16,8 +16,9 @@ description: | properties: compatible: - items: - - const: microchip,48l640 + enum: + - fujitsu,mb85rs128ty + - microchip,48l640 reg: maxItems: 1 |