[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250227111913.2344207-1-kever.yang@rock-chips.com>
Date: Thu, 27 Feb 2025 19:18:58 +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>,
Simon Xue <xxm@...k-chips.com>,
Guenter Roeck <linux@...ck-us.net>,
linux-usb@...r.kernel.org,
Chris Morgan <macromorgan@...mail.com>,
Frank Wang <frank.wang@...k-chips.com>,
Jamie Iles <jamie@...ieiles.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
linux-pci@...r.kernel.org,
Jonas Karlman <jonas@...boo.se>,
Johan Jonker <jbx6244@...il.com>,
David Airlie <airlied@...il.com>,
dri-devel@...ts.freedesktop.org,
linux-i2c@...r.kernel.org,
Shawn Lin <shawn.lin@...k-chips.com>,
Simona Vetter <simona@...ll.ch>,
Elaine Zhang <zhangqing@...k-chips.com>,
Conor Dooley <conor+dt@...nel.org>,
Finley Xiao <finley.xiao@...k-chips.com>,
Maxime Ripard <mripard@...nel.org>,
Krzysztof Wilczyński <kw@...ux.com>,
FUKAUMI Naoki <naoki@...xa.com>,
linux-pwm@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-serial@...r.kernel.org,
Michael Riesch <michael.riesch@...fvision.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
ulf.hansson@...aro.org,
Jiri Slaby <jirislaby@...nel.org>,
Detlev Casanova <detlev.casanova@...labora.com>,
Andi Shyti <andi.shyti@...nel.org>,
devicetree@...r.kernel.org,
Diederik de Haas <didi.debian@...ow.org>,
linux-watchdog@...r.kernel.org,
Rob Herring <robh@...nel.org>,
Cristian Ciocaltea <cristian.ciocaltea@...labora.com>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Shresth Prasad <shresthprasad7@...il.com>,
Tim Lunn <tim@...thertop.org>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
linux-arm-kernel@...ts.infradead.org,
Jisheng Zhang <jszhang@...nel.org>,
Dragan Simic <dsimic@...jaro.org>,
Mark Brown <broonie@...nel.org>,
linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-spi@...r.kernel.org,
Andy Yan <andy.yan@...k-chips.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
Uwe Kleine-König <ukleinek@...nel.org>
Subject: [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support
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 GMAC, USB, PCIe, EMMC, SD Card.
This patch set is base on the patch set for rk3576 evb1 support.
V2:
https://lore.kernel.org/linux-rockchip/b4df8a73-58a2-4765-a9e4-3513cb2bc720@rock-chips.com/T/
Changes in v3:
- Rebase the change base on rk3576 pcie patches
- Updae to fix dt_binding_check fail
- update commit msg
- Collect review tag
- Update the commit message,
- remove the change for clock maxItems
- Collect reveiw tag
- Collect review tag
- Update the commit message
- Update commit message and add per device schema for clock name change
- Update the commit message and collect the Acked-by tag.
- 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 (13):
dt-bindings: PCI: dwc: rockchip: Add rk3562 support
dt-bindings: mmc: Add support for rk3562 eMMC
dt-bindings: mmc: rockchip-dw-mshc: Add support for rk3562
dt-bindings: i2c: i2c-rk3x: Add rk3562 support
dt-bindings: gpu: Add rockchip,rk3562-mali compatible
dt-bindings: watchdog: Add rk3562 compatible
dt-bindings: spi: Add rk3562 support
dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
dt-bindings: usb: dwc3: Add support for rk3562
dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm
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 +
.../bindings/gpu/arm,mali-bifrost.yaml | 1 +
.../devicetree/bindings/i2c/i2c-rk3x.yaml | 1 +
.../bindings/mmc/rockchip-dw-mshc.yaml | 1 +
.../bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 +-
.../bindings/pci/rockchip-dw-pcie.yaml | 9 +-
.../devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
.../bindings/serial/snps-dw-apb-uart.yaml | 1 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 7 +
.../devicetree/bindings/spi/spi-rockchip.yaml | 1 +
.../bindings/usb/rockchip,dwc3.yaml | 19 +
.../bindings/watchdog/snps,dw-wdt.yaml | 1 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3562-evb2-v10.dts | 520 ++++
.../boot/dts/rockchip/rk3562-pinctrl.dtsi | 2352 +++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3562.dtsi | 1374 ++++++++++
17 files changed, 4297 insertions(+), 3 deletions(-)
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