Unverified Commit 86bc9aef authored by Fei Shao's avatar Fei Shao Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt8188: Add SPMI support for PMIC control

parent 41eb8f7a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1309,6 +1309,18 @@ pwrap: pwrap@10024000 {
			clock-names = "spi", "wrap";
		};

		spmi: spmi@10027000 {
			compatible = "mediatek,mt8188-spmi", "mediatek,mt8195-spmi";
			reg = <0 0x10027000 0 0xe00>, <0 0x10029000 0 0x100>;
			reg-names = "pmif", "spmimst";
			assigned-clocks = <&topckgen CLK_TOP_SPMI_M_MST>;
			assigned-clock-parents = <&topckgen CLK_TOP_ULPOSC1_D10>;
			clocks = <&infracfg_ao CLK_INFRA_AO_PMIC_AP>,
				 <&infracfg_ao CLK_INFRA_AO_PMIC_TMR>,
				 <&topckgen CLK_TOP_SPMI_M_MST>;
			clock-names = "pmif_sys_ck", "pmif_tmr_ck", "spmimst_clk_mux";
		};

		infra_iommu: iommu@10315000 {
			compatible = "mediatek,mt8188-iommu-infra";
			reg = <0 0x10315000 0 0x1000>;