Add a board revision of the Kobo Clara HD with different regulator
setup. Since the original compatible seems to be found in userspace
in the wild, keep it as a fallback compatible.
Signed-off-by: Andreas Kemnade <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 0027201e19f8b..8dda627cffd84 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -609,6 +609,12 @@ properties:
- kobo,librah2o
- const: fsl,imx6sll
+ - description: i.IMX6SLL Kobo Clara variants
+ items:
+ - const: kobo,clarahd-b # variant wit different regulator setup
+ - const: kobo,clarahd
+ - const: fsl,imx6sll
+
- description: i.MX6SX based Boards
items:
- enum:
--
2.39.2
On 04/05/2024 23:53, Andreas Kemnade wrote:
> Add a board revision of the Kobo Clara HD with different regulator
> setup. Since the original compatible seems to be found in userspace
> in the wild, keep it as a fallback compatible.
>
> Signed-off-by: Andreas Kemnade <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
Acked-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof