Skip to content

Commit 1b0d0f7

Browse files
mtk-rex-bc-chenJassiBrar
authored andcommitted
dt-bindings: mailbox: add definition for mt8186
Add definition of compatible and dt-binding header for mt8186. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent df227dc commit 1b0d0f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Documentation/devicetree/bindings/mailbox/mtk-gce.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ mailbox.txt for generic information about mailbox device-tree bindings.
1010

1111
Required properties:
1212
- compatible: can be "mediatek,mt8173-gce", "mediatek,mt8183-gce",
13-
"mediatek,mt8192-gce", "mediatek,mt8195-gce" or "mediatek,mt6779-gce".
13+
"mediatek,mt8186-gce", "mediatek,mt8192-gce", "mediatek,mt8195-gce" or
14+
"mediatek,mt6779-gce".
1415
- reg: Address range of the GCE unit
1516
- interrupts: The interrupt signal from the GCE block
1617
- clock: Clocks according to the common clock binding
@@ -40,8 +41,9 @@ Optional properties for a client mutex node:
4041
defined in 'dt-bindings/gce/<chip>-gce.h'.
4142

4243
Some vaules of properties are defined in 'dt-bindings/gce/mt8173-gce.h',
43-
'dt-bindings/gce/mt8183-gce.h', 'dt-bindings/gce/mt8192-gce.h',
44-
'dt-bindings/gce/mt8195-gce.h' or 'dt-bindings/gce/mt6779-gce.h'.
44+
'dt-bindings/gce/mt8183-gce.h', 'dt-bindings/gce/mt8186-gce.h'
45+
'dt-bindings/gce/mt8192-gce.h', 'dt-bindings/gce/mt8195-gce.h' or
46+
'dt-bindings/gce/mt6779-gce.h'.
4547
Such as sub-system ids, thread priority, event ids.
4648

4749
Example:

0 commit comments

Comments
 (0)