Skip to content

Commit 928e1c6

Browse files
inochisagroeck
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 8debd85 commit 928e1c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ maintainers:
1111

1212
properties:
1313
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
1519

1620
reg:
1721
maxItems: 1

0 commit comments

Comments
 (0)