[PATCH v1 1/5] dt-bindings: mailbox: add definition for mt8195

jason-jh.lin jason-jh.lin at mediatek.com
Tue Jun 29 22:14:14 PDT 2021


Add definition of compatible, clock-names and
dt-binding header for mt8195.

Signed-off-by: jason-jh.lin <jason-jh.lin at mediatek.com>
---
 Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
index 7771ecaac586..ea990d0ba822 100644
--- a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
+++ b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
@@ -9,12 +9,12 @@ CMDQ driver uses mailbox framework for communication. Please refer to
 mailbox.txt for generic information about mailbox device-tree bindings.
 
 Required properties:
-- compatible: can be "mediatek,mt8173-gce", "mediatek,mt8183-gce" or
-  "mediatek,mt6779-gce".
+- compatible: can be "mediatek,mt8173-gce", "mediatek,mt8183-gce",
+  "mediatek,mt6779-gce" or "mediatek,mt8195-gce".
 - reg: Address range of the GCE unit
 - interrupts: The interrupt signal from the GCE block
 - clock: Clocks according to the common clock binding
-- clock-names: Must be "gce" to stand for GCE clock
+- clock-names: Must be "gce" or "gce1" to stand for GCE clock
 - #mbox-cells: Should be 2.
 	<&phandle channel priority>
 	phandle: Label name of a gce node.
@@ -36,8 +36,8 @@ Optional properties for a client device:
   size: the total size of register address that GCE can access.
 
 Some vaules of properties are defined in 'dt-bindings/gce/mt8173-gce.h',
-'dt-binding/gce/mt8183-gce.h' or 'dt-bindings/gce/mt6779-gce.h'. Such as
-sub-system ids, thread priority, event ids.
+'dt-binding/gce/mt8183-gce.h', 'dt-bindings/gce/mt6779-gce.h' or
+'dt-binding/gce/mt8195-gce.h'. Such as sub-system ids, thread priority, event ids.
 
 Example:
 
-- 
2.18.0


More information about the Linux-mediatek mailing list