arm64: dts: mt8173: fix wrong power-domain phandle of pmic
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Thu, 18 Mar 2021 06:18:48 +0000 (14:18 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 29 Mar 2021 17:22:33 +0000 (19:22 +0200)
Due to power domain controller is added, the power domain's
phanle is also changed from 'scpsys' to 'spm', but forget to
modify pmic node's

Fixes: 8b6562644df9 ("arm64: dts: mediatek: Add mt8173 power domain controller")
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/1616048328-13579-1-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8173-evb.dts

index 0ce81c4..f6a1738 100644 (file)
 
 &pwrap {
        /* Only MT8173 E1 needs USB power domain */
-       power-domains = <&scpsys MT8173_POWER_DOMAIN_USB>;
+       power-domains = <&spm MT8173_POWER_DOMAIN_USB>;
 
        pmic: mt6397 {
                compatible = "mediatek,mt6397";