[PATCH v3 06/12] dt-bindings: arm: mediatek: add definition for mt8195 mmsys
jason-jh.lin
jason-jh.lin at mediatek.com
Thu Jul 15 10:37:44 PDT 2021
There are 2 display hardware path in mt8195, namely vdosys0 and
vdosys1, so add their definition in mtk-mmsys documentation.
Signed-off-by: jason-jh.lin <jason-jh.lin at mediatek.com>
---
.../bindings/arm/mediatek/mediatek,mmsys.yaml | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
index ea31c7c2792c..e6cd6e2173d4 100644
--- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
@@ -66,6 +66,16 @@ properties:
- mediatek,mt8192-mmsys
- enum:
- syscon
+ - items:
+ - enum:
+ - mediatek,mt8195-vdosys0
+ - enum:
+ - syscon
+ - items:
+ - enum:
+ - mediatek,mt8195-vdosys1
+ - enum:
+ - syscon
reg:
maxItems: 1
@@ -99,4 +109,18 @@ examples:
#clock-cells = <1>;
};
+ vdosys0: syscon at 1c01a000 {
+ compatible = "mediatek,mt8195-vdosys0", "syscon";
+ reg = <0 0x1c01a000 0 0x1000>;
+ #clock-cells = <1>;
+ mboxes = <&gce1 0 CMDQ_THR_PRIO_4>;
+ };
+
+ vdosys1: syscon at 1c100000 {
+ compatible = "mediatek,mt8195-vdosys1", "syscon";
+ reg = <0 0x1c100000 0 0x1000>;
+ #clock-cells = <1>;
+ mboxes = <&gce1 1 CMDQ_THR_PRIO_4>;
+ };
+
...
--
2.18.0
More information about the Linux-mediatek
mailing list