soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip dts64 changes for 6.8 #2
@ 2024-01-01 22:54 Heiko Stuebner
  2024-01-02 10:11 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2024-01-01 22:54 UTC (permalink / raw)
  To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below and in a subsequent pull-request
some more Rockchip changes for for 6.8 .

Just some stuff that came in since #1 .
If it's too late for this stuff for 6.8, I'll respin this for
6.9, so no worries :-)

But if there is still time, please pull

Thanks
Heiko


The following changes since commit 8174dff9e583f7791dacf6d8ce034eb18ec2b292:

  arm64: dts: rockchip: Add Anbernic RG351V (2023-12-12 21:43:48 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.8-rockchip-dts64-2

for you to fetch changes up to 8586a5d217ef7bfeee24943c600a8a7890d6f477:

  arm64: dts: rockchip: Fix led pinctrl of lubancat 1 (2023-12-29 23:03:53 +0100)

----------------------------------------------------------------
One new boards, the CoolPi CM5 SoM and 4B SBC. Basic node for the rk3588
display controller and a bunch of small improvements for different boards,

----------------------------------------------------------------
Andy Yan (8):
      dt-bindings: soc: rockchip: add rk3588 vop/vo syscon
      arm64: dts: rockchip: Add vop on rk3588
      dt-bindings: vendor-prefixes: Add Cool Pi
      dt-bindings: arm: rockchip: Add Cool Pi 4B
      arm64: dts: rockchip: Add support for rk3588s based board Cool Pi 4B
      dt-bindings: arm: rockchip: Add Cool Pi CM5
      arm64: dts: rockchip: Add support for rk3588 based board Cool Pi CM5 EVB
      arm64: dts: rockchip: Fix led pinctrl of lubancat 1

Hugh Cole-Baker (1):
      arm64: dts: rockchip: Support poweroff on NanoPC-T6

Jimmy Hon (1):
      arm64: dts: rockchip: Support poweroff on Orange Pi 5

John Clark (4):
      arm64: dts: rockchip: nanopc-t6 sdmmc beautification
      arm64: dts: rockchip: support poweroff on the rock-5b
      arm64: dts: rockchip: correct gpio_pwrctrl1 typo on rock-5b
      arm64: dts: rockchip: correct gpio_pwrctrl1 typo on nanopc-t6

Sam Edwards (1):
      arm64: dts: rockchip: Fix rk3588 USB power-domain clocks

Tianling Shen (1):
      arm64: dts: rockchip: configure eth pad driver strength for orangepi r1 plus lts

Trevor Woerner (2):
      arm64: dts: rockchip: add gpio-line-names to rk3328-rock-pi-e
      arm64: dts: rockchip: rk3308-rock-pi-s gpio-line-names cleanup

Vahe Grigoryan (3):
      arm64: dts: rockchip: fix misleading comment in rk3399-puma-haikou.dts
      arm64: dts: rockchip: expose BIOS Disable feedback pin on rk3399-puma
      arm64: dts: rockchip: make use gpio-keys for buttons on puma-haikou

 .../devicetree/bindings/arm/rockchip.yaml          |  12 +
 .../devicetree/bindings/soc/rockchip/grf.yaml      |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   2 +
 arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts  | 120 +--
 .../dts/rockchip/rk3328-orangepi-r1-plus-lts.dts   |   4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts  |  53 ++
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  42 +-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  14 +
 arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts |   2 +-
 .../boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts    | 214 ++++++
 .../arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi | 650 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts  |   9 +-
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts    |   4 +-
 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts | 812 +++++++++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |   1 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  84 +++
 17 files changed, 1956 insertions(+), 71 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts




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

* Re: [GIT PULL] Rockchip dts64 changes for 6.8 #2
  2024-01-01 22:54 [GIT PULL] Rockchip dts64 changes for 6.8 #2 Heiko Stuebner
@ 2024-01-02 10:11 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2024-01-02 10:11 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 01 Jan 2024 23:54:40 +0100 you wrote:
> Hi Arnd, Kevin, Olof,
> 
> please find below and in a subsequent pull-request
> some more Rockchip changes for for 6.8 .
> 
> Just some stuff that came in since #1 .
> If it's too late for this stuff for 6.8, I'll respin this for
> 6.9, so no worries :-)
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Rockchip dts64 changes for 6.8 #2
    https://git.kernel.org/soc/soc/c/228307ad3f9e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-01-02 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-01 22:54 [GIT PULL] Rockchip dts64 changes for 6.8 #2 Heiko Stuebner
2024-01-02 10:11 ` patchwork-bot+linux-soc

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