1. 30 Nov, 2016 3 commits
    • Arnd Bergmann's avatar
      Merge tag 'tegra-for-4.10-arm64-dt-numeric-ids' of... · f21b6588
      Arnd Bergmann authored
      Merge tag 'tegra-for-4.10-arm64-dt-numeric-ids' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt64
      
      Pull "arm64: tegra: Device tree changes for v4.10-rc1" from Thierry Reding:
      
      This adds initial support for Tegra186, the P3310 processor module as
      well as the P2771 development board. Not much is functional, but there
      is enough to boot to an initial ramdisk with debug serial output.
      
      * tag 'tegra-for-4.10-arm64-dt-numeric-ids' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        arm64: tegra: Add NVIDIA P2771 board support
        arm64: tegra: Enable PSCI on P3310
        arm64: tegra: Add NVIDIA P3310 processor module support
        arm64: tegra: Add GPIO controllers on Tegra186
        arm64: tegra: Add SDHCI controllers on Tegra186
        arm64: tegra: Add I2C controllers on Tegra186
        arm64: tegra: Add serial ports on Tegra186
        arm64: tegra: Add CPU nodes for Tegra186
        arm64: tegra: Add Tegra186 support
      f21b6588
    • Arnd Bergmann's avatar
      Merge tag 'renesas-arm64-dt2-for-v4.10' of... · db30a7ae
      Arnd Bergmann authored
      Merge tag 'renesas-arm64-dt2-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt64
      
      Pull "Second Round of Renesas ARM64 Based SoC DT Updates for v4.10" from Simon Horman:
      
      Enhancements:
      * Add device nodes for PRR
      * Add m3ulcb board
      * Enable I2C on r8a7796/salvator-x board
      * Enable SDHI0 on h3ulcb board
      
      * tag 'renesas-arm64-dt2-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        arm64: dts: r8a7796: Add device node for PRR
        arm64: dts: r8a7795: Add device node for PRR
        arm64: dts: h3ulcb: rename SDHI0 pins
        arm64: dts: h3ulcb: enable SDHI2
        arm64: dts: m3ulcb: enable SDHI2
        arm64: dts: m3ulcb: enable SDHI0
        arm64: dts: m3ulcb: enable WDT
        arm64: dts: m3ulcb: enable EXTALR clk
        arm64: dts: m3ulcb: enable GPIO keys
        arm64: dts: m3ulcb: enable GPIO leds
        arm64: dts: m3ulcb: enable SCIF clk and pins
        arm64: dts: m3ulcb: initial device tree
        arm64: dts: m3ulcb: add M3ULCB board DT bindings
        arm64: dts: h3ulcb: update header
        arm64: dts: h3ulcb: update documentation with official board name
        arm64: dts: r8a7796: salvator-x: enable I2C
        arm64: dts: r8a7796: Enable I2C DMA
        arm64: dts: r8a7796: add I2C support
      db30a7ae
    • Arnd Bergmann's avatar
      arm64: dts: fix build errors from missing dependencies · f98121f3
      Arnd Bergmann authored
      Two branches were incorrectly sent without having the necessary
      header file changes. Rather than back those out now, I'm replacing
      the symbolic names for the clks and resets with the numeric
      values to get 'make allmodconfig dtbs' back to work.
      
      After the header file changes are merged, we can revert this
      patch.
      
      Fixes: 6bc37fac ("arm64: dts: add Allwinner A64 SoC .dtsi")
      Fixes: 50784e61 ("dts: arm64: db820c: add pmic pins specific dts file")
      Acked-by: default avatarAndre Przywara <andre.przywara@arm.com>
      Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      Acked-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f98121f3
  2. 25 Nov, 2016 2 commits
  3. 21 Nov, 2016 27 commits
  4. 19 Nov, 2016 7 commits
  5. 18 Nov, 2016 1 commit
    • Olof Johansson's avatar
      Merge tag 'hisi-arm64-dt-4.10' of git://github.com/hisilicon/linux-hisi into next/dt64 · e702ddd3
      Olof Johansson authored
      ARM64: DT: Hisilicon SoC DT updates for 4.10
      
      - Correct the hardware pin number of the usb node on the Hip06
      - Add the Hisilicon Hip07 D05 board dts binding
      - Add the initial dts for the Hip07 D05 board
      - Fix the warning for the node without reg propery on the Hip06
      - Fix the sas am max transmissions quirk property on the Hip06
      - Disable the sas0 and sas2 on D03 board
      - Add refclk node for SAS on the Hip06
      
      * tag 'hisi-arm64-dt-4.10' of git://github.com/hisilicon/linux-hisi:
        arm64: dts: hisi: add refclk node to hip06 dts files for SAS
        arm64: dts: hisi: disable sas0 and sas2 for d03
        arm64: dts: hisi: fix hip06 sas am-max-trans quirk
        arm64: dts: hip06: Fix no reg property warning
        arm64: dts: hisilicon: Add initial dts for Hip07 D05 board
        Documentation: arm64: Add Hisilicon Hip07 D05 dts binding
        arm64: dts: hip06: Correct hardware pin number of usb node
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e702ddd3