Skip to content

Commit 9f7809c

Browse files
Ansuelbebarino
authored andcommitted
dt-bindings: clock: mediatek: add syscon compatible for mt7622 pciesys
Add required syscon compatible for mt7622 pciesys. This is required for SATA interface as the regs are shared. Signed-off-by: Christian Marangi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent f5100c4 commit 9f7809c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/devicetree/bindings/clock/mediatek,mt7622-pciesys.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ maintainers:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- mediatek,mt7622-pciesys
19-
- mediatek,mt7629-pciesys
17+
oneOf:
18+
- items:
19+
- const: mediatek,mt7622-pciesys
20+
- const: syscon
21+
- const: mediatek,mt7629-pciesys
2022

2123
reg:
2224
maxItems: 1
@@ -38,7 +40,7 @@ additionalProperties: false
3840
examples:
3941
- |
4042
clock-controller@1a100800 {
41-
compatible = "mediatek,mt7622-pciesys";
43+
compatible = "mediatek,mt7622-pciesys", "syscon";
4244
reg = <0x1a100800 0x1000>;
4345
#clock-cells = <1>;
4446
#reset-cells = <1>;

0 commit comments

Comments
 (0)