Message ID | 20240504215344.861327-2-andreas@kemnade.info (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | ARM: dts: mix: Add Kobo Clara HD rev B | expand |
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
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:
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(+)