linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dt64 changes for 5.10
@ 2020-09-23 22:18 Heiko Stuebner
  2020-09-23 22:19 ` [GIT PULL 2/2] Rockchip dt32 " Heiko Stübner
  2020-09-29 10:45 ` Heiko Stübner
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2020-09-23 22:18 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.10
Please pull!

Thanks
Heiko

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 30a9a8c16865d37bfc0f1859a398ba1b24eec569:

  arm64: dts: rockchip: add ir-receiver node to rk3399-khadas-edge (2020-09-23 15:39:58 +0200)

----------------------------------------------------------------
New boards NanoPi R2S, A95X-Z2 and more Rock-Pi4 variants.
Khadas-edge additions and a some fixes.

----------------------------------------------------------------
Adrian Schmutzler (1):
      arm64: dts: rockchip: replace status value "ok" by "okay"

Artem Lapkin (2):
      arm64: dts: rockchip: add spiflash node to rk3399-khadas-edge
      arm64: dts: rockchip: add ir-receiver node to rk3399-khadas-edge

David Bauer (2):
      dt-bindings: Add doc for FriendlyARM NanoPi R2S
      arm64: dts: rockchip: Add support for FriendlyARM NanoPi R2S

Jagan Teki (5):
      arm64: dts: rockchip: Fix power routing to support POE on rk3399-roc-pc
      dt-bindings: arm: rockchip: Update ROCKPi 4 binding
      arm64: dts: rockchip: Mark rock-pi-4 as rock-pi-4a dts
      arm64: dts: rockchip: Add Radxa ROCK Pi 4B support
      arm64: dts: rockchip: Add Radxa ROCK Pi 4C support

Johan Jonker (5):
      arm64: dts: rockchip: change spdif fallback compatible on rk3308
      dt-bindings: Add vendor prefix for Shenzhen Zkmagic Technology Co., Ltd.
      dt-bindings: arm: rockchip: add Zkmagic A95X Z2 description
      arm64: dts: rockchip: add rk3318 A95X Z2 board
      arm64: dts: rockchip: fix cpu-supply for rk3328-evb

 .../devicetree/bindings/arm/rockchip.yaml          |  16 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   6 +-
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           |   2 +-
 arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts    | 374 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |  12 +
 arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 368 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi       |   2 +-
 .../boot/dts/rockchip/rk3368-orion-r68-meta.dts    |   2 +-
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts        |   4 +-
 .../boot/dts/rockchip/rk3399-khadas-edge.dtsi      |  24 ++
 .../boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts  |  18 +-
 arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi    |  12 +-
 ...{rk3399-rock-pi-4.dts => rk3399-rock-pi-4.dtsi} |  26 --
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts |  13 +
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b.dts |  42 +++
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4c.dts |  51 +++
 17 files changed, 937 insertions(+), 37 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
 rename arch/arm64/boot/dts/rockchip/{rk3399-rock-pi-4.dts => rk3399-rock-pi-4.dtsi} (95%)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4c.dts




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

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

* Re: [GIT PULL 2/2] Rockchip dt32 changes for 5.10
  2020-09-23 22:18 [GIT PULL 1/2] Rockchip dt64 changes for 5.10 Heiko Stuebner
@ 2020-09-23 22:19 ` Heiko Stübner
  2020-09-29 10:45 ` Heiko Stübner
  1 sibling, 0 replies; 4+ messages in thread
From: Heiko Stübner @ 2020-09-23 22:19 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0cf10e6f94335495f90fc62fb75d9569f6a603fb:

  ARM: dts: rockchip: replace status value "ok" by "okay" (2020-08-30 21:47:07 +0200)

----------------------------------------------------------------
cpu-supply fixes (supply for each cpu core not only cpu0)
and a spelling for the status property.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: rockchip: replace status value "ok" by "okay"

Johan Jonker (3):
      ARM: dts: rockchip: update cpu supplies on rk3288
      ARM: dts: rockchip: rk3066a: add label to cpu@1
      ARM: dts: rockchip: update cpu supplies on rk3066a

 arch/arm/boot/dts/rk3066a-bqcurie2.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a-marsboard.dts           |  6 +++++-
 arch/arm/boot/dts/rk3066a-rayeager.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a.dtsi                    |  2 +-
 arch/arm/boot/dts/rk3288-evb.dtsi                 |  2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi |  2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             |  2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-popmetal.dts             | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-r89.dts                  | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-rock2-square.dts         |  2 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi              |  2 +-
 arch/arm/boot/dts/rk3288-vyasa.dts                | 14 +++++++++++++-
 13 files changed, 76 insertions(+), 16 deletions(-)




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

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

* [GIT PULL 2/2] Rockchip dt32 changes for 5.10
  2020-09-23 22:18 [GIT PULL 1/2] Rockchip dt64 changes for 5.10 Heiko Stuebner
  2020-09-23 22:19 ` [GIT PULL 2/2] Rockchip dt32 " Heiko Stübner
@ 2020-09-29 10:45 ` Heiko Stübner
  2020-10-03 19:38   ` Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stübner @ 2020-09-29 10:45 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

Hi Arnd, Kevin, Olof,

not sure if this got missed, but I can only see the arm64 pull request in
the soc tree right now, so here is the 32bit part again.

For reference the original pull was in 
	http://lore.kernel.org/r/4293766.LrauBeaUkW@diego

Please pull

Thanks
Heiko

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0cf10e6f94335495f90fc62fb75d9569f6a603fb:

  ARM: dts: rockchip: replace status value "ok" by "okay" (2020-08-30 21:47:07 +0200)

----------------------------------------------------------------
cpu-supply fixes (supply for each cpu core not only cpu0)
and a spelling for the status property.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: rockchip: replace status value "ok" by "okay"

Johan Jonker (3):
      ARM: dts: rockchip: update cpu supplies on rk3288
      ARM: dts: rockchip: rk3066a: add label to cpu@1
      ARM: dts: rockchip: update cpu supplies on rk3066a

 arch/arm/boot/dts/rk3066a-bqcurie2.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a-marsboard.dts           |  6 +++++-
 arch/arm/boot/dts/rk3066a-rayeager.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a.dtsi                    |  2 +-
 arch/arm/boot/dts/rk3288-evb.dtsi                 |  2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi |  2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             |  2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-popmetal.dts             | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-r89.dts                  | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-rock2-square.dts         |  2 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi              |  2 +-
 arch/arm/boot/dts/rk3288-vyasa.dts                | 14 +++++++++++++-
 13 files changed, 76 insertions(+), 16 deletions(-)




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

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

* Re: [GIT PULL 2/2] Rockchip dt32 changes for 5.10
  2020-09-29 10:45 ` Heiko Stübner
@ 2020-10-03 19:38   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2020-10-03 19:38 UTC (permalink / raw)
  To: Heiko St?bner; +Cc: linux-rockchip, soc, arm, linux-arm-kernel

On Tue, Sep 29, 2020 at 12:45:29PM +0200, Heiko St?bner wrote:
> Hi Arnd, Kevin, Olof,
> 
> not sure if this got missed, but I can only see the arm64 pull request in
> the soc tree right now, so here is the 32bit part again.
> 
> For reference the original pull was in 
> 	http://lore.kernel.org/r/4293766.LrauBeaUkW@diego

Looks like it didn't make it into patchwork for some reason, my current tooling
depends on that (I should switch to b4 for it, but it wasn't available when
I started on it).

Merged now.


-Olof

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

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

end of thread, other threads:[~2020-10-04  4:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 22:18 [GIT PULL 1/2] Rockchip dt64 changes for 5.10 Heiko Stuebner
2020-09-23 22:19 ` [GIT PULL 2/2] Rockchip dt32 " Heiko Stübner
2020-09-29 10:45 ` Heiko Stübner
2020-10-03 19:38   ` Olof Johansson

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