Re: [V2 1/4] MIPS: dts: ralink: Add Mediatek MT7628A SoC
From: Rob Herring <robh@kernel.org>
Date: 2017-08-23 00:41:17
Also in:
linux-mediatek, linux-mips, lkml
From: Rob Herring <robh@kernel.org>
Date: 2017-08-23 00:41:17
Also in:
linux-mediatek, linux-mips, lkml
On Mon, Aug 21, 2017 at 11:55:29AM +0100, Harvey Hunt wrote:
The MT7628A is the successor to the MT7620 and pin compatible with the MT7688A, although the latter supports only a 1T1R antenna rather than a 2T2R antenna. This commit adds support for the following features: - UART - USB PHY - EHCI - Interrupt controller - System controller - Memory controller - Reset controller Signed-off-by: Harvey Hunt <redacted> Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-mediatek@lists.infradead.org --- Ralf: I've added this patch to both my vocore2 and omega2+ patchsets for ease of review, please only merge it once :-) Changes in V2: - Add MT7628 to patchset to keep kbuild happy and retain context - Rename multiple DT nodes to standard names - Add labels for uarts - Rename USB PHY handle Documentation/devicetree/bindings/mips/ralink.txt | 1 + arch/mips/boot/dts/ralink/mt7628a.dtsi | 126 ++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 arch/mips/boot/dts/ralink/mt7628a.dtsi
Acked-by: Rob Herring <robh@kernel.org>