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 <inochiama@gmail.com> Acked-by: "Rob Herring (Arm)" <robh@kernel.org> Reviewed-by: Chen Wang <unicorn_wang@outlook.com> Link: https://lore.kernel.org/r/20250413223507.46480-6-inochiama@gmail.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 57dfdfb commit 1c64de8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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)