Skip to content

Commit a2ed1ae

Browse files
AngeloGioacchino Del Regnobebarino
authored andcommitted
dt-bindings: clock: mediatek,mt7622-pciesys: Remove syscon compatible
The PCIESYS register space contains a pure clock controller, which has no system controller register, so this definitely doesn't need any "syscon" compatible. As a side note, luckily no devicetree ever added the syscon string to PCIESYS clock controller node compatibles, so this also resolves a dtbs_check warning for mt7622. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 871afb4 commit a2ed1ae

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

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

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

2321
reg:
2422
maxItems: 1
@@ -40,7 +38,7 @@ additionalProperties: false
4038
examples:
4139
- |
4240
clock-controller@1a100800 {
43-
compatible = "mediatek,mt7622-pciesys", "syscon";
41+
compatible = "mediatek,mt7622-pciesys";
4442
reg = <0x1a100800 0x1000>;
4543
#clock-cells = <1>;
4644
#reset-cells = <1>;

0 commit comments

Comments
 (0)