mbox series

[GIT,PULL] ARM: dts: NXP LPC32xx changes for 5.2

Message ID 1a151cf8-7588-dbc2-4ea4-e7067c0268b5@mleia.com
State New
Headers show
Series [GIT,PULL] ARM: dts: NXP LPC32xx changes for 5.2 | expand

Pull-request

https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-dt-for-5.2

Message

Vladimir Zapolskiy April 20, 2019, 8:37 p.m. UTC
Hi Arnd, Olof and Kevin,

please consider to pull the updates to NXP LPC32xx board devicetree files,
the pull request contains minor clean-ups only.

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-dt-for-5.2

for you to fetch changes up to d5a71e4646a741f22863b12d0037e15b5844af90:

  ARM: dts: lpc32xx: use SPDX license identifier (2019-04-19 23:57:12 +0300)

----------------------------------------------------------------
ARM: lpc32xx: devicetree updates for v5.2

Here are the changes for ARM NXP LPC32xx devicetree files:

* disabled I2S and MAC controllers by default,
* set default #address-cells = <1> / #size-cells = <0> for SPI slaves,
* fix notation of hexadecimal values,
* switched lpc32xx.dtsi to SPDX license identifier.

----------------------------------------------------------------
Vladimir Zapolskiy (5):
      ARM: dts: lpc32xx: change hexadecimal values to lower case
      ARM: dts: lpc32xx: disable I2S controllers by default
      ARM: dts: lpc32xx: disable MAC controller by default
      ARM: dts: lpc32xx: add address and size cell values to SPI controller nodes
      ARM: dts: lpc32xx: use SPDX license identifier

 arch/arm/boot/dts/lpc3250-ea3250.dts  |  1 +
 arch/arm/boot/dts/lpc3250-phy3250.dts |  3 +--
 arch/arm/boot/dts/lpc32xx.dtsi        | 38 ++++++++++++++++++++---------------
 3 files changed, 24 insertions(+), 18 deletions(-)


--
Best wishes,
Vladimir

Comments

Olof Johansson April 29, 2019, 4:24 p.m. UTC | #1
On Sat, Apr 20, 2019 at 11:37:24PM +0300, Vladimir Zapolskiy wrote:
> Hi Arnd, Olof and Kevin,
> 
> please consider to pull the updates to NXP LPC32xx board devicetree files,
> the pull request contains minor clean-ups only.
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/vzapolskiy/linux-lpc32xx tags/lpc32xx-dt-for-5.2
> 
> for you to fetch changes up to d5a71e4646a741f22863b12d0037e15b5844af90:
> 
>   ARM: dts: lpc32xx: use SPDX license identifier (2019-04-19 23:57:12 +0300)
> 
> ----------------------------------------------------------------
> ARM: lpc32xx: devicetree updates for v5.2
> 
> Here are the changes for ARM NXP LPC32xx devicetree files:
> 
> * disabled I2S and MAC controllers by default,
> * set default #address-cells = <1> / #size-cells = <0> for SPI slaves,
> * fix notation of hexadecimal values,
> * switched lpc32xx.dtsi to SPDX license identifier.

Merged, thanks.


-Olof