Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support

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@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250413223507.46480-7-inochiama@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Inochi Amaoto and committed by
Guenter Roeck
928e1c67 8debd851

+5 -1
+5 -1
Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - const: sophgo,sg2042-hwmon-mcu 14 + oneOf: 15 + - items: 16 + - const: sophgo,sg2044-hwmon-mcu 17 + - const: sophgo,sg2042-hwmon-mcu 18 + - const: sophgo,sg2042-hwmon-mcu 15 19 16 20 reg: 17 21 maxItems: 1