dt-bindings: memory: mediatek: Add mt8192 support
Add mt8192 smi support in the bindings. Signed-off-by: Yong Wu <yong.wu@mediatek.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201103054200.21386-3-yong.wu@mediatek.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
27bb0e4285
commit
31fc9f87fe
2 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ description: |
|
|||
MediaTek SMI have two generations of HW architecture, here is the list
|
||||
which generation the SoCs use:
|
||||
generation 1: mt2701 and mt7623.
|
||||
generation 2: mt2712, mt6779, mt8167, mt8173 and mt8183.
|
||||
generation 2: mt2712, mt6779, mt8167, mt8173, mt8183 and mt8192.
|
||||
|
||||
There's slight differences between the two SMI, for generation 2, the
|
||||
register which control the iommu port is at each larb's register base. But
|
||||
|
|
@ -35,6 +35,7 @@ properties:
|
|||
- mediatek,mt8167-smi-common
|
||||
- mediatek,mt8173-smi-common
|
||||
- mediatek,mt8183-smi-common
|
||||
- mediatek,mt8192-smi-common
|
||||
|
||||
- description: for mt7623
|
||||
items:
|
||||
|
|
@ -98,6 +99,7 @@ allOf:
|
|||
enum:
|
||||
- mediatek,mt6779-smi-common
|
||||
- mediatek,mt8183-smi-common
|
||||
- mediatek,mt8192-smi-common
|
||||
|
||||
then:
|
||||
properties:
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ properties:
|
|||
- mediatek,mt8167-smi-larb
|
||||
- mediatek,mt8173-smi-larb
|
||||
- mediatek,mt8183-smi-larb
|
||||
- mediatek,mt8192-smi-larb
|
||||
|
||||
- description: for mt7623
|
||||
items:
|
||||
|
|
@ -107,6 +108,7 @@ allOf:
|
|||
- mediatek,mt2712-smi-larb
|
||||
- mediatek,mt6779-smi-larb
|
||||
- mediatek,mt8167-smi-larb
|
||||
- mediatek,mt8192-smi-larb
|
||||
|
||||
then:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue