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 #2
Date: Tue, 24 Oct 2023 21:43:12 +0200	[thread overview]
Message-ID: <2777623.BEx9A2HvPv@phil> (raw)

Hi Arnd, Kevin, Olof,

after the first pull request there were some stragglers left.
One new SoM was submitted and the DFI driver changes were merged
into the relevant driver tree.

This pull request adds the relevant changes for those.
The commits should be in linux-next since the 19th or 20th of
october, so did get exposure and the changes go on top of the
previous v6.7-rockchip-dts64-1 tag.


So if there is still time please pull!
If not, it's also no problem, I'll move them to 6.8 then.


Thanks a lot
Heiko


The following changes since commit 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

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

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-2

for you to fetch changes up to 2806a69f3fef61d7353ea8206add8ffb15064b51:

  arm64: dts: rockchip: Add Turing RK1 SoM support (2023-10-19 20:23:58 +0200)

----------------------------------------------------------------
One new board the Turing RK1 system on module.
Support for DFI (DDR performance monitoring) for rk3588, rk3568 and an
enable-fix for rk3399 as well as some small fixups for the RGB30 handheld
(non-existent uart and better vpll frequency).

----------------------------------------------------------------
Chris Morgan (2):
      arm64: dts: rockchip: Update VPLL Frequency for RGB30
      arm64: dts: rockchip: Remove UART2 from RGB30

Sam Edwards (3):
      dt-bindings: vendor-prefixes: add turing
      dt-bindings: arm: rockchip: Add Turing RK1
      arm64: dts: rockchip: Add Turing RK1 SoM support

Sascha Hauer (3):
      arm64: dts: rockchip: Always enable DFI on rk3399
      arm64: dts: rockchip: Add DFI to rk356x
      arm64: dts: rockchip: Add DFI to rk3588s

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   1 -
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  11 +-
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |   7 +
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts |  21 +
 .../arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 614 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  16 +
 9 files changed, 676 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi




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 #2
Date: Tue, 24 Oct 2023 21:43:12 +0200	[thread overview]
Message-ID: <2777623.BEx9A2HvPv@phil> (raw)

Hi Arnd, Kevin, Olof,

after the first pull request there were some stragglers left.
One new SoM was submitted and the DFI driver changes were merged
into the relevant driver tree.

This pull request adds the relevant changes for those.
The commits should be in linux-next since the 19th or 20th of
october, so did get exposure and the changes go on top of the
previous v6.7-rockchip-dts64-1 tag.


So if there is still time please pull!
If not, it's also no problem, I'll move them to 6.8 then.


Thanks a lot
Heiko


The following changes since commit 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

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

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-2

for you to fetch changes up to 2806a69f3fef61d7353ea8206add8ffb15064b51:

  arm64: dts: rockchip: Add Turing RK1 SoM support (2023-10-19 20:23:58 +0200)

----------------------------------------------------------------
One new board the Turing RK1 system on module.
Support for DFI (DDR performance monitoring) for rk3588, rk3568 and an
enable-fix for rk3399 as well as some small fixups for the RGB30 handheld
(non-existent uart and better vpll frequency).

----------------------------------------------------------------
Chris Morgan (2):
      arm64: dts: rockchip: Update VPLL Frequency for RGB30
      arm64: dts: rockchip: Remove UART2 from RGB30

Sam Edwards (3):
      dt-bindings: vendor-prefixes: add turing
      dt-bindings: arm: rockchip: Add Turing RK1
      arm64: dts: rockchip: Add Turing RK1 SoM support

Sascha Hauer (3):
      arm64: dts: rockchip: Always enable DFI on rk3399
      arm64: dts: rockchip: Add DFI to rk356x
      arm64: dts: rockchip: Add DFI to rk3588s

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   1 -
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  11 +-
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |   7 +
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts |  21 +
 .../arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 614 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  16 +
 9 files changed, 676 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi




_______________________________________________
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 #2
Date: Tue, 24 Oct 2023 21:43:12 +0200	[thread overview]
Message-ID: <2777623.BEx9A2HvPv@phil> (raw)

Hi Arnd, Kevin, Olof,

after the first pull request there were some stragglers left.
One new SoM was submitted and the DFI driver changes were merged
into the relevant driver tree.

This pull request adds the relevant changes for those.
The commits should be in linux-next since the 19th or 20th of
october, so did get exposure and the changes go on top of the
previous v6.7-rockchip-dts64-1 tag.


So if there is still time please pull!
If not, it's also no problem, I'll move them to 6.8 then.


Thanks a lot
Heiko


The following changes since commit 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

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

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-2

for you to fetch changes up to 2806a69f3fef61d7353ea8206add8ffb15064b51:

  arm64: dts: rockchip: Add Turing RK1 SoM support (2023-10-19 20:23:58 +0200)

----------------------------------------------------------------
One new board the Turing RK1 system on module.
Support for DFI (DDR performance monitoring) for rk3588, rk3568 and an
enable-fix for rk3399 as well as some small fixups for the RGB30 handheld
(non-existent uart and better vpll frequency).

----------------------------------------------------------------
Chris Morgan (2):
      arm64: dts: rockchip: Update VPLL Frequency for RGB30
      arm64: dts: rockchip: Remove UART2 from RGB30

Sam Edwards (3):
      dt-bindings: vendor-prefixes: add turing
      dt-bindings: arm: rockchip: Add Turing RK1
      arm64: dts: rockchip: Add Turing RK1 SoM support

Sascha Hauer (3):
      arm64: dts: rockchip: Always enable DFI on rk3399
      arm64: dts: rockchip: Add DFI to rk356x
      arm64: dts: rockchip: Add DFI to rk3588s

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   1 -
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  11 +-
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |   7 +
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts |  21 +
 .../arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 614 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  16 +
 9 files changed, 676 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi




_______________________________________________
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-24 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 19:43 Heiko Stuebner [this message]
2023-10-24 19:43 ` [GIT PULL] Rockchip dts64 changes for 6.7 #2 Heiko Stuebner
2023-10-24 19:43 ` Heiko Stuebner
2023-10-25 21:20 ` 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=2777623.BEx9A2HvPv@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.