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 <ansuelsmth@gmail.com> Link: https://lore.kernel.org/r/20240628105542.5456-2-ansuelsmth@gmail.com Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
f5100c415c
commit
9f7809c6a8
@ -14,9 +14,11 @@ maintainers:
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
oneOf:
|
||||||
- mediatek,mt7622-pciesys
|
- items:
|
||||||
- mediatek,mt7629-pciesys
|
- const: mediatek,mt7622-pciesys
|
||||||
|
- const: syscon
|
||||||
|
- const: mediatek,mt7629-pciesys
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
@ -38,7 +40,7 @@ additionalProperties: false
|
|||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
clock-controller@1a100800 {
|
clock-controller@1a100800 {
|
||||||
compatible = "mediatek,mt7622-pciesys";
|
compatible = "mediatek,mt7622-pciesys", "syscon";
|
||||||
reg = <0x1a100800 0x1000>;
|
reg = <0x1a100800 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
|
Loading…
Reference in New Issue
Block a user