mbox

[GIT,PULL,v2] SoCFPGA DTS updates for v4.13

Message ID 1498228896-698-1-git-send-email-dinguyen@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13

Message

Dinh Nguyen June 23, 2017, 2:41 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v4.13. This is version 2 of the pull
request that has the Kconfig patch removed.

Thanks,
Dinh

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13

for you to fetch changes up to 3c56909ec2672d74d30f32f1c0ed8cfd7d6e2b14:

  ARM: dts: socfpga: set the i2c frequency (2017-06-23 09:29:13 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v4.13
- Fix clocks node the EMACs
- VINING board updtes
	- Remove I2C EEPROMs and LED node
	- Add QSPI device
	- Add 2nd ethernet alias
- Add 'clock-frequency' binding for i2c node

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: dts: socfpga: set the i2c frequency

Marek Vasut (5):
      ARM: dts: socfpga: Fix the ethernet clock phandle
      ARM: dts: socfpga: Enable QSPI support on VINING FPGA
      ARM: dts: socfpga: Remove I2C EEPROMs from VINING FPGA
      ARM: dts: socfpga: Drop LED node from VINING FPGA
      ARM: dts: socfpga: Add second ethernet alias to VINING FPGA

 arch/arm/boot/dts/socfpga.dtsi                     |   4 +-
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 101 +++++++++------------
 5 files changed, 46 insertions(+), 65 deletions(-)

Comments

Arnd Bergmann June 23, 2017, 2:45 p.m. UTC | #1
On Fri, Jun 23, 2017 at 4:41 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
> Hi Arnd, Kevin, and Olof:
>
> Please pull in these DTS updates for v4.13. This is version 2 of the pull
> request that has the Kconfig patch removed.
>

Thanks for the quick respin! Merged into next/dt now.

     Arnd