Skip to content

Commit 83ab016

Browse files
Fabokrzk
authored andcommitted
dt-bindings: memory: mediatek: Add binding for MT8167 SMI
Add device tree bindings documentation for MT8167 SMI. Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20200906180938.1117526-1-fparent@baylibre.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 8014c47 commit 83ab016

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
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, mt6779, mt8173 and mt8183.
8+
generation 2: mt2712, mt6779, mt8167, 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
@@ -20,6 +20,7 @@ Required properties:
2020
"mediatek,mt2712-smi-common"
2121
"mediatek,mt6779-smi-common"
2222
"mediatek,mt7623-smi-common", "mediatek,mt2701-smi-common"
23+
"mediatek,mt8167-smi-common"
2324
"mediatek,mt8173-smi-common"
2425
"mediatek,mt8183-smi-common"
2526
- reg : the register and size of the SMI block.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Required properties:
88
"mediatek,mt2712-smi-larb"
99
"mediatek,mt6779-smi-larb"
1010
"mediatek,mt7623-smi-larb", "mediatek,mt2701-smi-larb"
11+
"mediatek,mt8167-smi-larb"
1112
"mediatek,mt8173-smi-larb"
1213
"mediatek,mt8183-smi-larb"
1314
- reg : the register and size of this local arbiter.
@@ -22,7 +23,7 @@ Required properties:
2223
- "gals": the clock for GALS(Global Async Local Sync).
2324
Here is the list which has this GALS: mt8183.
2425

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

2829
Example:

0 commit comments

Comments
 (0)