Skip to content

Commit d724794

Browse files
Ming-Fan Chenjoergroedel
authored andcommitted
dt-bindings: mediatek: Add binding for MT6779 SMI
This patch add description for MT6779 SMI. There are GALS in smi-larb but without clock of GALS alone. changelog since v2: Add GALS for mt6779 in smi-common.txt Signed-off-by: Ming-Fan Chen <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 397e18b commit d724794

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The hardware block diagram please check bindings/iommu/mediatek,iommu.txt
55
Mediatek SMI have two generations of HW architecture, here is the list
66
which generation the SoCs use:
77
generation 1: mt2701 and mt7623.
8-
generation 2: mt2712, mt8173 and mt8183.
8+
generation 2: mt2712, mt6779, mt8173 and mt8183.
99

1010
There's slight differences between the two SMI, for generation 2, the
1111
register which control the iommu port is at each larb's register base. But
@@ -18,6 +18,7 @@ Required properties:
1818
- compatible : must be one of :
1919
"mediatek,mt2701-smi-common"
2020
"mediatek,mt2712-smi-common"
21+
"mediatek,mt6779-smi-common"
2122
"mediatek,mt7623-smi-common", "mediatek,mt2701-smi-common"
2223
"mediatek,mt8173-smi-common"
2324
"mediatek,mt8183-smi-common"
@@ -35,7 +36,7 @@ Required properties:
3536
and these 2 option clocks for generation 2 smi HW:
3637
- "gals0": the path0 clock of GALS(Global Async Local Sync).
3738
- "gals1": the path1 clock of GALS(Global Async Local Sync).
38-
Here is the list which has this GALS: mt8183.
39+
Here is the list which has this GALS: mt6779 and mt8183.
3940

4041
Example:
4142
smi_common: smi@14022000 {

Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Required properties:
66
- compatible : must be one of :
77
"mediatek,mt2701-smi-larb"
88
"mediatek,mt2712-smi-larb"
9+
"mediatek,mt6779-smi-larb"
910
"mediatek,mt7623-smi-larb", "mediatek,mt2701-smi-larb"
1011
"mediatek,mt8173-smi-larb"
1112
"mediatek,mt8183-smi-larb"
@@ -21,7 +22,7 @@ Required properties:
2122
- "gals": the clock for GALS(Global Async Local Sync).
2223
Here is the list which has this GALS: mt8183.
2324

24-
Required property for mt2701, mt2712 and mt7623:
25+
Required property for mt2701, mt2712, mt6779 and mt7623:
2526
- mediatek,larb-id :the hardware id of this larb.
2627

2728
Example:

0 commit comments

Comments
 (0)