[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250509071744.732412-1-kever.yang@rock-chips.com>
Date: Fri, 9 May 2025 15:17:39 +0800
From: Kever Yang <kever.yang@...k-chips.com>
To: heiko@...ech.de
Cc: linux-rockchip@...ts.infradead.org,
Kever Yang <kever.yang@...k-chips.com>,
Chris Morgan <macromorgan@...mail.com>,
Frank Wang <frank.wang@...k-chips.com>,
FUKAUMI Naoki <naoki@...xa.com>,
Johan Jonker <jbx6244@...il.com>,
Marcin Juszkiewicz <marcin.juszkiewicz@...aro.org>,
Junhao Xie <bigfoot@...ssfun.cn>,
Elaine Zhang <zhangqing@...k-chips.com>,
Jonas Karlman <jonas@...boo.se>,
Finley Xiao <finley.xiao@...k-chips.com>,
Yao Zi <ziyao@...root.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Quentin Schulz <quentin.schulz@...rry.de>,
Chukun Pan <amadeus@....edu.cn>,
devicetree@...r.kernel.org,
Diederik de Haas <didi.debian@...ow.org>,
Rob Herring <robh@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Shresth Prasad <shresthprasad7@...il.com>,
linux-arm-kernel@...ts.infradead.org,
Cristian Ciocaltea <cristian.ciocaltea@...labora.com>,
Detlev Casanova <detlev.casanova@...labora.com>,
Dragan Simic <dsimic@...jaro.org>,
linux-kernel@...r.kernel.org,
Jimmy Hon <honyuenkwun@...il.com>
Subject: [PATCH v6 0/5] rockchip: Add rk3562 SoC and evb support
Patch series v6 remove USB and watchdog nodes, for relate patches not
land recently although they have got review tag. Let's make the main dts
get land first and then add relate dts node back when the driver patches
get land.
Patch series V5 remove [v4 1/7] which had taken by Manivannan, and move
scmi-shmem from soc node to reserved memory.
Patch series V4 remove patches already landed, and remove dts nodes for
modules still under review.
This patch set adds rk3562 SoC and its evb support.
I have split out patches need driver change for different subsystem.
And all the modules with dt-binding document update in this patch set
do not need any driver change. I put them together to make it clear we
have a new SoC and board to use the new compatible. Please pick up the
patch for your subsystem, or please let me know if the patch has to
send separate.
Test with USB, PCIe, EMMC, SD Card.
V3:
https://lore.kernel.org/linux-rockchip/20250227111913.2344207-1-kever.yang@rock-chips.com/
V2:
https://lore.kernel.org/linux-rockchip/b4df8a73-58a2-4765-a9e4-3513cb2bc720@rock-chips.com/T/
Changes in v6:
- Remove USB and watchdog nodes
Changes in v5:
- Update scmi-shmem from soc to reserved memory
Changes in v4:
- Collect ack tag
- remove gmac and otp nodes
- remove gmac nodes
Changes in v3:
- Collect the Acked-by tag
- remove i2c/serial/spi alias
- add soc node
Changes in v2:
- Update in sort order
- remove grf in cru
- Update some properties order
Finley Xiao (2):
arm64: dts: rockchip: add core dtsi for RK3562 Soc
arm64: dts: rockchip: Add RK3562 evb2 devicetree
Kever Yang (3):
dt-bindings: rockchip: pmu: Add rk3562 compatible
dt-bindings: soc: rockchip: Add rk3562 syscon compatibles
dt-bindings: arm: rockchip: Add rk3562 evb2 board
.../devicetree/bindings/arm/rockchip.yaml | 5 +
.../devicetree/bindings/arm/rockchip/pmu.yaml | 2 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 7 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3562-evb2-v10.dts | 455 ++++
.../boot/dts/rockchip/rk3562-pinctrl.dtsi | 2352 +++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3562.dtsi | 1187 +++++++++
7 files changed, 4009 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3562-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3562.dtsi
--
2.25.1
Powered by blists - more mailing lists