diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2024-11-03 16:51:59 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-11-04 10:15:23 +0300 |
commit | f1f6309aa9065487c527b538f476b49771aa0c4d (patch) | |
tree | 9bbb0f9f4ef1d5f51dd75bd51264c116ba0df204 | |
parent | 4e57a0c056e5532bb5c73adf66ac9b48ce39779b (diff) | |
download | linux-f1f6309aa9065487c527b538f476b49771aa0c4d.tar.xz |
dt-bindings: arm: fsl: add compatible strings for Kobo Clara 2E
Adds compatible strings for the Kobo Clara 2E eBook reader.
There are two variants differing in the EPD PMIC used.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 18088c50b5b3..6e0dcf4307f1 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -624,6 +624,14 @@ properties: - kobo,librah2o - const: fsl,imx6sll + - description: i.MX6SLL Kobo Clara 2e Rev. A/B + items: + - enum: + - kobo,clara2e-a + - kobo,clara2e-b + - const: kobo,clara2e + - const: fsl,imx6sll + - description: i.MX6SX based Boards items: - enum: |