[PATCH v4 0/3] Add AST2600 LPC PCC support
From: Kevin Chen
Date: Fri Mar 14 2025 - 07:21:35 EST
--
v4
aspeed-lpc-pcc.c:
-- Remove the debug message in the aspeed_lpc_pcc_probe.
-- Add pcc-ports in the aspeed-g6.dtsi.
v3
aspeed-lpc-pcc.c:
-- Add ida_free and fix the dev usage with removing some debug messages.
aspeed-lpc.yaml:
-- Add description about the pcc-ports usage.
v2:
-- Change driver path to drivers/misc
Kevin Chen (3):
dt-binding: aspeed: Add LPC PCC controller
ARM: dts: aspeed-g6: Add AST2600 LPC PCC support
soc: aspeed: lpc-pcc: Add PCC controller support
.../devicetree/bindings/mfd/aspeed-lpc.yaml | 38 ++
arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 8 +
drivers/misc/Kconfig | 10 +
drivers/misc/Makefile | 1 +
drivers/misc/aspeed-lpc-pcc.c | 437 ++++++++++++++++++
5 files changed, 494 insertions(+)
create mode 100644 drivers/misc/aspeed-lpc-pcc.c
--
2.34.1