All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 6.7
Date: Mon, 16 Oct 2023 23:23:13 +0200	[thread overview]
Message-ID: <1870252.CQOukoFCf9@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below and in a subsequent pull-request
Rockchip changes for for 6.7 .

As always the 64bit DTS part is the big one, with some new boards and
some more rk3588 peripherals.


Please pull!

Thanks
Heiko


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts64-1

for you to fetch changes up to 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

  arm64: dts: rockchip: add support for Powkiddy RGB30 (2023-10-16 22:58:45 +0200)

----------------------------------------------------------------
Work mostly focussed on the still new rk3588 Soc with some new boards the
Orange Pi 5 and Orange Pi 5 Plus as well as the QuartzPro64 from Pine64.

It also gained two new peripherals, the SFC (serial-flash-controller)
as well as support for it's AV1 video decoder.

And of course existing rk3588 boards got support added for various
peripherals (PCIe, usb, sardadc, leds, etc).

And in non-rk3588 news, rk3566-based gaming devices seem to be en-vogue,
and the Powkiddy RGB30 also moved in.

----------------------------------------------------------------
Benjamin Gaignard (1):
      arm64: dts: rockchip: Add AV1 decoder node to rk3588s

Chris Morgan (5):
      arm64: dts: rockchip: add PCIe to rk3588s-indiedroid-nova
      arm64: dts: rockchip: add USB2 to rk3588s-indiedroid
      arm64: dts: rockchip: Add saradc node to Indiedroid Nova
      dt-bindings: arm64: rockchip: add Powkiddy RGB30
      arm64: dts: rockchip: add support for Powkiddy RGB30

John Clark (1):
      arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support

Muhammed Efe Cetin (3):
      dt-bindings: arm: rockchip: Add Orange Pi 5 board
      arm64: dts: rockchip: Add sfc node to rk3588s
      arm64: dts: rockchip: Add Orange Pi 5

Ondrej Jirman (6):
      arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s
      arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s
      dt-bindings: arm: rockchip: Add Orange Pi 5 Plus
      arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus
      dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
      arm64: dts: rockchip: Add QuartzPro64 SBC device tree

Sebastian Reichel (7):
      arm64: dts: rockchip: add PCIe network controller to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 M-key to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 E-Key to rock-5b
      arm64: dts: rockchip: add PCIe2 network controller to rk3588-evb1
      arm64: dts: rockchip: add PCIe3 bus to rk3588-evb1
      arm64: dts: rockchip: add ADC buttons to rk3588-evb1
      arm64: dts: rockchip: add status LED to rock-5b

Tamás Szűcs (4):
      arm64: dts: rockchip: Add sdio node to rock-5b
      arm64: dts: rockchip: Remove duplicate regulator vcc3v3_wf from rock-5b
      arm64: dts: rockchip: Enable UART6 on rock-5b
      arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a

 .../devicetree/bindings/arm/rockchip.yaml          |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    4 +
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  152 +++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts    |    4 +
 arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts   |  136 +++
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts  |   28 +
 .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts   |  848 +++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1137 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts    |  145 +++
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts  |   84 ++
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |  662 ++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi  |   44 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |   24 +
 13 files changed, 3288 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 6.7
Date: Mon, 16 Oct 2023 23:23:13 +0200	[thread overview]
Message-ID: <1870252.CQOukoFCf9@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below and in a subsequent pull-request
Rockchip changes for for 6.7 .

As always the 64bit DTS part is the big one, with some new boards and
some more rk3588 peripherals.


Please pull!

Thanks
Heiko


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts64-1

for you to fetch changes up to 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

  arm64: dts: rockchip: add support for Powkiddy RGB30 (2023-10-16 22:58:45 +0200)

----------------------------------------------------------------
Work mostly focussed on the still new rk3588 Soc with some new boards the
Orange Pi 5 and Orange Pi 5 Plus as well as the QuartzPro64 from Pine64.

It also gained two new peripherals, the SFC (serial-flash-controller)
as well as support for it's AV1 video decoder.

And of course existing rk3588 boards got support added for various
peripherals (PCIe, usb, sardadc, leds, etc).

And in non-rk3588 news, rk3566-based gaming devices seem to be en-vogue,
and the Powkiddy RGB30 also moved in.

----------------------------------------------------------------
Benjamin Gaignard (1):
      arm64: dts: rockchip: Add AV1 decoder node to rk3588s

Chris Morgan (5):
      arm64: dts: rockchip: add PCIe to rk3588s-indiedroid-nova
      arm64: dts: rockchip: add USB2 to rk3588s-indiedroid
      arm64: dts: rockchip: Add saradc node to Indiedroid Nova
      dt-bindings: arm64: rockchip: add Powkiddy RGB30
      arm64: dts: rockchip: add support for Powkiddy RGB30

John Clark (1):
      arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support

Muhammed Efe Cetin (3):
      dt-bindings: arm: rockchip: Add Orange Pi 5 board
      arm64: dts: rockchip: Add sfc node to rk3588s
      arm64: dts: rockchip: Add Orange Pi 5

Ondrej Jirman (6):
      arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s
      arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s
      dt-bindings: arm: rockchip: Add Orange Pi 5 Plus
      arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus
      dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
      arm64: dts: rockchip: Add QuartzPro64 SBC device tree

Sebastian Reichel (7):
      arm64: dts: rockchip: add PCIe network controller to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 M-key to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 E-Key to rock-5b
      arm64: dts: rockchip: add PCIe2 network controller to rk3588-evb1
      arm64: dts: rockchip: add PCIe3 bus to rk3588-evb1
      arm64: dts: rockchip: add ADC buttons to rk3588-evb1
      arm64: dts: rockchip: add status LED to rock-5b

Tamás Szűcs (4):
      arm64: dts: rockchip: Add sdio node to rock-5b
      arm64: dts: rockchip: Remove duplicate regulator vcc3v3_wf from rock-5b
      arm64: dts: rockchip: Enable UART6 on rock-5b
      arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a

 .../devicetree/bindings/arm/rockchip.yaml          |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    4 +
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  152 +++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts    |    4 +
 arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts   |  136 +++
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts  |   28 +
 .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts   |  848 +++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1137 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts    |  145 +++
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts  |   84 ++
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |  662 ++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi  |   44 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |   24 +
 13 files changed, 3288 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts




WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 6.7
Date: Mon, 16 Oct 2023 23:23:13 +0200	[thread overview]
Message-ID: <1870252.CQOukoFCf9@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below and in a subsequent pull-request
Rockchip changes for for 6.7 .

As always the 64bit DTS part is the big one, with some new boards and
some more rk3588 peripherals.


Please pull!

Thanks
Heiko


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts64-1

for you to fetch changes up to 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

  arm64: dts: rockchip: add support for Powkiddy RGB30 (2023-10-16 22:58:45 +0200)

----------------------------------------------------------------
Work mostly focussed on the still new rk3588 Soc with some new boards the
Orange Pi 5 and Orange Pi 5 Plus as well as the QuartzPro64 from Pine64.

It also gained two new peripherals, the SFC (serial-flash-controller)
as well as support for it's AV1 video decoder.

And of course existing rk3588 boards got support added for various
peripherals (PCIe, usb, sardadc, leds, etc).

And in non-rk3588 news, rk3566-based gaming devices seem to be en-vogue,
and the Powkiddy RGB30 also moved in.

----------------------------------------------------------------
Benjamin Gaignard (1):
      arm64: dts: rockchip: Add AV1 decoder node to rk3588s

Chris Morgan (5):
      arm64: dts: rockchip: add PCIe to rk3588s-indiedroid-nova
      arm64: dts: rockchip: add USB2 to rk3588s-indiedroid
      arm64: dts: rockchip: Add saradc node to Indiedroid Nova
      dt-bindings: arm64: rockchip: add Powkiddy RGB30
      arm64: dts: rockchip: add support for Powkiddy RGB30

John Clark (1):
      arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support

Muhammed Efe Cetin (3):
      dt-bindings: arm: rockchip: Add Orange Pi 5 board
      arm64: dts: rockchip: Add sfc node to rk3588s
      arm64: dts: rockchip: Add Orange Pi 5

Ondrej Jirman (6):
      arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s
      arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s
      dt-bindings: arm: rockchip: Add Orange Pi 5 Plus
      arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus
      dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
      arm64: dts: rockchip: Add QuartzPro64 SBC device tree

Sebastian Reichel (7):
      arm64: dts: rockchip: add PCIe network controller to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 M-key to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 E-Key to rock-5b
      arm64: dts: rockchip: add PCIe2 network controller to rk3588-evb1
      arm64: dts: rockchip: add PCIe3 bus to rk3588-evb1
      arm64: dts: rockchip: add ADC buttons to rk3588-evb1
      arm64: dts: rockchip: add status LED to rock-5b

Tamás Szűcs (4):
      arm64: dts: rockchip: Add sdio node to rock-5b
      arm64: dts: rockchip: Remove duplicate regulator vcc3v3_wf from rock-5b
      arm64: dts: rockchip: Enable UART6 on rock-5b
      arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a

 .../devicetree/bindings/arm/rockchip.yaml          |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    4 +
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  152 +++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts    |    4 +
 arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts   |  136 +++
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts  |   28 +
 .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts   |  848 +++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1137 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts    |  145 +++
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts  |   84 ++
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |  662 ++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi  |   44 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |   24 +
 13 files changed, 3288 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts




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

             reply	other threads:[~2023-10-16 21:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 21:23 Heiko Stuebner [this message]
2023-10-16 21:23 ` [GIT PULL] Rockchip dts64 changes for 6.7 Heiko Stuebner
2023-10-16 21:23 ` Heiko Stuebner
2023-10-18 15:40 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1870252.CQOukoFCf9@phil \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.