Commit 4e9ab195 authored by Olof Johansson's avatar Olof Johansson
Browse files

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: default avatarOlof Johansson <olof@lixom.net>
parents 2ea698c6 eb0fc0d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ following property:
Required root node property:

compatible: Must contain one of
   "mediatek,mt2701"
   "mediatek,mt6580"
   "mediatek,mt6589"
   "mediatek,mt6592"
@@ -17,6 +18,9 @@ compatible: Must contain one of

Supported boards:

- Evaluation board for MT2701:
    Required root node properties:
      - compatible = "mediatek,mt2701-evb", "mediatek,mt2701";
- Evaluation board for MT6580:
    Required root node properties:
      - compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Also it uses the common reset controller binding from
Documentation/devicetree/bindings/reset/reset.txt.
The available reset outputs are defined in
dt-bindings/reset-controller/mt*-resets.h
dt-bindings/reset/mt*-resets.h

Example:

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Also it uses the common reset controller binding from
Documentation/devicetree/bindings/reset/reset.txt.
The available reset outputs are defined in
dt-bindings/reset-controller/mt*-resets.h
dt-bindings/reset/mt*-resets.h

Example:

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ Required properties:
	"mediatek,mt6582-sysirq"
	"mediatek,mt6580-sysirq"
	"mediatek,mt6577-sysirq"
	"mediatek,mt2701-sysirq"
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells : Use the same format as specified by GIC in
  Documentation/devicetree/bindings/arm/gic.txt
+7 −7
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

Required properties:
- compatible should contain:
  * "mediatek,mt8135-uart" for MT8135 compatible UARTS
  * "mediatek,mt2701-uart" for MT2701 compatible UARTS
  * "mediatek,mt6580-uart" for MT6580 compatible UARTS
  * "mediatek,mt6582-uart" for MT6582 compatible UARTS
  * "mediatek,mt6589-uart" for MT6589 compatible UARTS
  * "mediatek,mt6795-uart" for MT6795 compatible UARTS
  * "mediatek,mt8127-uart" for MT8127 compatible UARTS
  * "mediatek,mt8135-uart" for MT8135 compatible UARTS
  * "mediatek,mt8173-uart" for MT8173 compatible UARTS
  * "mediatek,mt6795-uart" for MT6795 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, MT6795,
        MT6589, MT6582, MT6580, MT6577)
  * "mediatek,mt6577-uart" for MT6577 and all of the above

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

Loading