Message ID | 1615563286-22126-1-git-send-email-hsin-hsiung.wang@mediatek.com |
---|---|
Headers | show |
Series | Add PMIC wrapper support for Mediatek MT6873/8192 SoC IC | expand |
On 12/03/2021 16:34, Hsin-Hsiung Wang wrote: > This series adds support for new SoC MT6873/8192 to the pmic-wrap driver. > This series is based on Weiyi's patches[1]. > > [1] https://patchwork.kernel.org/project/linux-mediatek/patch/1608642587-15634-7-git-send-email-weiyi.lu@mediatek.com/ > > changes since v5: > - rebase to Linux 5.12 > > Hsin-Hsiung Wang (5): > soc: mediatek: pwrap: use BIT() macro > soc: mediatek: pwrap: add arbiter capability > dt-bindings: mediatek: add compatible for MT6873/8192 pwrap > soc: mediatek: pwrap: add pwrap driver for MT6873/8192 SoCs Applied to first four to v5.12-next/soc Please resubmit the DTS node once the clock driver is accepted. Regards, Matthias > arm64: dts: mt8192: add pwrap node > > .../bindings/soc/mediatek/pwrap.txt | 1 + > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 12 +++ > drivers/soc/mediatek/mtk-pmic-wrap.c | 97 ++++++++++++++++--- > 3 files changed, 95 insertions(+), 15 deletions(-) >