As part of bringing up Genio 360 EVK, we need a new PMIC driver for the MediaTek MT6366 PMIC. This uses the same PMIC wrapper as other Genio platforms but the PMIC itself has a different register map, so gets a new driver.
Signed-off-by: David Lechner <[email protected]> --- Changes in v2: - Dropped regulator-name and and min/max properties from the dts. - Dropped last two patches. They will be squashed into v2 of [1]. - Link to v1: https://patch.msgid.link/[email protected] [1]: https://lore.kernel.org/u-boot/[email protected]/ --- David Lechner (5): power: regulator: add MT6358 driver with MT6366 support power: pmic: mtk-pwrap: fix clock names power: pmic: mtk-pwrap: use mt8195 fallback for mt8188/9 power: pmic: mtk-pwrap: add mt6358 PMIC arm: dts: add mt6366 PMIC include arch/arm/dts/mt6366.dtsi | 168 +++++++++++++ drivers/power/pmic/mtk-pwrap.c | 92 ++++--- drivers/power/regulator/Kconfig | 8 + drivers/power/regulator/Makefile | 1 + drivers/power/regulator/mt6358_regulator.c | 371 +++++++++++++++++++++++++++++ include/power/mt6358.h | 130 ++++++++++ 6 files changed, 722 insertions(+), 48 deletions(-) --- base-commit: baa64b2f892890f00a377eac4a3e685472bb56b5 change-id: 20260804-mtk-pmic-mt6366-fd63c609df2a Best regards, -- David Lechner <[email protected]>
