From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] Rockchip dts64 updates for 5.3 round 2
Date: Mon, 01 Jul 2019 11:34:19 +0200 [thread overview]
Message-ID: <1845795.d5AgpU8gu5@phil> (raw)
In-Reply-To: <1883297.MJ2kjSRBWT@phil>
The following changes since commit 45fa7c3838715b34ccea661e4b7b261d91668b17:
arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board (2019-06-04 15:38:54 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-dts64-2
for you to fetch changes up to e1d9149e8389f1690cdd4e4056766dd26488a0fe:
arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire (2019-06-27 16:40:02 +0200)
----------------------------------------------------------------
New boards the Khadas Edge family of sbcs and the Hugsun X99 TV box,
both based on rk3399. Small improvements for RockPi, Sapphire and
rk3328-roc-cc boards. Improvements for the thermal handling on rk3399
as well as the rock960 board. rk3399 dwc3 clock updates and a small
start of the dtsi for the new rk3399pro (the one with the connected
npu).
----------------------------------------------------------------
Daniel Lezcano (2):
arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi
arm64: dts: rockchip: Define values for the IPA governor for rock960
Enric Balletbo i Serra (1):
arm64: dts: rockchip: Update DWC3 modules on RK3399 SoCs
Ezequiel Garcia (1):
arm64: dts: rockchip: Enable HDMI audio on Rock Pi
Heiko Stuebner (3):
clk: rockchip: add clock id for watchdog pclk on rk3328
clk: rockchip: add clock id for hdmi_phy special clock on rk3228
Merge branch 'v5.3-shared/clk-ids' into v5.3-armsoc/dts64
Jianqun Xu (1):
arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs
Leonidas P. Papadakos (1):
arm64: dts: rockchip: enable rk3328 watchdog clock
Nick Xie (1):
arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards
Peter Geis (1):
arm64: dts: rockchip: improve rk3328-roc-cc rgmii performance.
Vicente Bergas (1):
arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire
Vivek Unune (1):
arm64: dts: rockchip: Add support for Hugsun X99 TV Box
.../devicetree/bindings/arm/rockchip.yaml | 13 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 4 +
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 4 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts | 733 +++++++++++++++++++
.../dts/rockchip/rk3399-khadas-edge-captain.dts | 27 +
.../boot/dts/rockchip/rk3399-khadas-edge-v.dts | 27 +
.../arm64/boot/dts/rockchip/rk3399-khadas-edge.dts | 13 +
.../boot/dts/rockchip/rk3399-khadas-edge.dtsi | 804 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 4 +
arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | 39 +
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 5 +-
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 15 +-
arch/arm64/boot/dts/rockchip/rk3399pro.dtsi | 22 +
include/dt-bindings/clock/rk3228-cru.h | 1 +
include/dt-bindings/clock/rk3328-cru.h | 1 +
17 files changed, 1702 insertions(+), 13 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-captain.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-v.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399pro.dtsi
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] Rockchip dts64 updates for 5.3 round 2
Date: Mon, 01 Jul 2019 11:34:19 +0200 [thread overview]
Message-ID: <1845795.d5AgpU8gu5@phil> (raw)
In-Reply-To: <1883297.MJ2kjSRBWT@phil>
The following changes since commit 45fa7c3838715b34ccea661e4b7b261d91668b17:
arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board (2019-06-04 15:38:54 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-dts64-2
for you to fetch changes up to e1d9149e8389f1690cdd4e4056766dd26488a0fe:
arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire (2019-06-27 16:40:02 +0200)
----------------------------------------------------------------
New boards the Khadas Edge family of sbcs and the Hugsun X99 TV box,
both based on rk3399. Small improvements for RockPi, Sapphire and
rk3328-roc-cc boards. Improvements for the thermal handling on rk3399
as well as the rock960 board. rk3399 dwc3 clock updates and a small
start of the dtsi for the new rk3399pro (the one with the connected
npu).
----------------------------------------------------------------
Daniel Lezcano (2):
arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi
arm64: dts: rockchip: Define values for the IPA governor for rock960
Enric Balletbo i Serra (1):
arm64: dts: rockchip: Update DWC3 modules on RK3399 SoCs
Ezequiel Garcia (1):
arm64: dts: rockchip: Enable HDMI audio on Rock Pi
Heiko Stuebner (3):
clk: rockchip: add clock id for watchdog pclk on rk3328
clk: rockchip: add clock id for hdmi_phy special clock on rk3228
Merge branch 'v5.3-shared/clk-ids' into v5.3-armsoc/dts64
Jianqun Xu (1):
arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs
Leonidas P. Papadakos (1):
arm64: dts: rockchip: enable rk3328 watchdog clock
Nick Xie (1):
arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards
Peter Geis (1):
arm64: dts: rockchip: improve rk3328-roc-cc rgmii performance.
Vicente Bergas (1):
arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire
Vivek Unune (1):
arm64: dts: rockchip: Add support for Hugsun X99 TV Box
.../devicetree/bindings/arm/rockchip.yaml | 13 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 4 +
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 4 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts | 733 +++++++++++++++++++
.../dts/rockchip/rk3399-khadas-edge-captain.dts | 27 +
.../boot/dts/rockchip/rk3399-khadas-edge-v.dts | 27 +
.../arm64/boot/dts/rockchip/rk3399-khadas-edge.dts | 13 +
.../boot/dts/rockchip/rk3399-khadas-edge.dtsi | 804 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 4 +
arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | 39 +
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 5 +-
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 15 +-
arch/arm64/boot/dts/rockchip/rk3399pro.dtsi | 22 +
include/dt-bindings/clock/rk3228-cru.h | 1 +
include/dt-bindings/clock/rk3328-cru.h | 1 +
17 files changed, 1702 insertions(+), 13 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-captain.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-v.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399pro.dtsi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-07-01 9:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-01 9:33 [GIT PULL 1/2] Rockchip dts32 updates for 5.3 round 2 Heiko Stuebner
2019-07-01 9:33 ` Heiko Stuebner
2019-07-01 9:34 ` Heiko Stuebner [this message]
2019-07-01 9:34 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2019-07-01 22:16 ` Olof Johansson
2019-07-01 22:16 ` Olof Johansson
2019-07-01 22:15 ` [GIT PULL 1/2] Rockchip dts32 " Olof Johansson
2019-07-01 22:15 ` Olof Johansson
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=1845795.d5AgpU8gu5@phil \
--to=heiko@sntech.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.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.