2020-11-18 10:25:13

by Bruno Thomsen

[permalink] [raw]
Subject: [PATCH v4 1/2] dt-bindings: fsl: add kamstrup flex concentrator to schema

Add Kamstrup OMNIA Flex Concentrator compatibles to the schema
so we can make use of them for the validation.

Signed-off-by: Bruno Thomsen <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Changes since version 3:
- Rebase patch to v5.10-rc4.

No changes since version 2.

Changes since version 1:
- Patch prefix renamed to "dt-bindings: fsl:"
- Added acked-by from Rob Herring.
- Fixed typo in commit message.

Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 934289446abb..a5eb9fb68209 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -362,6 +362,8 @@ properties:
- enum:
- fsl,imx7d-sdb # i.MX7 SabreSD Board
- fsl,imx7d-sdb-reva # i.MX7 SabreSD Rev-A Board
+ - kam,imx7d-flex-concentrator # Kamstrup OMNIA Flex Concentrator
+ - kam,imx7d-flex-concentrator-mfg # Kamstrup OMNIA Flex Concentrator in manufacturing mode
- novtech,imx7d-meerkat96 # i.MX7 Meerkat96 Board
- technexion,imx7d-pico-dwarf # TechNexion i.MX7D Pico-Dwarf
- technexion,imx7d-pico-hobbit # TechNexion i.MX7D Pico-Hobbit

base-commit: 09162bc32c880a791c6c0668ce0745cf7958f576
--
2.28.0


2020-11-30 09:56:12

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v4 1/2] dt-bindings: fsl: add kamstrup flex concentrator to schema

On Wed, Nov 18, 2020 at 11:21:18AM +0100, Bruno Thomsen wrote:
> Add Kamstrup OMNIA Flex Concentrator compatibles to the schema
> so we can make use of them for the validation.
>
> Signed-off-by: Bruno Thomsen <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Applied both, thanks.