Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christian Marangi and committed by
Stephen Boyd
9f7809c6 f5100c41

+6 -4
+6 -4
Documentation/devicetree/bindings/clock/mediatek,mt7622-pciesys.yaml
··· 14 14 15 15 properties: 16 16 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 20 22 21 23 reg: 22 24 maxItems: 1 ··· 40 38 examples: 41 39 - | 42 40 clock-controller@1a100800 { 43 - compatible = "mediatek,mt7622-pciesys"; 41 + compatible = "mediatek,mt7622-pciesys", "syscon"; 44 42 reg = <0x1a100800 0x1000>; 45 43 #clock-cells = <1>; 46 44 #reset-cells = <1>;