Re: [PATCH] soc: mediatek: pwrap: add pwrap driver for MT8188 SoC
From: AngeloGioacchino Del Regno
Date: Mon Oct 07 2024 - 10:55:12 EST
Il 07/10/24 04:43, Macpaul Lin ha scritto:
MT8188 are highly integrated SoC and use PMIC_MT6359 for
power management. This patch adds pwrap master driver to
access PMIC_MT6359.
Signed-off-by: Sen Chu <sen.chu@xxxxxxxxxxxx>
Signed-off-by: Macpaul Lin <macpaul.lin@xxxxxxxxxxxx>
Actually, MT8188 and MT8195's pwrap registers and code flow are exactly the same:
since they are, we don't need this commit (or we don't need it right now!), and
we can just update the binding so that we can declare...
compatible = "mediatek,mt8188-pwrap", "mediatek,mt8195-pwrap", "syscon";
...hence this driver doesn't get any commit :-)
Cheers,
Angelo