[PATCH 1/2] dt-bindings: arm: fsl: Add Kobo Clara HD rev B

Andreas Kemnade posted 2 patches 1 year, 9 months ago
[PATCH 1/2] dt-bindings: arm: fsl: Add Kobo Clara HD rev B
Posted by Andreas Kemnade 1 year, 9 months ago
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 <andreas@kemnade.info>
---
 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
Re: [PATCH 1/2] dt-bindings: arm: fsl: Add Kobo Clara HD rev B
Posted by Krzysztof Kozlowski 1 year, 9 months ago
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 <andreas@kemnade.info>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof