public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] Rockchip: Improve Support for RK3566 Devices
@ 2023-01-05 15:34 Chris Morgan
  2023-01-05 15:34 ` [PATCH 1/5] rockchip: vop2: Add vop2 dt-binding from Linux Chris Morgan
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Chris Morgan @ 2023-01-05 15:34 UTC (permalink / raw)
  To: u-boot
  Cc: sjg, philipp.tomsich, kever.yang, chenjh, pgwipeout,
	heiko.stuebner, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

This series is to lay the groundwork to improve support for the RK3566
based devices. This syncs the devicetrees with upstream Linux and adds
support for the pin controller of the rk356x series.

Future patches will be submitted that builds on top of this to support
devices such as the Anbernic RG353 and RG503 which are based on the
RK3566.

Chris Morgan (5):
  rockchip: vop2: Add vop2 dt-binding from Linux
  arm64: dts: rockchip: Sync rk356x from Linux main
  rockchip: rk3568: add boot device detection
  rockchip: rk3568: enable automatic power savings
  gpio/rockchip: rk_gpio support v2 gpio controller

 arch/arm/dts/Makefile                         |   2 +-
 arch/arm/dts/rk3568-evb.dts                   |  79 --
 arch/arm/dts/rk3568-evb1-v10.dts              | 692 ++++++++++++++++++
 arch/arm/dts/rk3568.dtsi                      | 122 +++
 arch/arm/dts/rk356x.dtsi                      | 182 ++++-
 arch/arm/include/asm/arch-rockchip/gpio.h     |  38 +
 arch/arm/mach-rockchip/rk3568/rk3568.c        |  31 +
 configs/evb-rk3568_defconfig                  |   4 +-
 drivers/gpio/Kconfig                          |  13 +
 drivers/gpio/rk_gpio.c                        | 103 ++-
 drivers/pinctrl/rockchip/Makefile             |   1 +
 drivers/pinctrl/rockchip/pinctrl-rk3568.c     | 453 ++++++++++++
 .../pinctrl/rockchip/pinctrl-rockchip-core.c  |  12 +-
 drivers/pinctrl/rockchip/pinctrl-rockchip.h   |  42 ++
 include/dt-bindings/soc/rockchip,vop2.h       |  14 +
 15 files changed, 1665 insertions(+), 123 deletions(-)
 delete mode 100644 arch/arm/dts/rk3568-evb.dts
 create mode 100644 arch/arm/dts/rk3568-evb1-v10.dts
 create mode 100644 drivers/pinctrl/rockchip/pinctrl-rk3568.c
 create mode 100644 include/dt-bindings/soc/rockchip,vop2.h

-- 
2.34.1


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

end of thread, other threads:[~2023-01-27 16:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 15:34 [PATCH 0/5] Rockchip: Improve Support for RK3566 Devices Chris Morgan
2023-01-05 15:34 ` [PATCH 1/5] rockchip: vop2: Add vop2 dt-binding from Linux Chris Morgan
2023-01-17  2:07   ` Kever Yang
2023-01-05 15:34 ` [PATCH 2/5] arm64: dts: rockchip: Sync rk356x from Linux main Chris Morgan
2023-01-09 22:34   ` Johan Jonker
2023-01-05 15:34 ` [PATCH 3/5] rockchip: rk3568: add boot device detection Chris Morgan
2023-01-17  2:09   ` Kever Yang
2023-01-05 15:34 ` [PATCH 4/5] rockchip: rk3568: enable automatic power savings Chris Morgan
2023-01-05 15:34 ` [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller Chris Morgan
2023-01-05 18:01   ` Quentin Schulz
2023-01-19 18:21     ` Chris Morgan
2023-01-26 16:11       ` Chris Morgan
2023-01-26 18:11         ` Johan Jonker
2023-01-27 16:50           ` Chris Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox