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 <harvey.hunt@xxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Cc: linux-mediatek@xxxxxxxxxxxxxxxxxxx > --- > 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@xxxxxxxxxx>