linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dts32 updates for 5.1 - round 2
@ 2019-02-18  0:18 Heiko Stuebner
  2019-02-18  0:19 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
  2019-02-18 10:19 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2019-02-18  0:18 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

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(-)




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] Rockchip dts64 updates for 5.1 - round 2
  2019-02-18  0:18 [GIT PULL 1/2] Rockchip dts32 updates for 5.1 - round 2 Heiko Stuebner
@ 2019-02-18  0:19 ` Heiko Stuebner
  2019-02-18 10:20   ` Arnd Bergmann
  2019-02-18 10:19 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2019-02-18  0:19 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 79164c99db284d07aa4e84e57b469d225609799c:

  arm64: dts: rockchip: clean up the abuse of disable-wp (2019-01-28 10:51:22 +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-dts64-2

for you to fetch changes up to 02260a619efe574d0f6c2a4420b8b76c6802294e:

  arm64: dts: rockchip: Enable tsadc device on rock960 (2019-02-17 23:59:05 +0100)

----------------------------------------------------------------
rockpro64 regulator improvements, rock960 improvements (tsadc, wifi, hdmi
audio), nanopi4 bluetooth support and rk3328-roc-cc gmac improvement.

----------------------------------------------------------------
Akash Gajjar (3):
      arm64: dts: rockchip: rockpro64 dts make regulator more readable
      arm64: dts: rockchip: rockpro64 dts remove unused lcd-reset pinmux
      arm64: dts: rockchip: rockpro64 dts add usb regulator

Andrius Štikonas (1):
      arm64: dts: rockchip: enable mali power supply on rk3399-rockpro64

Ezequiel Garcia (2):
      arm64: dts: rockchip: Enable HDMI audio devices on rk3399-rock960
      arm64: dts: rockchip: Enable tsadc device on rock960

Manivannan Sadhasivam (1):
      arm64: dts: rockchip: Add on-board WiFi/BT support for Rock960 boards

Peter Geis (1):
      arm64: dts: rockchip: fix rk3328-roc-cc gmac2io stability issues

Robin Murphy (1):
      arm64: dts: rockchip: Add nanopi4 bluetooth

 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts    |   1 +
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi  |  31 +++++-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi  | 110 +++++++++++++++++++++-
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts |  83 ++++++++--------
 4 files changed, 185 insertions(+), 40 deletions(-)




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 1/2] Rockchip dts32 updates for 5.1 - round 2
  2019-02-18  0:18 [GIT PULL 1/2] Rockchip dts32 updates for 5.1 - round 2 Heiko Stuebner
  2019-02-18  0:19 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2019-02-18 10:19 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-18 10:19 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 2/2] Rockchip dts64 updates for 5.1 - round 2
  2019-02-18  0:19 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2019-02-18 10:20   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-18 10:20 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Mon, Feb 18, 2019 at 1:19 AM Heiko Stuebner <heiko@sntech.de> wrote:
>
> The following changes since commit 79164c99db284d07aa4e84e57b469d225609799c:
>
>   arm64: dts: rockchip: clean up the abuse of disable-wp (2019-01-28 10:51:22 +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-dts64-2
>
> for you to fetch changes up to 02260a619efe574d0f6c2a4420b8b76c6802294e:
>
>   arm64: dts: rockchip: Enable tsadc device on rock960 (2019-02-17 23:59:05 +0100)
>
> ----------------------------------------------------------------
> rockpro64 regulator improvements, rock960 improvements (tsadc, wifi, hdmi
> audio), nanopi4 bluetooth support and rk3328-roc-cc gmac improvement.

Pulled into arm/dt, thanks!

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-18 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18  0:18 [GIT PULL 1/2] Rockchip dts32 updates for 5.1 - round 2 Heiko Stuebner
2019-02-18  0:19 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2019-02-18 10:20   ` Arnd Bergmann
2019-02-18 10:19 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).