1. 29 Jan, 2017 2 commits
  2. 20 Jan, 2017 4 commits
    • Olof Johansson's avatar
      Merge tag 'arm-soc/for-4.11/devicetree' of http://github.com/Broadcom/stblinux into next/dt · 828a34b9
      Olof Johansson authored
      This pull request contains Broadcom ARM-based SoC Device Tree changes for 4.11,
      please pull the following changes:
      
      - Rafal enables the UART by default on all BCM5301x, BCM4708, BCM4709 since
        every device found out there has it enabled by default. He also fixes the
        LED definitions for the Luxul XWR-3100 device, enables USB controllers and
        their respective PHY devices, specifies the correct GPIO to power on USB
        HUBs, adds the additional RAM bank for somes devices, and finally sets the
        correct 5Ghz frequency limits on the Netgear R8000
      
      - Jon does a number of Norsthar Plus SoC cleanups, fixes NAND partitions unit
        addresses, adds QSPI support to a bunch of boards, adds Ethernet switch ports
        to the BCM958625K reference board, enables 3rd Ethernet MAC instance to
        relevant DTSes, enables Ethernet on the XMC board, and finally adds SD/MMC
        support to the XMC board
      
      - Boris adds the Video Encoder nodes to the Raspberry Pi DTS include files
        ands enables it on the relevant boards
      
      - Dan adds support for two new Luxul devices: XAP-1410 and XWR-1200, both
        BCM47081 based SoCs
      
      * tag 'arm-soc/for-4.11/devicetree' of http://github.com/Broadcom/stblinux:
        ARM: dts: bcm283x: Enable the VEC IP on all RaspberryPi boards
        ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi
        ARM: dts: BCM5301X: Add DT for Luxul XWR-1200
        ARM: dts: BCM5301X: Add DT for Luxul XAP-1410
        ARM: dts: BCM5301X: Set 5 GHz wireless frequency limits on Netgear R8000
        ARM: dts: NSP: Add SD/MMC support
        ARM: dts: NSP: Add Ethernet to NSP XMC
        ARM: dts: NSP: Add and enable amac2
        ARM: dts: NSP: Add BCM958625K switch ports
        ARM: dts: NSP: Add QSPI support to missing boards
        ARM: dts: NSP: Correct NAND partition unit address
        ARM: dts: NSP: DT Clean-ups
        ARM: dts: BCM53573: Specify USB ports of on-SoC controllers
        ARM: dts: BCM5301X: Specify all RAM by including an extra block
        ARM: dts: BCM5301X: Set GPIO enabling USB power on Netgear R7000
        ARM: dts: BCM5301X: Specify USB controllers in DT
        ARM: dts: BCM5301X: Fix LAN LED labels for Luxul XWR-3100
        ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      828a34b9
    • Marc Gonzalez's avatar
      ARM: dts: tango4: Import USB nodes · 15fa0009
      Marc Gonzalez authored
      Tango4 provides 2 USB 2.0 controllers.
      Signed-off-by: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      15fa0009
    • Marc Gonzalez's avatar
      ARM: dts: tango4: Import MMC nodes · ab3b8023
      Marc Gonzalez authored
      Tango4 provides 2 SD/SDIO/eMMC controllers.
      Signed-off-by: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      ab3b8023
    • Marc Gonzalez's avatar
  3. 19 Jan, 2017 27 commits
  4. 17 Jan, 2017 5 commits
    • Olof Johansson's avatar
      Merge tag 'stm32-dt-for-v4.11-1' of... · c2b36044
      Olof Johansson authored
      Merge tag 'stm32-dt-for-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/dt
      
      STM32 DT updates for v4.11, round 1.
      
      Highlights:
      ----------
      
       - ADD RTC support on STM32F429 MCU
       - Enable RTC on STM32F469and STM32F429 boards
       - ADD ADC support on STM32F429 MCU
       - Enable ADC on STM32F429 Eval board
       - Add I2S external clock
       - Fix memory size for STM32F429 Disco
      
      Note:
      -----
      First patch "clk: stm32f4: Update DT bindings documentation")
      has already been merged in clock tree.
      
      * tag 'stm32-dt-for-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        ARM: dts: stm32: enable RTC on stm32429i-eval
        ARM: dts: stm32: enable RTC on stm32f469-disco
        ARM: dts: stm32: enable RTC on stm32f429-disco
        ARM: dts: stm32: Add RTC support for STM32F429 MCU
        ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f429
        ARM: dts: stm32: Include auxiliary stm32fx clock definition
        ARM: dts: stm32: Add external I2S clock on stm32f429 MCU
        ARM: dts: stm32: enable ADC on stm32f429i-eval board
        ARM: dts: stm32: Add ADC support to stm32f429
        ARM: dts: stm32: Add missing USART3 pin config to stm32f469-disco board
        ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco board
        clk: stm32f4: Update DT bindings documentation
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      c2b36044
    • Olof Johansson's avatar
      Merge tag 'mvebu-dt-4.11-1' of git://git.infradead.org/linux-mvebu into next/dt · 8e60a94c
      Olof Johansson authored
      mvebu dt for 4.11 (part 1)
      
      - Add support for the ethernet switch on the Turris Omnia board
      - Clean up and improvement for ClearFog boards
      - Correct license text which was mangled when switching to dual license
      
      * tag 'mvebu-dt-4.11-1' of git://git.infradead.org/linux-mvebu:
        ARM: dts: turris-omnia: add support for ethernet switch
        ARM: dts: armada388-clearfog: move uart nodes
        ARM: dts: armada388-clearfog: move ethernet related nodes
        ARM: dts: armada388-clearfog: move I2C nodes
        ARM: dts: armada388-clearfog: move device specific pinctrl nodes
        ARM: dts: armada388-clearfog: add pro model DTS file
        ARM: dts: armada388-clearfog: add base model DTS file
        ARM: dts: armada388-clearfog: move rear button
        ARM: dts: armada388-clearfog: move SPI CS1
        ARM: dts: armada388-clearfog: move second PCIe port
        ARM: dts: armada388-clearfog: move DSA switch
        ARM: dts: armada388-clearfog: split clearfog DTS file
        ARM: dts: armada388-clearfog: move sdhci pinctrl node to microsom
        ARM: dts: armada388-clearfog: move SPI flash into microsom
        ARM: dts: armada388-clearfog: fix SPI flash #size-cells
        ARM: dts: mvebu: Correct license text
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8e60a94c
    • Olof Johansson's avatar
      Merge tag 'samsung-dt-4.11' of... · 0e1c1c7a
      Olof Johansson authored
      Merge tag 'samsung-dt-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt
      
      Samsung DeviceTree update for v4.11:
      1. Fixes for initial audio clocks configuration.
      2. Enable sound on Odroid-X board.
      3. Enable DMA for UART modules on Exynos5 SoCs.
      4. Add CPU OPPs for Exynos4412 Prime (newer version of Exynos4412). This pulls
         necessary change in the clocks.
      5. Remove Exynos4212. We do not have any mainline boards with it. This will
         simplify few bits later.
      
      * tag 'samsung-dt-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: remove Exynos4212 support (dead code)
        ARM: dts: exynos: Add CPU OPPs for Exynos4412 Prime
        clk: samsung: Add CPU clk configuration data for Exynos4412 Prime
        ARM: dts: exynos: Enable DMA support for UART modules on Exynos5 SoCs
        ARM: dts: exynos: Cleanup Odroid-X2 and enable sound on Odroid-X
        ARM: dts: exynos: Fix initial audio clocks configuration on Exynos4 boards
        ARM: dts: exynos: Correct clocks for Exynos4 I2S module
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0e1c1c7a
    • Olof Johansson's avatar
      Merge tag 'sti-dt-for-v4.11' of... · 71c554ec
      Olof Johansson authored
      Merge tag 'sti-dt-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into next/dt
      
      STi dts update:
      
      Enable High Quality Video Data Plane (HQVDP) DT entry
      Add DELTA V4L2 video decoder DT entry
      Disable unused fdma instances
      Fix sti-display-subsystem wrong clock parent's value
      Cleanup and update DT entries related to remoteproc
      
      * tag 'sti-dt-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
        ARM: dts: STiH407-family: Supply Mailbox properties to delta RProc
        ARM: dts: STiH407-family: Supply mailbox properties to GP0 RProc
        ARM: dts: STiH407-family: update dmu remoteproc node
        ARM: dts: STiH407-family: remove gp1 remoteproc node
        ARM: dts: STiH407-family: remove audio remoteproc node
        ARM: dts: STiH407-family: update gp0_reserved memory region
        ARM: dts: STiH410-family: fix wrong parent clock frequency
        ARM: dts: STiH410: add DELTA dt node
        ARM: dts: STiH407-family: disable fdma1 and fdma2
        ARM: dts: STiH410: add hqvdp node
        ARM: dts: STiH410-B2120: enable sti-hda at board level
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      71c554ec
    • Olof Johansson's avatar
      Merge tag 'socfpga_dts_for_v4.11_part_1' of... · 2d19d35c
      Olof Johansson authored
      Merge tag 'socfpga_dts_for_v4.11_part_1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
      
      SoCFPGA DTS updates for v4.11, part 1
      - Adds FPGA manager bits
      - Enable I2C on Cyclone5 and Arria5 devkits
      - Adds LED support on C5/A5 devkits
      - Enables CAN on C5 devkit
      - Enables watchdog
      - Add NAND on Arria10
      - Add the LTC2977 Power Monitor on Arria10 devkit
      
      * tag 'socfpga_dts_for_v4.11_part_1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
        ARM: dts: socfpga: add missing compatible string for SDRAM controller
        ARM: dts: socfpga: add fpga region support on Arria10
        ARM: dts: socfpga: add base fpga region and fpga bridges
        ARM: dts: socfpga: fpga manager data is 32 bits
        ARM: dts: socfpga: Add NAND device tree for Arria10
        ARM: dts: socfpga: add fpga-manager node for Arria10
        ARM: dts: socfpga: add the LTC2977 power monitor on Arria10 devkit
        ARM: dts: socfpga: enable watchdog timer on Arria5 and Arria10
        ARM: dts: socfpga: enable CAN on Cyclone5 devkit
        ARM: dts: socfpga: Add Rohm DH2228FV DAC
        ARM: dts: socfpga: set desired i2c clock on Cyclone5 and Arria5 devkits
        ARM: dts: socfpga: enable GPIO and LEDs for Cyclone5 and Arria5 devkits
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      2d19d35c
  5. 16 Jan, 2017 2 commits