1. 26 11月, 2016 2 次提交
  2. 19 11月, 2016 11 次提交
    • O
      Merge tag 'tegra-for-4.10-arm-dt' of... · 254172cc
      Olof Johansson 提交于
      Merge tag 'tegra-for-4.10-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
      
      ARM: tegra: Device tree changes for v4.10-rc1
      
      Adds support for GMI on Tegra20 and Tegra30 and enables the GPU on Nyan
      Chromebooks. It also enables sound support on various Toradex devices.
      
      * tag 'tegra-for-4.10-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        ARM: tegra: apalis-tk1: Drop leading 0 from unit-address
        ARM: tegra: apalis/colibri t30: Integrate audio
        ARM: tegra: nyan: Enable GPU node and related supply
        ARM: tegra: Add Tegra30 GMI support
        ARM: tegra: Add Tegra20 GMI support
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      254172cc
    • O
      Merge tag 'tegra-for-4.10-dt-bindings' of... · 1630ae0a
      Olof Johansson 提交于
      Merge tag 'tegra-for-4.10-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
      
      dt-bindings: Cleanups and additions for v4.10-rc1
      
      Contains two small patches, one fixing a typo and the other adding the
      compatible string for the Denver CPUs found on the new Tegra186 SoCs.
      
      * tag 'tegra-for-4.10-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        dt-bindings: Add documentation for Tegra186 Denver
        serial: tegra20-hsuart: Fix typo in dmas DT binding description
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1630ae0a
    • O
      Merge tag 'samsung-dt-gic-flags-4.10' of... · b4cf33e9
      Olof Johansson 提交于
      Merge tag 'samsung-dt-gic-flags-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt
      
      Topic branch with DT changes for v4.10.
      
      Fix invalid GIC interrupt flags - type IRQ_TYPE_NONE is not allowed for GIC
      interrupts.  Although this was working but with error messages like:
      	genirq: Setting trigger mode 0 for irq 16 failed
      
      Use level high interrupt instead of type none.  The choice of level high was
      rather an arbitrary decision hoping it will work on each platform.  Tests shown
      no issues so far.
      
      * tag 'samsung-dt-gic-flags-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos5440
        ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos5260
        ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos5
        ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos4
        ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos3250
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5440
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5260
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5410/exynos542x
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5250
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos3250
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4x12
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4210
        ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      b4cf33e9
    • O
      Merge tag 'omap-for-v4.10/dt-signed' of... · a90a6f9c
      Olof Johansson 提交于
      Merge tag 'omap-for-v4.10/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Device tree changes for omaps for v4.10 merge window:
      
      - A series of patches to configure tps65217 PMIC interrupts for
        power button, charger and usb and use them on am335x
      
      - Configure EEPROM, LEDs and USR1 button for omap5 boards
      
      - Add tscadc DMA properites for am33xx and am4372
      
      - Configure baltos-ir5221 both musb channels to host mode
      
      - Configure internal and external RTC clocks for am335x boards
      
      - Don't reset gpio3 block on baltos
      
      - Remove pinmux for dra72-evm for erratum i869, fix the regulators
        and seprate out tps65917 support
      
      - Add dra718-evm support
      
      - Add minimal droid 4 xt894 support
      
      * tag 'omap-for-v4.10/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (22 commits)
        ARM: dts: Add minimal support for motorola droid 4 xt894
        ARM: dts: Add support for dra718-evm
        ARM: dts: dra72: Add separate dtsi for tps65917
        ARM: dts: dra72-evm: Fix modelling of regulators
        ARM: dts: dra72-evm: Remove pinmux configurations for erratum i869
        ARM: dts: am335x-baltos: don't reset gpio3 block
        ARM: dts: AM335X-evmsk: Add the internal and external clock nodes for rtc
        ARM: dts: AM335X-evm: Add the internal and external clock nodes for rtc
        ARM: dts: AM335X-bone-common: Add the internal and external clock nodes for rtc
        ARM: dts: am335x-baltos-ir5221: use both musb channels in host mode
        ARM: dts: am4372: add DMA properties for tscadc
        ARM: dts: am33xx: add DMA properties for tscadc
        ARM: dts: omap5 uevm: add USR1 button
        ARM: dts: omap5 uevm: add LEDs
        ARM: dts: omap5 uevm: add EEPROM
        ARM: dts: am335x: Add the power button interrupt
        ARM: dts: am335x: Add the charger interrupt
        dt-bindings: mfd: Provide human readable defines for TPS65217 interrupts
        ARM: dts: am335x: Support the PMIC interrupt
        ARM: dts: tps65217: Add the power button device
        ...
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      a90a6f9c
    • O
      Merge tag 'hisi-armv7-soc-dt-for-4.10' of git://github.com/hisilicon/linux-hisi into next/dt · f3dcae8f
      Olof Johansson 提交于
      ARM: DT: Hisilicon ARMv7 SoC DT updates for 4.10
      
      - Remove skeleton.dtsi inclusion for the Hip01, Hi3620 and Hix5hd2
      
      * tag 'hisi-armv7-soc-dt-for-4.10' of git://github.com/hisilicon/linux-hisi:
        ARM: dts: hisi-x5hd2: Remove skeleton.dtsi inclusion
        ARM: dts: hi3620: Remove skeleton.dtsi inclusion
        ARM: dts: hip01: Remove skeleton.dtsi inclusion
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      f3dcae8f
    • O
      Merge tag 'stm32-dt-for-v4.10-2' of... · 7af5664e
      Olof Johansson 提交于
      Merge tag 'stm32-dt-for-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/dt
      
      STM32 DT updates for v4.10, round 2.
      
      Highlights:
      ----------
       - Add support of STM32F746 MCU and STM32746G-Eval board
       - Add QSPI support for STM32F469-Disco board
      
      * tag 'stm32-dt-for-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        ARM: dts: stm32f429: Add QSPI clock
        ARM: dts: Add STM32F746 MCU and STM32746g-EVAL board
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      7af5664e
    • O
      Merge tag 'imx-dt-4.10' of... · 1fc7210c
      Olof Johansson 提交于
      Merge tag 'imx-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt
      
      i.MX device tree updates for 4.10:
       - New boards support: i.MX6SX UDOO Neo, Boundary Devices Nitrogen6_SOM2,
         Engicam i.CoreM6, Grinn i.MX6UL liteSOM/liteBoard, Toradex Colibri
         iMX6 module, i.MX6ULL and EVK board.
       - Remove skeleton.dtsi inclusion from all i.MX SoC dts files, as it's
         been deprecated, since commit 9c0da3cc ("ARM: dts: explicitly
         mark skeleton.dtsi as deprecated").
       - Misc device addition and enabling: OCOTP for Vybrid, MMDC for i.MX6QP,
         TMU for LS1021A, FEC for imx6qdl-icore, DMA for Vybrid DSPI.
       - A few cleanups: use hyphens for node names, fix white spaces, move
         imx-weim parameters into SoC dtsi, replace gpio-key,wakeup with
         wakeup-source, remove pwm-leds from imx6q-apalis-ixora, remove I2C3
         from vf610-zii-dev-rev-b.
       - Other small random changes: calibrate USB PHY for b650v3 board,
         update TX D_CAL for USBPHY, use enable-gpios for backlight on
         imx6qdl-apalis, etc.
      
      * tag 'imx-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (38 commits)
        ARM: dts: imx6ull: add imx6ull support
        ARM: dts: imx6q: replace gpio-key,wakeup with wakeup-source for Utilite Pro
        ARM: dts: vfxxx: Enable DMA for DSPI2 and DSPI3
        ARM: dts: imx: Remove skeleton.dtsi
        ARM: dts: imx6q-utilite-pro: i2c1 is muxed
        ARM: dts: add new compatible string for i.MX6QP mmdc
        ARM: dts: imx6sx-udoo: Add board specific compatible strings
        ARM: dts: mx5: Add new M53EVK manufacturer compat
        ARM: dts: mxs: Add new M28EVK manufacturer compat
        ARM: dts: imx6ul-14x14-evk: update TX D_CAL for USBPHY
        ARM: dts: imx6sx-sdb: update TX D_CAL for USBPHY
        ARM: dts: imx6: Add imx-weim parameters to dtsi's
        ARM: dts: imx: Fix "ERROR: code indent should use tabs where possible"
        ARM: dts: imx6qdl-nitrogen6_max: use hyphens for nodes name
        ARM: dts: imx6qdl-nit6xlite: use hyphens for nodes name
        ARM: dts: imx6qdl-nitrogen6x: use hyphens for nodes name
        ARM: dts: imx6qdl-sabrelite: use hyphens for nodes name
        ARM: dts: imx: add Boundary Devices Nitrogen6_SOM2 support
        ARM: dts: imx6qdl-icore: Add FEC support
        ARM: dts: imx6q: Add Engicam i.CoreM6 DualLite/Solo initial support
        ...
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1fc7210c
    • O
      Merge tag 'omap-for-v4.10/pinctrl-cells-signed' of... · f05646c9
      Olof Johansson 提交于
      Merge tag 'omap-for-v4.10/pinctrl-cells-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Add #pinctrl-cells for pinctrl-single using dts files. This allows
      us to use generic parser later on. Note that the driver supports
      handling the legacy binding also with no #pinctrl-cells so these
      changes can be queued separately from the driver changes.
      
      * tag 'omap-for-v4.10/pinctrl-cells-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: Add #pinctrl-cells for pinctrl-single instances
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      f05646c9
    • O
      Merge tag 'at91-ab-4.10-dt1' of... · c60c41e8
      Olof Johansson 提交于
      Merge tag 'at91-ab-4.10-dt1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/dt
      
      DT changes for 4.10:
      
       - Many additions for sama5d2
       - few non urgent fixes for sam9260ek, sama5d4 and sama5d2
      
      * tag 'at91-ab-4.10-dt1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
        ARM: dts: at91: replace gpio-key,wakeup with wakeup-source for sam9260ek
        ARM: dts: at91: sama5d2: Add securam node
        ARM: dts: at91: sama5d2: Add secumod node
        ARM: dts: at91: sama5d2: use correct sckc compatible
        ARM: dts: at91: sama5d4: use proper sckc compatible
        ARM: dts: at91: fixes dbgu pinctrl, set pullup on rx, clear pullup on tx
        dt-bindings: usb: atmel: fix a couple of copy-paste style typos
        ARM: dts: at91: sama5d2: enable FIFOs for high-speed i2c controllers
        ARM: dts: at91: sama5d4: Add new MA5D4EVK manufacturer compat
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      c60c41e8
    • L
      ARM: dts: Add Integrator/AP cpus node and operating points · 964971c8
      Linus Walleij 提交于
      This adds the cpus node to the Integrator/AP device tree so
      that we have a proper placeholder to put in the DT-defined
      operating points for the generic DT/OPP cpufreq driver,
      along with the proper operating points.
      
      The old Integrator cpufreq driver would resolve the max
      frequency to 71MHz, and the min frequency to 12 MHz, but
      the clock driver can actually handle any frequency inbetween
      so I picked a few select frequencies as OPPs. The cpufreq
      framework doesn't seem to deal with sliding frequency scales,
      only fixed points so 7 OPPs is better than 2 atleast.
      
      We define a CPU node since this is required for cpufreq-dt,
      however we do not define any compatible string for the CPU
      since this architecture has pluggable CPU modules and we
      do not know which one will be used. If necessary, the CPU
      compatible can be filled in by the boot loader, but for
      just cpufreq-dt it is not required.
      
      Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
      Cc: Viresh Kumar <viresh.kumar@linaro.org>
      Cc: Russell King <linux@armlinux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      964971c8
    • L
      ARM: dts: Add Integrator/CP cpus node and operating points · 426610dd
      Linus Walleij 提交于
      This adds the cpus node to the Integrator/CP device tree so
      that we have a proper placeholder to put in the DT-defined
      operating points for the generic DT/OPP cpufreq driver,
      along with two working operating points.
      
      I have only put in 48 and 50 MHz because going to e.g. 36
      MHz hangs the system when CLCD graphics are active.
      Presumably the memory bus gets to slow to feed the display
      and the systems hangs for this reason. The ideal solution
      would be for the display controller to put constraints on
      the memory bus frequency, but that need to be a separate
      longer-term project.
      
      We define a CPU node since this is required for cpufreq-dt,
      however we do not define any compatible string for the CPU
      since this architecture has pluggable CPU modules and we
      do not know which one will be used. If necessary, the CPU
      compatible can be filled in by the boot loader, but for
      just cpufreq-dt it is not required.
      
      Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
      Cc: Viresh Kumar <viresh.kumar@linaro.org>
      Cc: Russell King <linux@armlinux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      426610dd
  3. 18 11月, 2016 11 次提交
    • O
      Merge tag 'v4.9-next-dts' of https://github.com/mbgg/linux-mediatek into next/dt · d2e7d590
      Olof Johansson 提交于
      - Add bindings for mtk-scpsys for mt2701
      - Add clocks for auxadc on mt8173-evb
      - Add nodes needed by clock controller for mt2701
      - Use clocks from the clock controller for the uart of mt2701
      
      * tag 'v4.9-next-dts' of https://github.com/mbgg/linux-mediatek:
        arm: dts: mt2701: Use real clock for UARTs
        arm: dts: mt2701: Add clock controller device nodes
        arm64: dts: mt8173: Fix auxadc node
        soc: mediatek: Add MT2701 power dt-bindings
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      d2e7d590
    • O
      Merge tag 'v4.10-rockchip-dts32-1' of... · e99b4c97
      Olof Johansson 提交于
      Merge tag 'v4.10-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
      
      32bit devicetree changes for Rockchip including removal of skeleton.dtsi
      inclusion, missing unit names for memory nodes, various frequency
      optimizations allowing for better performance on rk3066, the usage of
      pin constants to bridge between the two numbering schemes used (gpio
      controllers using 0-31 and pins being labeled A0-A7,..., D0-D7)
      and UHS/HS modes for the mmc controllers on the popmetal board.
      
      Two new boards, the PX3-based evaluation board, with the PX3 being an
      industrial variant of the rk3188 soc and the Rikomagic MK808 board
      based around the rk3066 are also added.
      
      * tag 'v4.10-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: (21 commits)
        ARM: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max"
        ARM: dts: rockchip: Set sdmmc frequency at boot time for rk3066a
        ARM: dts: rockchip: use pin constants to describe gpios on Popmetal-RK3288
        include: dt-bindings: Add GPIO pin index definition for rockchip pinctrl
        ARM: dts: rockchip: Add rk3066 MK808 board
        devicetree: Add vendor prefix for Rikomagic
        ARM: dts: rockchip: initialize rk3066 PLL clock rate
        clk: rockchip: Add binding ids for cpu and peri clocks on rk3066
        ARM: dts: rockchip: enable HS200/DDR52 mode for emmc on rk3288-popmetal
        ARM: dts: rockchip: Support UHS mode for SD card on PopMetal-RK3288 board
        ARM: dts: rockchip: remove always-on and boot-on from vcc_sd for px3-evb
        ARM: dts: rockchip: update compatible strings for Rockchip efuse
        ARM: dts: rockchip: add rockchip PX3 Evaluation board
        ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx boards
        ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 boards
        ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x boards
        ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036 boards
        ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3xxx.dtsi
        ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi
        ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk322x.dtsi
        ...
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      e99b4c97
    • O
      Merge tag 'socfpga_dts_for_v4.10_part_2' of... · f17ccd11
      Olof Johansson 提交于
      Merge tag 'socfpga_dts_for_v4.10_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
      
      SoCFPGA DTS update for v4.10, part 2
      - Add specific compatible strings for variants of Cyclone5 boards
      - Add QSPI node on Arria10
      - Enable QSPI on Arria5 and Arria10 devkit, and Cyclone5 SoCKit
      - Add NAND controller node on Cyclone5
      
      * tag 'socfpga_dts_for_v4.10_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
        ARM: dts: socfpga: add nand controller nodes
        ARM: dts: socfpga: Enable QSPI on the Arria5 devkit
        ARM: dts: socfpga: Enable QSPI on the Cyclone5 sockit
        ARM: dts: socfpga: Enable QSPI in Arria10 devkit
        ARM: dts: socfpga: Add QSPI node for the Arria10
        ARM: dts: socfpga: enable qspi on the Cyclone5 devkit
        ARM: dts: socfpga: add specific compatible strings for boards
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      f17ccd11
    • O
      Merge tag 'sti-dt-for-4.10-round2' of... · a4a1fb15
      Olof Johansson 提交于
      Merge tag 'sti-dt-for-4.10-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into next/dt
      
      STi dts update:
      
      Change sound card name for B2120
      Enable sound card for B2260
      Remove stih415-clks.h
      Identify critical clocks for STiH407
      Fix typo in stih407-pinctrl.dtsi
      
      * tag 'sti-dt-for-4.10-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
        ARM: dts: STiHxxx-b2120: change sound card name
        ARM: dts: STiH410-B2260: enable sound card
        ARM: dts: remove stih415-clks.h
        ARM: dts: stih407-clocks: Identify critical clocks
        ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      a4a1fb15
    • O
      Merge tag 'samsung-dt-4.10' of... · 0d28c600
      Olof Johansson 提交于
      Merge tag 'samsung-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt
      
      Samsung DeviceTree update for v4.10:
      1. Add TOPEET itop core and Elite boards, based on Exynos4412.
      2. Remove the Exynos4415 DTSI. We did not have any mainlined boards
         using it. I am also not aware of any popular out-of-tree boards using it.
      3. Add Snoop Control Unit node for Exynos4.
      4. Minor cleanups.
      
      * tag 'samsung-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: Add SCU device node to exynos4.dtsi
        ARM: dts: exynos: Remove exynos4415.dtsi
        ARM: dts: exynos: Document eMMC/SD/SDIO devices in Snow and Peach boards
        ARM: dts: exynos: Add TOPEET itop elite based board
        ARM: dts: exynos: Add TOPEET itop core board SCP package version
        ARM: dts: exynos: Add entries for sound support on Odroid-XU board
        ARM: dts: exynos: Remove "simple-bus" compatible from fimc-is node
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      0d28c600
    • O
      Merge tag 'lpc32xx-dt-v4.10' of https://github.com/sylemieux/linux-lpc32xx into next/dt · 4ce410a2
      Olof Johansson 提交于
      NXP LPC32xx ARM SoC device tree updates for v4.10
      
      This includes a single functional change:
      * set default parent clock for PWM1 & PWM2.
      
      * tag 'lpc32xx-dt-v4.10' of https://github.com/sylemieux/linux-lpc32xx:
        ARM: dts: lpc32xx: set default parent clock for pwm1 & pwm2
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      4ce410a2
    • O
      Merge tag 'uniphier-dt-v4.10' of... · a8acd5a1
      Olof Johansson 提交于
      Merge tag 'uniphier-dt-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into next/dt
      
      UniPhier ARM SoC DT updates for v4.10
      
      - Add OPP tables to support generic cpufreq driver
      - Use more clocks/resets properties
      - Misc fixes and cleanups
      
      * tag 'uniphier-dt-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier:
        ARM: dts: uniphier: make compatible of syscon nodes SoC-specific
        ARM: dts: uniphier: add clocks/resets to EHCI nodes of sLD3 SoC
        ARM: dts: uniphier: remove redundant serial fifo-size properties
        ARM: dts: uniphier: make 32bit SoC DTSI linear
        ARM: dts: uniphier: add CPU clocks and OPP table for PXs2 SoC
        ARM: dts: uniphier: add CPU clocks and OPP table for Pro5 SoC
        ARM: dts: uniphier: increase register region size of sysctrl node
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      a8acd5a1
    • O
      Merge tag 'v4.9-rc3' into next/dt · c9905f01
      Olof Johansson 提交于
      Linux 4.9-rc3
      
      * tag 'v4.9-rc3': (292 commits)
        Linux 4.9-rc3
        x86/smpboot: Init apic mapping before usage
        ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()
        ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method()
        ACPICA: Dispatcher: Fix order issue of method termination
        ARC: module: print pretty section names
        ARC: module: elide loop to save reference to .eh_frame
        ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...
        ARC: build: retire old toggles
        ARC: boot log: refactor cpu name/release printing
        ARC: boot log: remove awkward space comma from MMU line
        ARC: boot log: don't assume SWAPE instruction support
        ARC: boot log: refactor printing abt features not captured in BCRs
        ARCv2: boot log: print IOC exists as well as enabled status
        ubifs: Fix regression in ubifs_readdir()
        ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
        MAINTAINERS: Add entry for genwqe driver
        VMCI: Doorbell create and destroy fixes
        GenWQE: Fix bad page access during abort of resource allocation
        vme: vme_get_size potentially returning incorrect value on failure
        ...
      c9905f01
    • O
      Merge tag 'stm32-dt-for-v4.10-1' of... · fb5d492d
      Olof Johansson 提交于
      Merge tag 'stm32-dt-for-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into next/dt
      
      STM32 DT updates for v4.10, round 1.
      
      Highlights:
      ----------
       - Add LSI and LSE clocks support for STM32F429
       - Add GPIO IRQ support for STM32F429
       - Declare push button as GPIO keys on STM32F429 boards
       - Add DMA supports on USART1 & USART3 on STM32F429
       - Add Ethernet fixes
      
      * tag 'stm32-dt-for-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        ARM: dts: stm32f429: add LSI and LSE clocks
        ARM: dts: stm32f429: remove Ethernet wake on Lan support
        ARM: dts: stm32f429: Fix Ethernet node on Eval Board
        ARM: dts: stm32f429: Align Ethernet node with new bindings properties
        ARM: DT: stm32: move dma translation to board files
        ARM: DT: STM32: add dma for usart3 on F429
        ARM: DT: STM32: add dma for usart1 on F429
        ARM: dts: Declare push button as GPIO key on stm32f429 boards
        ARM: dts: Add GPIO irq support to STM32F429
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      fb5d492d
    • O
      Merge tag 'renesas-dt-for-v4.10' of... · 403936bb
      Olof Johansson 提交于
      Merge tag 'renesas-dt-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Renesas ARM Based SoC DT Updates for v4.10
      
      Clean-Ups and Corrections:
      * Removed Z clock from r8a7794 SoC; it is not present in hardware
      * Use generic pinctrl properties in SDHI nodes in gose board
      * Correct W=1 dtc warnings on r8a7794 SoC
      * Correct DU reg property on r8a7779 SoC
      * Correct SCIFB reg properties to cover all registers
      
      Enhancements:
      * Configure pinmuxing for the DU0 input clock on the Marzen board
      * Enable VIN 0 - 2 on r8a7793 SoC
      * Enable HDMI input on Koelsch and Lager boards
      * Enable SDHI1 on rskrza1 board
      * Add MMCIF nodes to r7s72100 SoC
      * Add MSIOF clocks to r8a7792 SoC
      * Enable UHS for SDHI 0 & 1 on koelsch and alt boards
      
      * tag 'renesas-dt-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (29 commits)
        ARM: dts: r8a7794: remove Z clock
        ARM: dts: r8a7779: marzen: Configure pinmuxing for the DU0 input clock
        ARM: dts: sh73a0: Remove skeleton.dtsi inclusion
        ARM: dts: r8a7740: Remove skeleton.dtsi inclusion
        ARM: dts: r8a7779: Remove skeleton.dtsi inclusion
        ARM: dts: r8a7778: Remove skeleton.dtsi inclusion
        ARM: dts: emev2: Remove skeleton.dtsi inclusion
        ARM: dts: r8a7779: Fix DU reg property
        ARM: dts: r8a7793: Enable VIN0-VIN2
        ARM: dts: koelsch: add HDMI input
        ARM: dts: lager: Add entries for VIN HDMI input support
        ARM: dts: rskrza1: add sdhi1 DT support
        ARM: dts: r7s72100: add sdhi to device tree
        ARM: dts: r8a7794: Fix W=1 dtc warnings
        ARM: dts: gose: use generic pinctrl properties in SDHI nodes
        ARM: dts: r7s72100: add sdhi clock to device tree
        ARM: dts: r7s72100: add mmcif to device tree
        ARM: dts: r8a7792: add MSIOF support
        ARM: dts: r8a7792: add MSIOF clocks
        ARM: dts: wheat: add DU support
        ...
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      403936bb
    • T
      dt-bindings: Add documentation for Tegra186 Denver · 2e002bde
      Thierry Reding 提交于
      Update arm/cpus.txt with the compatible string for the Denver CPU found
      on Tegra186 SoCs.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      2e002bde
  4. 16 11月, 2016 1 次提交
    • T
      ARM: dts: Add minimal support for motorola droid 4 xt894 · 7e2f8c0a
      Tony Lindgren 提交于
      Let's add minimal support for droid 4 with MMC and WLAN working.
      It can be booted with appended dtb using kexec to a state where
      MMC and WLAN work with currently no support for it's PMIC or
      display.
      
      Note that we are currently using fixed regulators as we don't
      have support for it's cpcap PMIC. I'll be posting regmap_spi
      based minimal cpcap patches later on for USB and the debug
      UART on droid 4 multiplexed with the USB connector.
      
      Cc: Marcel Partap <mpartap@gmx.net>
      Cc: Michael Scott <michael.scott@linaro.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      7e2f8c0a
  5. 15 11月, 2016 8 次提交
  6. 14 11月, 2016 7 次提交