mbox series

[GIT,PULL,1/2] Rockchip dts32 updates for 5.1 - round 2

Message ID 1972197.JU0Au1QvNm@phil
State New
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 updates for 5.1 - round 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts32-2

Message

Heiko Stübner Feb. 18, 2019, 12:18 a.m. UTC
Hi Arnd, Kevin Olof,

please find below and in the reply a second round of Rockchip devicetree
updates targetted at 5.1. Again nothing major just some more collected
improvements. So if there is still time, please pull.

Thanks
Heiko

The following changes since commit e6b97a47b5b9512828859778acafd3fe107b395e:

  ARM: dts: rockchip: clean up the abuse of disable-wp (2019-01-28 10:51:55 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts32-2

for you to fetch changes up to 5aed37a5cdef6453eb3bf307574e19e547ca0432:

  ARM: dts: rockchip: add chosen node on veyron devices (2019-02-16 21:18:26 +0100)

----------------------------------------------------------------
A number of improvements for rv1108 boards, removal of an obsolete property
from the Edison tablet and a chosen node for veyron devices.

----------------------------------------------------------------
Enric Balletbo i Serra (1):
      ARM: dts: rockchip: add chosen node on veyron devices

Johan Jonker (1):
      ARM: dts: rockchip: remove cap-mmc-highspeed from rk3188-bqedison2qc mmc1 node

Otavio Salvador (3):
      ARM: dts: rockchip: Fix vcc5/6-supply representation on rv1108-elgin
      ARM: dts: rockchip: Use the correct regulator properties on rv1108-elgin
      ARM: dts: rockchip: Use the correct regulator properties on rv1108-evb

 arch/arm/boot/dts/rk3188-bqedison2qc.dts |  1 -
 arch/arm/boot/dts/rk3288-veyron.dtsi     |  4 ++++
 arch/arm/boot/dts/rv1108-elgin-r1.dts    | 34 +++++++++++++++++---------------
 arch/arm/boot/dts/rv1108-evb.dts         | 20 +++++++++----------
 4 files changed, 32 insertions(+), 27 deletions(-)

Comments

Arnd Bergmann Feb. 18, 2019, 10:19 a.m. UTC | #1
On Mon, Feb 18, 2019 at 1:18 AM Heiko Stuebner <heiko@sntech.de> wrote:
>
> Hi Arnd, Kevin Olof,
>
> please find below and in the reply a second round of Rockchip devicetree
> updates targetted at 5.1. Again nothing major just some more collected
> improvements. So if there is still time, please pull.

Pulled into arm/dt, thanks!

     Arnd