Commit 55e3cfc5 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'v4.2-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt

- ARM: dts: mediatek: add mt6580 basic support
- Document: DT: Add bindings for mediatek MT6580 SoC Platform
- ARM: dts: mediatek mt8135: Use real UART clocks
- ARM: dts: mt8135-evbp1: Add PMIC support
- ARM: dts: mt8135: Add pmic wrapper nodes
- ARM: dts: mediatek: Enable clock support for Mediatek MT8135.

* tag 'v4.2-next-dts' of https://github.com/mbgg/linux-mediatek

:
  ARM: dts: mediatek: add mt6580 basic support
  Document: DT: Add bindings for mediatek MT6580 SoC Platform
  ARM: dts: mediatek mt8135: Use real UART clocks
  ARM: dts: mt8135-evbp1: Add PMIC support
  ARM: dts: mt8135: Add pmic wrapper nodes
  ARM: dts: mediatek: Enable clock support for Mediatek MT8135.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 62237230 7d4938c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ Boards with a MediaTek mt65xx/mt81xx SoC shall have the following property:
Required root node property:

compatible: Must contain one of
   "mediatek,mt6580"
   "mediatek,mt6589"
   "mediatek,mt6592"
   "mediatek,mt8127"
@@ -14,6 +15,9 @@ compatible: Must contain one of

Supported boards:

- Evaluation board for MT6580:
    Required root node properties:
      - compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
- bq Aquaris5 smart phone:
    Required root node properties:
      - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Required properties:
	"mediatek,mt6592-sysirq"
	"mediatek,mt6589-sysirq"
	"mediatek,mt6582-sysirq"
	"mediatek,mt6580-sysirq"
	"mediatek,mt6577-sysirq"
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells : Use the same format as specified by GIC in
+2 −1
Original line number Diff line number Diff line
@@ -7,8 +7,9 @@ Required properties:
  * "mediatek,mt8173-uart" for MT8173 compatible UARTS
  * "mediatek,mt6589-uart" for MT6589 compatible UARTS
  * "mediatek,mt6582-uart" for MT6582 compatible UARTS
  * "mediatek,mt6580-uart" for MT6580 compatible UARTS
  * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, 
	MT6577)
	MT6580, MT6577)

- reg: The base address of the UART register bank.

+5 −1
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@ Mediatek MT6577, MT6572 and MT6589 Timers
---------------------------------------

Required properties:
- compatible: Should be "mediatek,mt6577-timer"
- compatible should contain:
	* "mediatek,mt6589-timer" for MT6589 compatible timers
	* "mediatek,mt6580-timer" for MT6580 compatible timers
	* "mediatek,mt6577-timer" for all compatible timers (MT6589, MT6580,
		MT6577)
- reg: Should contain location and length for timers register.
- clocks: Clocks driving the timer hardware. This list should include two
	clocks. The order is system clock and as second clock the RTC clock.
+1 −0
Original line number Diff line number Diff line
@@ -721,6 +721,7 @@ dtb-$(CONFIG_MACH_DOVE) += \
	dove-dove-db.dtb \
	dove-sbc-a510.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += \
	mt6580-evbp1.dtb \
	mt6589-aquaris5.dtb \
	mt6592-evb.dtb \
	mt8127-moose.dtb \
Loading