summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/mt7623.dtsi
Commit message (Collapse)AuthorAgeFilesLines
...
| * arm: dts: mt7623: add mmc nodes to the mt7623.dtsi fileJohn Crispin2017-05-151-0/+22
| | | | | | | | | | | | | | | | Add e/MMC nodes to the mt7623.dtsi file. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add nand nodes to the mt7623.dtsi fileJohn Crispin2017-05-151-0/+25
| | | | | | | | | | | | | | | | Add NAND/EEC nodes to the mt7623.dtsi file. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add spi nodes to the mt7623.dtsi fileSean Wang2017-05-151-0/+42
| | | | | | | | | | | | | | | | Add spi controller nodes to the mt7623.dtsi file Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add i2c nodes to the mt7623.dtsi fileJohn Crispin2017-05-151-0/+45
| | | | | | | | | | | | | | | | Add I2C nodes to the mt7623.dtsi file. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi fileJohn Crispin2017-05-151-0/+13
| | | | | | | | | | | | | | | | | | Add PMIC wrapper node to the mt7623.dtsi file which is necessary for the control of PMIC from Mediatek. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi fileJohn Crispin2017-05-151-0/+23
| | | | | | | | | | | | | | | | | | Add pin controller node to the mt7623.dtsi file Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add power domain controller device nodeJohn Crispin2017-05-151-0/+14
| | | | | | | | | | | | | | | | Add power domain controller node (scpsys) for MT7623. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add subsystem clock controller device nodesJohn Crispin2017-05-151-0/+16
| | | | | | | | | | | | | | | | Add MT7623 subsystem clock controllers for hifsys and ethsys. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| * arm: dts: mt7623: add clock controller device nodesJohn Crispin2017-05-151-9/+55
| | | | | | | | | | | | | | | | | | | | | | Add clock controller nodes for MT7623, including topckgen, infracfg, pericfg and apmixedsys. This patch also cleans up two oscillators that provide clocks for MT7623. Switch the uart clocks to the real ones while at it. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* | arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsiJohn Crispin2017-05-091-0/+2
|/ | | | | | | | | | We need to tell the driver what the timers frequency is and that the core has not be configured by the bootrom. Not doing so makes the unit not boot. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: DTS: Fix register map for virt-capable GICMarc Zyngier2017-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since everybody copied my own mistake from the DT binding example, let's address all the offenders in one swift go. Most of them got the CPU interface size wrong (4kB, while it should be 8kB), except for both keystone platforms which got the control interface wrong (4kB instead of 8kB). In a few cases where I knew for sure what implementation was used, I've added the "arm,gic-400" compatible string. I'm 99% sure that this is what everyone is using, but short of having the TRM for all the other SoCs, I've left them alone. Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Matthias Brugger <matthias.bgg@gmail.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: dts: mediatek: update my email addressJohn Crispin2017-01-131-1/+1
| | | | | | | | This patch updates my email address as I no longer have access to the old one. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: dts: mt7623: enable SMP bringupJohn Crispin2016-02-111-0/+1
| | | | | | | Add support for booting secondary CPUs on MT7623. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
* ARM: dts: mediatek: add MT7623 basic supportJohn Crispin2016-02-111-0/+146
This adds basic chip support for Mediatek MT7623. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>