[PATCH 5/9] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support
Yixun Lan
dlan at gentoo.org
Sun Apr 6 19:05:17 PDT 2025
Hi Inochi:
On 09:06 Mon 07 Apr , Inochi Amaoto wrote:
> The MCU device on SG2044 exposes the same interface as SG2042, which is
> already supported by the kernel.
>
> Add compatible string for monitor device of SG2044.
>
> Signed-off-by: Inochi Amaoto <inochiama at gmail.com>
> ---
> .../devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml b/Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml
> index f0667ac41d75..b76805d39427 100644
> --- a/Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml
> @@ -11,7 +11,11 @@ maintainers:
>
> properties:
> compatible:
> - const: sophgo,sg2042-hwmon-mcu
> + oneOf:
> + - items:
> + - const: sophgo,sg2044-hwmon-mcu
> + - const: sophgo,sg2042-hwmon-mcu
> + - const: sophgo,sg2042-hwmon-mcu
the compatible added here but not used in dts (or driver), e.g 9/9 patch
I'd personally prefer to add it when actually being used
(so it can be validated in the real use cases..)
another concern is whether better to just use 'enum'? (maybe not)
but I got your idea to fallback to compatible of sophgo,sg2042-hwmon-mcu..
same with mmc, i2c..
>
> reg:
> maxItems: 1
> --
> 2.49.0
>
--
Yixun Lan (dlan)
Gentoo Linux Developer
GPG Key ID AABEFD55
More information about the linux-riscv
mailing list