diff options
author | Olof Johansson <olof@lixom.net> | 2018-07-26 22:06:14 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-07-26 22:06:14 +0200 |
commit | c1c0f486d96663b309aedc537319118b06c79378 (patch) | |
tree | b4403847746af374ce9de2d2b83be6ccf07ec46a /Documentation/devicetree/bindings/arm/mediatek.txt | |
parent | Merge tag 'v4.18-next-dts32' of https://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
parent | arm64: dts: Add Mediatek X20 Development Board support (diff) | |
download | linux-c1c0f486d96663b309aedc537319118b06c79378.tar.xz linux-c1c0f486d96663b309aedc537319118b06c79378.zip |
Merge tag 'v4.18-next-dts64' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into next/dt
- mt7622:
- add EINT support
- add gpio-ranges property to pinctrl
- add earlycon to rfb1 to find boot errros more easily
- fix uart clock
- add iommu and smi bindings
- mt6797:
- add support for the 96 board x20 development board
- fix cooling-cells of mt7622 and mt8173
* tag 'v4.18-next-dts64' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
arm64: dts: Add Mediatek X20 Development Board support
dt-bindings: arm: mediatek: Document Mediatek X20 Development Board
dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI
arm64: dts: mt7622: update a clock property for UART0
arm64: dts: mt7622: add earlycon to mt7622-rfb1 board
arm64: dts: mt7622: use gpio-ranges to pinctrl device
arm64: dts: mediatek: Add missing cooling device properties for CPUs
arm64: dts: mt7622: add EINT support to pinctrl
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/mediatek.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index c07ddf4b7819..b7cc1b888942 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt @@ -47,6 +47,9 @@ Supported boards: - Evaluation board for MT6797(Helio X20): Required root node properties: - compatible = "mediatek,mt6797-evb", "mediatek,mt6797"; +- Mediatek X20 Development Board: + Required root node properties: + - compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797"; - Reference board variant 1 for MT7622: Required root node properties: - compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622"; |