mbox

[GIT,PULL] LPC18xx DTS changes for v4.9

Message ID 20160827143311.7303-1-manabian@gmail.com
State New
Headers show

Pull-request

https://github.com/manabian/linux-lpc.git tags/lpc18xx_dts_for_4.9

Message

Joachim Eastwood Aug. 27, 2016, 2:33 p.m. UTC
Hi arm-soc team,

Please consider pulling these DTS changes for the NXP LPC18xx
platform into arm-soc/dt for Linux 4.9.

Just a couple of small patches this time around.

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  https://github.com/manabian/linux-lpc.git tags/lpc18xx_dts_for_4.9

for you to fetch changes up to 3ed6d3cb14097218629ace56aa1a2d0a862b3125:

  ARM: dts: lpc18xx: configure dwmac properly (2016-08-27 16:13:19 +0200)

----------------------------------------------------------------
Device Tree additions for LPC18xx platform

Small fix for the compatible string for the NXP SE97 I2C chip on the
Hitex Eval board from Guenter and a couple of additional DT properties
for the DWMAC that is need for correct operation.

----------------------------------------------------------------
Guenter Roeck (1):
      ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device

Joachim Eastwood (1):
      ARM: dts: lpc18xx: configure dwmac properly

 arch/arm/boot/dts/lpc18xx.dtsi           | 4 ++++
 arch/arm/boot/dts/lpc4350-hitex-eval.dts | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Sept. 13, 2016, 2:08 p.m. UTC | #1
On Saturday, August 27, 2016 4:33:11 PM CEST Joachim Eastwood wrote:
> Device Tree additions for LPC18xx platform
> 
> Small fix for the compatible string for the NXP SE97 I2C chip on the
> Hitex Eval board from Guenter and a couple of additional DT properties
> for the DWMAC that is need for correct operation.

Pulled into next/dt, thanks!

Sorry for not having looked at it earlier, I would probably have suggested
to apply both as a bugfix for v4.8, but if you didn't consider them
urgent enough then, it's probably not worth bothering now.

	Arnd