[GIT PULL] ARM: mediatek: arm64 updates for v4.3
From: Matthias Brugger <hidden>
Date: 2015-07-28 12:24:29
Also in:
linux-arm-kernel
Hi all, Please take the following changes into account. In the last mail I screwed up the subject, these patches are naturally for v4.3. Thanks, Matthias --- The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: https://github.com/mbgg/linux-mediatek.git tags/v4.2-next-arm64 for you to fetch changes up to e26945245e414eff42ee1ffeaedf198911bf1d77: arm64: dts: mediatek: add mt6795 support (2015-07-23 19:55:55 +0200) ---------------------------------------------------------------- - arm64: dts: mediatek: add mt6795 support - Document: DT: Add bindings for mediatek MT6795 SoC Platform - arm64: dts: mediatek: Add MT8173 MMC dts - arm64: dts: mt8173: Add afe device node - arm64: dts: mt8173-evb: Add PMIC support - dts: mt8173-evb: Add da9211 to i2c1 - ARM: dts: mt8173: support arm64 cpuidle-dt - ARM64: MediaTek MT8173: Add SCPSYS device node - arm64: dts: mt8173: Add I2C device node - arm64: dts: mt8173: Add watchdog device node - arm64: dts: mt8173: Add PMIC wrapper device node - arm64: dts: mt8173: Use real clock for UARTs - arm64: dts: mt8173: Add clock controller device nodes ---------------------------------------------------------------- Eddie Huang (4): arm64: dts: mt8173: Add watchdog device node arm64: dts: mt8173: Add I2C device node arm64: dts: mt8173-evb: Add PMIC support arm64: dts: mediatek: Add MT8173 MMC dts Henry Chen (1): dts: mt8173-evb: Add da9211 to i2c1 Howard Chen (1): ARM: dts: mt8173: support arm64 cpuidle-dt Koro Chen (1): arm64: dts: mt8173: Add afe device node Mars Cheng (2): Document: DT: Add bindings for mediatek MT6795 SoC Platform arm64: dts: mediatek: add mt6795 support Sascha Hauer (4): arm64: dts: mt8173: Add clock controller device nodes arm64: dts: mt8173: Use real clock for UARTs arm64: dts: mt8173: Add PMIC wrapper device node ARM64: MediaTek MT8173: Add SCPSYS device node Documentation/devicetree/bindings/arm/mediatek.txt | 9 +- .../bindings/arm/mediatek/mediatek,sysirq.txt | 3 +- .../devicetree/bindings/serial/mtk-uart.txt | 5 +- arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt6795-evb.dts | 41 +++ arch/arm64/boot/dts/mediatek/mt6795.dtsi | 162 ++++++++++ arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 353 +++++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt8173.dtsi | 327 ++++++++++++++++++- 8 files changed, 883 insertions(+), 18 deletions(-) create mode 100644 arch/arm64/boot/dts/mediatek/mt6795-evb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt6795.dtsi