[PATCH v3 0/3] Add AST2600 LPC PCC support
From: Kevin Chen
Date: Mon Mar 10 2025 - 07:48:59 EST
--
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 | 7 +
drivers/misc/Kconfig | 10 +
drivers/misc/Makefile | 1 +
drivers/misc/aspeed-lpc-pcc.c | 440 ++++++++++++++++++
5 files changed, 496 insertions(+)
create mode 100644 drivers/misc/aspeed-lpc-pcc.c
--
2.34.1