Skip to content
  1. Oct 16, 2015
  2. Oct 15, 2015
    • Arnd Bergmann's avatar
      Merge tag 'qcom-dt-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/dt · d819e7a7
      Arnd Bergmann authored
      Pull "Qualcomm ARM Based Device Tree Updates for v4.4" from Andy Gross:
      
      * Add DT binding document for SMEM
      * Add SMD, RPM, and Regulator nodes on MSM8974
      * Remove extra reg element from iadc device
      * Remove redunandant i2c pinctrl properties on APQ8064
      * Remove unnecessary eeprom label on IFC6410
      * Remove unnecessary eeprom label from QS600
      * Add PM8921 RTC support on APQ8064
      * Add PM8921 pwrkey support on APQ8064
      * Prefix GSBI6 uart pins on APQ8064 correctly
      * Add missing GSBI7 uart pinctrl on APQ8064
      * Add missing GSBI7 uart pinctrl on IFC6410
      * Add missing GSBI7 pinctrl uart property on QS600
      * Add pwrseq support for WLAN on IFC6410
      * Add pwrseq support for WLAN on QS600
      * Add notify led support on IFC6410
      * Add SD card detect support onQS600
      * Add #power-domain-cells property to documentation
      * Add Qualcomm SMBB binding document
      * Add PM8941 charge node
      * Fix typo in disabled property on MSM8974
      
      * tag 'qcom-dt-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm:
        ARM: dts: msm8974: fix typo in "disabled" property
        ARM: dts: qcom-pm8941: Add charger node
        dt-binding: power: Add Qualcomm SMBB binding
        arm: dts: qcom: Add #power-domain-cells property
        ARM: dts: qs600: Add SD card detect support.
        ARM: dts: apq8064-ifc6410: add notify led support.
        ARM: dts: qs600: add pwrseq support to WLAN
        ARM: dts: ifc6410: Add pwrseq support for WLAN
        ARM: dts: qs600: Add missing pinctrl property for gsbi7 uart
        ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart
        ARM: dts: apq8064: add missing gsbi7 uart pinctrl
        ARM: dts: apq8064: Prefix the gsbi6 uart pins correctly
        ARM: dts: apq8064: add pm8921 pwrkey support
        ARM: dts: apq8064: add pm8921 rtc
        ARM: dts: qs600: remove unnecessary eeprom label
        ARM: dts: ifc6410: remove unnecessary eeprom label
        ARM: dts: apq8064: remove redundant i2c pinctrl properties
        ARM: dts: qcom: Remove extra reg element from iadc device
        ARM: dts: msm8974: Add smd, rpm and regulator nodes
        soc: qcom: Add device tree binding for SMEM
      d819e7a7
    • Linus Walleij's avatar
      ARM64: juno: add NOR flash to device tree · 5078f77e
      Linus Walleij authored
      
      
      The Juno motherboard has a NOR flash on the motherboard, enable
      this to be accessed with the CFI flash driver. Results after
      enabling MTD, MTD_CFI, MTD_PHYSMAP, MTD_PHYSMAP_OF,
      MTD_CFI_INTELEXT:
      
      8000000.flash: Found 2 x16 devices at 0x0 in 32-bit bank.
      Manufacturer ID 0x000089 Chip ID 0x008919
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Using buffer write method
      Using auto-unlock on power-up/resume
      cfi_cmdset_0001: Erase suspend on write enabled
      erase region 0: offset=0x0,size=0x40000,blocks=255
      erase region 1: offset=0x3fc0000,size=0x10000,blocks=4
      
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Acked-by: default avatarLiviu Dudau <Liviu.Dudau@arm.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5078f77e
    • Arnd Bergmann's avatar
      Merge tag 'renesas-dt2-for-v4.4' of... · e3d05583
      Arnd Bergmann authored
      Merge tag 'renesas-dt2-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Pull "Second Round of Renesas ARM Based SoC DT Updates for v4.4" from Simon Horman:
      
      * Enable the following on the porter board:
        I2C2, PCI, PCIe, QSPI, SATA0, SDHI0/2, USB PHY and VIN0/ADV7180.
      
      * tag 'renesas-dt2-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: porter: enable internal PCI and USB PHY
        ARM: shmobile: porter: enable PCIe
        ARM: shmobile: porter: add QSPI DT support
        ARM: shmobile: porter: add VIN0/ADV7180 DT support
        ARM: shmobile: porter: add I2C2 DT support
        ARM: shmobile: porter: enable SATA0
        ARM: shmobile: porter: add SDHI0/2 DT support
      e3d05583
    • Masahiro Yamada's avatar
      ARM: dts: uniphier: change the external bus address mapping · 36dd6066
      Masahiro Yamada authored
      
      
      In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces
       0x00000000 - 0x0fffffff
       0x40000000 - 0x4fffffff
      are both mapped to the external bus (also called system bus),
      so either was OK.
      
      In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is
      assigned for the serial NOR interface.
      
      For the consistency, use the latter for all the SoCs.
      
      Also, fix the range properties to reflect the real address mapping,
      where the support card is located at the offset address 0x01f00000
      of CS1 of the external bus.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      36dd6066
  3. Oct 14, 2015
  4. Oct 13, 2015
  5. Oct 12, 2015
  6. Oct 10, 2015
  7. Oct 09, 2015
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-4.4/devicetree' of http://github.com/Broadcom/stblinux into next/dt · d749d94b
      Arnd Bergmann authored
      Merge "Broadcom devicetree changes for v4.4" from Florian Fainelli:
      
      This pull requests contains the following Broadcom SoCs Device Tree changes:
      
      - Brian Norris documents the BCM7445 SoCs Power Management controllers and
        hardware and updates the reference BCM7445 Device Tree with these nodes
      
      - Florian Fainelli documents the BCM7xxx write-pairing feature in the top-level
        BCM7xxx binding document
      
      - Hauke Merthens enables the NAND controller for the Asus RT-AC87U and adds the
        GPIO pin controlling the USB power supply on Netgear R6250
      
      - Jon Mason adds support for the NorthStar Plus SoC by providing a top-level
        binding document and the minimalist device tree skeleton for these SoCs
      
      - Rafal Milecki adds support for the Netgear R7000 (BCM5301x SoC)
      
      - Ray Jui provides a set of Cygnus DT changes that make the Device Tree clearer
        and more correct with respect to how the hardware is designed. He also enables
        the NAND controller on the bcm911360_entphn design, enables a bunch of
        peripherals on the bcm958305k evaluation board, and adds a skeleton .dtsi file
        for the touchscreen extansion board(s)
      
      * tag 'arm-soc/for-4.4/devicetree' of http://github.com/Broadcom/stblinux:
        ARM: dts: move aliases back to .dts in Cygnus
        ARM: dts: fix Cygnus nand device node
        ARM: dts: enable touchscreen support on Cygnus
        ARM: dts: Enable NAND support on bcm911360_entphn
        ARM: dts: Enable various peripherals on bcm958305k
        ARM: dts: Reorder Cygnus peripherals
        ARM: dts: Move all Cygnus peripherals into axi bus
        ARM: dts: Put Cygnus core components under core bus
        ARM: dts: Use label for device nodes in Cygnus dts
        ARM: dts: consolidate aliases for Cygnus dt files
        ARM: BCM5301X: Netgear R6250 add USB GPIO
        Documentation: bindings: brcmstb: Document write-pairing
        ARM: dts: brcmstb: add BCM7445 system PM DT nodes
        Documentation: dt: brcmstb: add system PM bindings
        ARM: BCM5301X: add NAND flash chip description for Asus RT-AC87U
        ARM: BCM5301X: Add DT for Netgear R7000
        ARM: NSP: add minimal Northstar Plus device tree
        dt-bindings: Create Documentation for NSP DT bindings
      d749d94b
    • Arnd Bergmann's avatar
      Merge tag 'v4.4-rockchip-dts32-1' of... · d27199cb
      Arnd Bergmann authored
      Merge tag 'v4.4-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
      
      Merge "Rockchip dts32 changes for 4.4" from Heiko Stuebner:
      
      DTS changes including one new Veyron-board and the Radxa Rock2
      system-on-module as well as the square baseboard. On top of that
      a lot of mmc-related changes to improve speeds on the Cortex-A9
      socs and also setting up the supplies for rk3288 mmc-controllers
      for the following mmc-tuning support. And of course the dts-part
      of the rk3288 power-domains.
      
      * tag 'v4.4-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        ARM: dts: rockchip: add the support power-domain node on RK3288 SoCs
        ARM: dts: rockchip: add rk3288-firefly iodomains
        ARM: dts: rockchip: fixup firefly mmc supplies
        ARM: dts: rockchip: add rk3288-popmetal iodomains
        ARM: dts: rockchip: add rk3288-popmetal mmc supplies
        ARM: dts: rockchip: add rk3288-popmetal board to dtb list
        ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board
        ARM: dts: rockchip: support highspeed sd-cards on rk3066a boards
        ARM: dts: rockchip: support highspeed sd-cards for rk3188-radxarock
        ARM: dts: rockchip: Add the hdmi-ddc pinctrl settings for rk3288
        ARM: dts: rockchip: Remove specific cts pullup from veyron
        ARM: dts: rockchip: pull up cts lines on rk3288
        ARM: dts: rockchip: add veyron-jaq board
        ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066
        dt-bindings: add power-domain header for RK3288 SoCs
      d27199cb
    • Boris Brezillon's avatar
      ARM: mvebu: modify Orion and Kirkwoord crypto compatible strings · 9b24a35c
      Boris Brezillon authored
      
      
      Explicitly use the SoC specific compatible strings in kirkwood.dtsi and
      dove.dtsi, so that the crypto devices have access to the TDMA feature
      when attached to the new CESA driver.
      
      Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      9b24a35c