[PATCH v1 3/7] dt-bindings: hwmon: sl28cpld: add sa67mcu compatible

Michael Walle posted 7 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v1 3/7] dt-bindings: hwmon: sl28cpld: add sa67mcu compatible
Posted by Michael Walle 1 month, 1 week ago
The Kontron SMARC-sAM67 module features an on-board house keeping uC.
It is designed to be compatible with the older sl28cpld implementation,
but has different sensors, like voltage and temperature monitoring. Add
a new compatible for that board.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 .../devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
index 010333cb25c0..0275803e843c 100644
--- a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
+++ b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
@@ -17,6 +17,7 @@ properties:
   compatible:
     enum:
       - kontron,sl28cpld-fan
+      - kontron,sa67mcu-hwmon
 
   reg:
     maxItems: 1
-- 
2.39.5
Re: [PATCH v1 3/7] dt-bindings: hwmon: sl28cpld: add sa67mcu compatible
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 22/08/2025 15:15, Michael Walle wrote:
> The Kontron SMARC-sAM67 module features an on-board house keeping uC.
> It is designed to be compatible with the older sl28cpld implementation,
> but has different sensors, like voltage and temperature monitoring. Add
> a new compatible for that board.
> 
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
>  .../devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
> index 010333cb25c0..0275803e843c 100644
> --- a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
> @@ -17,6 +17,7 @@ properties:
>    compatible:
>      enum:
>        - kontron,sl28cpld-fan
> +      - kontron,sa67mcu-hwmon

Please keep sorting alphabetically.

With this fixed:

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof