Message ID | 1599201895-11013-1-git-send-email-weiyi.lu@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Mediatek MT8192 scpsys support | expand |
Hi Weiyi, On 04/09/2020 08:44, Weiyi Lu wrote: > This series is based on v5.9-rc1, MT8192 clock v3[1] and MT8183 scpsys v17[2]. First of all, thanks for your patch! The actual scpsys driver has some limitations. Enric and I are working on a new driver [1]. My idea is to deprecate the old scpsys driver in favor of this new one. Would you mind to resend your series on top of [1]? Regards, Matthias > > [1] https://patchwork.kernel.org/cover/11752231/ > [2] https://patchwork.kernel.org/cover/11703253/ > > > Weiyi Lu (3): > dt-bindings: soc: Add MT8192 power dt-bindings > soc: mediatek: Add MT8192 scpsys support > arm64: dts: Add power controller device node of MT8192 > > .../bindings/soc/mediatek/scpsys.txt | 5 + > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 148 +++++++++ > drivers/soc/mediatek/mtk-scpsys.c | 297 ++++++++++++++++++ > include/dt-bindings/power/mt8192-power.h | 32 ++ > 4 files changed, 482 insertions(+) > create mode 100644 include/dt-bindings/power/mt8192-power.h >