diff options
author | Olof Johansson <olof@lixom.net> | 2015-12-23 00:00:45 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-23 00:00:45 +0300 |
commit | 4e9ab19576bb9841ce4f4c8580b08f79369ed082 (patch) | |
tree | 6a0bdd5a00bf2c655a4a6d0dcaa59ee2f90f9a38 /arch/arm/boot/dts/Makefile | |
parent | 2ea698c63559e3a70f345b0060622a4169f2ed64 (diff) | |
parent | eb0fc0d6ae99305a5aecbcf8a67cce838547d638 (diff) | |
download | linux-4e9ab19576bb9841ce4f4c8580b08f79369ed082.tar.xz |
Merge tag 'v4.4-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt
Add regulators to the scpsys binding.
Move the include of the reset contoller to include/dt-bindings/reset.
Add basic support for mt2701 SoC and evaluation board.
* tag 'v4.4-next-dts' of https://github.com/mbgg/linux-mediatek:
dt-bindings: soc: Add supplies for Mediatek SCPSYS unit
ARM: mediatek: DT: Move reset controller constants into common location
ARM: dts: mediatek: add MT2701 basic support
Document: DT: Add bindings for mediatek MT2701 SoC Platform
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e18acd393d57..84a4dbb9b20e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -791,6 +791,7 @@ dtb-$(CONFIG_MACH_DOVE) += \ dove-dove-db.dtb \ dove-sbc-a510.dtb dtb-$(CONFIG_ARCH_MEDIATEK) += \ + mt2701-evb.dtb \ mt6580-evbp1.dtb \ mt6589-aquaris5.dtb \ mt6592-evb.dtb \ |