public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Rockchip dt64 changes for 5.8
@ 2020-05-21  1:17 Heiko Stuebner
  2020-05-21  1:17 ` [GIT PULL 2/3] Rockchip dt32 " Heiko Stuebner
  2020-05-21  1:18 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Stuebner @ 2020-05-21  1:17 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below some Rockchip devicetree changes for 5.8
Please pull!

Thanks
Heiko

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.8-rockchip-dts64-1

for you to fetch changes up to b2cb68e864222eb3cc1d7c3c06edc40469699983:

  arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2 (2020-05-21 02:16:51 +0200)

----------------------------------------------------------------
New soc variant the rk3326 which is essentially a px30 with only one
display controller and a new board using it, the Odroid Advance Go.
sdcard regulator for the rockpro64 and a lot of devicetree fixes
making the dt-binding check a lot happier.

----------------------------------------------------------------
Boris Brezillon (1):
      arm64: dts: rockchip: Define the rockchip Video Decoder node on rk3399

Heiko Stuebner (3):
      arm64: dts: rockchip: add core devicetree for rk3326
      dt-bindings: Add binding for Hardkernel Odroid Go Advance
      arm64: dts: rockchip: add Odroid Advance Go

Johan Jonker (17):
      arm64: dts: rockchip: remove bus-width from mmc nodes in rk3308-roc-cc
      arm64: dts: rockchip: remove #sound-dai-cells from &i2s1 node of rk3399-pinebook-pro.dts
      arm64: dts: rockchip: remove #sound-dai-cells from &spdif node of rk3399-hugsun-x99.dts
      arm64: dts: rockchip: replace RK_FUNC defines in rk3326-odroid-go2
      include: dt-bindings: rockchip: remove unused defines
      arm64: dts: rockchip: fix phy nodename for rk3328
      arm64: dts: rockchip: fix rtl8211f nodename for rk3328 Beelink A1
      arm64: dts: rockchip: fix rtl8211e nodename for rk3399-nanopi4
      arm64: dts: rockchip: fix &pinctrl phy sub nodename for rk3399-nanopi4
      arm64: dts: rockchip: fix rtl8211e nodename for rk3399-orangepi
      arm64: dts: rockchip: fix &pinctrl phy sub nodename for rk3399-orangepi
      arm64: dts: rockchip: fix defines in pd_vio node for rk3399
      arm64: dts: rockchip: rename and label gpio-led subnodes
      arm64: dts: rockchip: remove disable-wp from rk3308-roc-cc emmc node
      arm64: dts: rockchip: add bus-width properties to mmc nodes for px30
      arm64: dts: rockchip: fix pd_tcpc0 and pd_tcpc1 node position on rk3399
      arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2

Tobias Schramm (1):
      arm64: dts: rockchip: add micro SD card regulator to rockpro64

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 arch/arm64/boot/dts/rockchip/px30.dtsi             |   3 +
 arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts     |   7 +-
 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts | 557 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3326.dtsi           |  15 +
 arch/arm64/boot/dts/rockchip/rk3328-a1.dts         |   2 +-
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |   4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |   4 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   2 +-
 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts    |   4 +-
 .../boot/dts/rockchip/rk3368-orion-r68-meta.dts    |   4 +-
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts        |   2 +-
 arch/arm64/boot/dts/rockchip/rk3399-ficus.dts      |  29 +-
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts    |  10 +-
 arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts |   7 +-
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi   |   4 +-
 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts   |   4 +-
 .../boot/dts/rockchip/rk3399-pinebook-pro.dts      |  11 +-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dts    |  29 +-
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi |  27 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  34 +-
 include/dt-bindings/pinctrl/rockchip.h             |  11 -
 23 files changed, 691 insertions(+), 85 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3326.dtsi




_______________________________________________
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] 3+ messages in thread

* [GIT PULL 2/3] Rockchip dt32 changes for 5.8
  2020-05-21  1:17 [GIT PULL 1/3] Rockchip dt64 changes for 5.8 Heiko Stuebner
@ 2020-05-21  1:17 ` Heiko Stuebner
  2020-05-21  1:18 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2020-05-21  1:17 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 54b1a4e070330c3fba5becfb0b619bf360bc2657:

  ARM: dts: rockchip: add rga node for rk322x (2020-05-19 00:50:21 +0200)

----------------------------------------------------------------
RGA node for rk322x, wifi node for rk3229-xms6 and some cleanups.

----------------------------------------------------------------
Johan Jonker (2):
      ARM: dts: rockchip: rename and label gpio-led subnodes
      ARM: dts: rockchip: remove identical #include from rk3288.dtsi

Justin Swartz (3):
      ARM: dts: enable WLAN for Mecer Xtreme Mini S6
      ARM: dts: remove disable-wp from rk3229-xms6 emmc
      ARM: dts: rockchip: add rga node for rk322x

 arch/arm/boot/dts/rk3036-kylin.dts          |  2 +-
 arch/arm/boot/dts/rk3066a-mk808.dts         |  2 +-
 arch/arm/boot/dts/rk3188-radxarock.dts      |  6 +++---
 arch/arm/boot/dts/rk3229-xms6.dts           | 19 +++++++++++++++++--
 arch/arm/boot/dts/rk322x.dtsi               | 10 ++++++++++
 arch/arm/boot/dts/rk3288-firefly-reload.dts | 12 ++++++------
 arch/arm/boot/dts/rk3288-firefly.dtsi       | 12 ++++++------
 arch/arm/boot/dts/rk3288-miqi.dts           |  2 +-
 arch/arm/boot/dts/rk3288-phycore-som.dtsi   |  6 +++---
 arch/arm/boot/dts/rk3288-rock2-square.dts   |  4 ++--
 arch/arm/boot/dts/rk3288-tinker.dtsi        |  6 +++---
 arch/arm/boot/dts/rk3288.dtsi               |  1 -
 12 files changed, 53 insertions(+), 29 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] 3+ messages in thread

* [GIT PULL 3/3] Rockchip soc32 changes for 5.8
  2020-05-21  1:17 [GIT PULL 1/3] Rockchip dt64 changes for 5.8 Heiko Stuebner
  2020-05-21  1:17 ` [GIT PULL 2/3] Rockchip dt32 " Heiko Stuebner
@ 2020-05-21  1:18 ` Heiko Stuebner
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2020-05-21  1:18 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.8-rockchip-soc32-1

for you to fetch changes up to 0b973c65d2f2da049252bc8370e4cf037b99c7e9:

  ARM: rockchip: fix spelling mistake "to" -> "too" (2020-04-13 09:40:45 +0200)

----------------------------------------------------------------
A spelling fix and stop using clk_provider.h when of_clk.h is enough
as the soc file is only a clock user, not a provider.

----------------------------------------------------------------
Colin Ian King (1):
      ARM: rockchip: fix spelling mistake "to" -> "too"

Geert Uytterhoeven (1):
      ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>

 arch/arm/mach-rockchip/platsmp.c  | 2 +-
 arch/arm/mach-rockchip/rockchip.c | 2 +-
 2 files changed, 2 insertions(+), 2 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] 3+ messages in thread

end of thread, other threads:[~2020-05-21  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21  1:17 [GIT PULL 1/3] Rockchip dt64 changes for 5.8 Heiko Stuebner
2020-05-21  1:17 ` [GIT PULL 2/3] Rockchip dt32 " Heiko Stuebner
2020-05-21  1:18 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox