linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dt64 changes for 5.9
@ 2020-07-22 23:43 Heiko Stuebner
  2020-07-22 23:44 ` [GIT PULL 2/2] Rockchip dts32 " Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2020-07-22 23:43 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 b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 505af9184ec0a0222bb883486137fac32731e01d:

  arm64: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac (2020-07-18 16:28:36 +0200)

----------------------------------------------------------------
Fuel gauge for Pinebook Pro, the newly added periph-burst flag for pl330s,
first tiny part of the rk3399 camera infrastructure and cleanups + making
dt-binding-check even happier.

----------------------------------------------------------------
Heiko Stuebner (3):
      arm64: dts: rockchip: fix rk3368-lion gmac reset gpio
      arm64: dts: rockchip: fix rk3399-puma vcc5v0-host gpio
      arm64: dts: rockchip: fix rk3399-puma gmac reset gpio

Johan Jonker (3):
      arm64: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio
      arm64: dts: rockchip: rename and label gpio-led subnodes part 2
      arm64: dts: rockchip: remove bus-width from mmc nodes in px30 dts files

Peter Geis (1):
      arm64: dts: rockchip: set rockpro64 usbc dr_mode as host

Shunqian Zheng (1):
      arm64: dts: rockchip: add rx0 mipi-phy for rk3399

Sugar Zhang (1):
      arm64: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac

Tobias Schramm (1):
      arm64: dts: rockchip: add fuel gauge to Pinebook Pro dts

 arch/arm64/boot/dts/rockchip/px30-evb.dts          |  3 -
 arch/arm64/boot/dts/rockchip/px30.dtsi             |  7 +-
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           |  8 +-
 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts |  1 -
 arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |  2 +-
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |  2 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  2 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 25 +++---
 .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts |  8 +-
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      | 10 +--
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           |  8 +-
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts    |  4 +-
 .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi      |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |  4 +-
 arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts |  8 +-
 .../boot/dts/rockchip/rk3399-khadas-edge.dtsi      | 10 +--
 arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts  |  8 +-
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi   |  6 +-
 .../boot/dts/rockchip/rk3399-pinebook-pro.dts      | 99 ++++++++++++++--------
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  6 +-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      | 10 +--
 arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi    | 22 ++---
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts  |  8 +-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   |  4 +-
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi | 20 ++---
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi  |  4 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 19 ++++-
 27 files changed, 175 insertions(+), 135 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] 2+ messages in thread

* [GIT PULL 2/2] Rockchip dts32 changes for 5.9
  2020-07-22 23:43 [GIT PULL 1/2] Rockchip dt64 changes for 5.9 Heiko Stuebner
@ 2020-07-22 23:44 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2020-07-22 23:44 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 93ca8ac2e8fcea6feb02a40edd2334144b62fc6e:

  arm64: dts: rockchip: Add PCIe for RockPI N10 (2020-07-22 21:19:06 +0200)

----------------------------------------------------------------
Biggest part is the addition of the rk3288 variant of the VMARC
SOM and it's Rock Pi N8 icarnation. This brings some arm64 dts-changes
with it as the underlying Dalang carrier board is shared by both
an arm32 rk3288 SOM and an arm64 rk3399 SOM (Rock Pi N10).

Other than that rk3288 gets its ohci node added that only works
on the fixed rk3288w variant of the soc and some asorted fixes
and improvements for dt-binding-check.

----------------------------------------------------------------
Abhishek Pandit-Subedi (1):
      ARM: dts: rockchip: Add marvell BT irq config

Jagan Teki (11):
      ARM: dts: rockchip: dalang-carrier: Move i2c nodes into SOM
      arm64: dts: rk3399pro: vmarc-som: Fix sorting nodes, properties
      arm64: dts: rk3399pro: vmarc-som: Move supply regulators into Carrier
      arm64: dts: rk3399pro: vmarc-som: Move common properties into Carrier
      dt-bindings: arm: rockchip: Add Rock Pi N8 binding
      ARM: dts: rockchip: Add VMARC RK3288 SOM initial support
      ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support
      ARM: dts: rockchip: Add usb host0 ohci node for rk3288
      ARM: dts: rockchip: Add USB for RockPI N8/N10
      ARM: dts: rockchip: Add HDMI out for RockPI N8/N10
      arm64: dts: rockchip: Add PCIe for RockPI N10

Johan Jonker (1):
      ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio

Michael Trimarchi (1):
      ARM: dts: rockchip: Fix VBUS on rk3288-vyasa

Sugar Zhang (1):
      ARM: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac

 .../devicetree/bindings/arm/rockchip.yaml          |   6 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3036.dtsi                      |   1 +
 arch/arm/boot/dts/rk322x.dtsi                      |   7 +-
 arch/arm/boot/dts/rk3288-rock-pi-n8.dts            |  17 ++
 arch/arm/boot/dts/rk3288-veyron-jaq.dts            |  17 +-
 arch/arm/boot/dts/rk3288-veyron-jerry.dts          |   2 +-
 arch/arm/boot/dts/rk3288-veyron-mighty.dts         |   6 +-
 arch/arm/boot/dts/rk3288-veyron-minnie.dts         |   2 +-
 arch/arm/boot/dts/rk3288-veyron-pinky.dts          |   6 +-
 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi         |   2 +-
 arch/arm/boot/dts/rk3288-veyron-speedy.dts         |   2 +-
 arch/arm/boot/dts/rk3288-vmarc-som.dtsi            | 322 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-vyasa.dts                 |   3 +-
 arch/arm/boot/dts/rk3288.dtsi                      |  20 +-
 arch/arm/boot/dts/rk3xxx.dtsi                      |   3 +
 .../boot/dts/rockchip-radxa-dalang-carrier.dtsi    |  97 +++++--
 arch/arm/boot/dts/rv1108.dtsi                      |  13 +-
 .../boot/dts/rockchip/rk3399pro-rock-pi-n10.dts    |   6 +-
 .../boot/dts/rockchip/rk3399pro-vmarc-som.dtsi     | 206 ++++++++++---
 20 files changed, 640 insertions(+), 99 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-rock-pi-n8.dts
 create mode 100644 arch/arm/boot/dts/rk3288-vmarc-som.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] 2+ messages in thread

end of thread, other threads:[~2020-07-22 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 23:43 [GIT PULL 1/2] Rockchip dt64 changes for 5.9 Heiko Stuebner
2020-07-22 23:44 ` [GIT PULL 2/2] Rockchip dts32 " Heiko Stuebner

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