Skip to content

Commit 1c64de8

Browse files
inochisapH5
authored andcommitted
dt-bindings: reset: sophgo: Add SG2044 bindings.
The SG2044 shares the same reset controller as SG2042, so it is just enough to use the compatible string of SG2042 as a basis. Add compatible string for the reset controller of SG2044. Signed-off-by: Inochi Amaoto <[email protected]> Acked-by: "Rob Herring (Arm)" <[email protected]> Reviewed-by: Chen Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]>
1 parent 57dfdfb commit 1c64de8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml

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

1212
properties:
1313
compatible:
14-
const: sophgo,sg2042-reset
14+
oneOf:
15+
- items:
16+
- enum:
17+
- sophgo,sg2044-reset
18+
- const: sophgo,sg2042-reset
19+
- const: sophgo,sg2042-reset
1520

1621
reg:
1722
maxItems: 1

0 commit comments

Comments
 (0)