arm64: dts: mt8192: Add spmi node
authorAllen-KH Cheng <allen-kh.cheng@mediatek.com>
Tue, 19 Apr 2022 06:32:26 +0000 (14:32 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 26 Apr 2022 08:58:57 +0000 (10:58 +0200)
Add spmi node for mt8192 SoC.

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Link: https://lore.kernel.org/r/20220419063226.15958-2-allen-kh.cheng@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8192.dtsi

index a6da7b0..164fae3 100644 (file)
                        assigned-clock-parents = <&topckgen CLK_TOP_OSC_D10>;
                };
 
+               spmi: spmi@10027000 {
+                       compatible = "mediatek,mt6873-spmi";
+                       reg = <0 0x10027000 0 0x000e00>,
+                             <0 0x10029000 0 0x000100>;
+                       reg-names = "pmif", "spmimst";
+                       clocks = <&infracfg CLK_INFRA_PMIC_AP>,
+                                <&infracfg CLK_INFRA_PMIC_TMR>,
+                                <&topckgen CLK_TOP_SPMI_MST_SEL>;
+                       clock-names = "pmif_sys_ck",
+                                     "pmif_tmr_ck",
+                                     "spmimst_clk_mux";
+                       assigned-clocks = <&topckgen CLK_TOP_PWRAP_ULPOSC_SEL>;
+                       assigned-clock-parents = <&topckgen CLK_TOP_OSC_D10>;
+               };
+
                scp_adsp: clock-controller@10720000 {
                        compatible = "mediatek,mt8192-scp_adsp";
                        reg = <0 0x10720000 0 0x1000>;