aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/include
diff options
context:
space:
mode:
authorhenryc.chen <henryc.chen@mediatek.com>2015-07-31 17:10:52 +0800
committerPatrick Georgi <pgeorgi@google.com>2015-12-04 21:52:48 +0100
commit31ae314f0fa3c06d8dcc9d830b8844acd2299ed4 (patch)
treeeadec00553cf452c66502e1320af9db797fd3846 /src/soc/mediatek/mt8173/include
parenta91402fc1ee341fca6bec6df76960f68e8b0f8ce (diff)
mediatek/mt8173: Add mt6391 PMIC driver
BUG=none TEST=emerge-oak coreboot BRANCH=none Change-Id: I2b9e1fc16183a29ba308313d347f2f0e948e96a7 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: ee56cab3b5c04838af80690c21d3aa160d71501a Original-Change-Id: I2eaa0a406c29b7c9012e3c9860967fc3f27a48a5 Original-Signed-off-by: henryc.chen <henryc.chen@mediatek.com> Original-Reviewed-on: https://chromium-review.googlesource.com/292669 Original-Commit-Ready: Yidi Lin <yidi.lin@mediatek.com> Original-Tested-by: Yidi Lin <yidi.lin@mediatek.com> Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/12608 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8173/include')
-rw-r--r--src/soc/mediatek/mt8173/include/soc/mt6391.h311
1 files changed, 311 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/mt6391.h b/src/soc/mediatek/mt8173/include/soc/mt6391.h
new file mode 100644
index 0000000000..304ef229d0
--- /dev/null
+++ b/src/soc/mediatek/mt8173/include/soc/mt6391.h
@@ -0,0 +1,311 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2015 MediaTek Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef __SOC_MEDIATEK_MT8173_MT6391_H__
+#define __SOC_MEDIATEK_MT8173_MT6391_H__
+
+#include <types.h>
+
+/*
+ * PMIC definition
+ */
+enum {
+ PMIC6391_E1_CID_CODE = 0x1091,
+ PMIC6391_E2_CID_CODE = 0x2091,
+ PMIC6397_E1_CID_CODE = 0x1097,
+ PMIC6397_E2_CID_CODE = 0x2097,
+ PMIC6397_E3_CID_CODE = 0x3097,
+ PMIC6397_E4_CID_CODE = 0x4097
+};
+
+/*
+ * PMIC Register Index
+ */
+
+/* PCHR Register Definition */
+enum {
+ PMIC_RG_CHR_CON1 = 0x0002,
+ PMIC_RG_CHR_CON6 = 0x000C,
+ PMIC_RG_CHR_CON13 = 0x001A,
+ PMIC_RG_CHR_CON18 = 0x0024,
+ PMIC_RG_CHR_CON21 = 0x002A,
+ PMIC_RG_CHR_CON23 = 0x002E,
+};
+
+/* TOP Register Definition */
+enum{
+ PMIC_RG_CID = 0x0100,
+ PMIC_RG_TOP_CKPDN = 0x0102,
+ PMIC_RG_TOP_CKPDN2 = 0x0108,
+ PMIC_RG_TOP_RST_CON = 0x0114,
+ PMIC_RG_WRP_CKPDN = 0x011A,
+ PMIC_RG_TOP_RST_MISC = 0x0126,
+ PMIC_RG_TOP_CKCON1 = 0x0128,
+ PMIC_RG_TOP_CKCON2 = 0x012A,
+ PMIC_RG_TOP_CKTST1 = 0x012C,
+ PMIC_RG_TOP_CKTST2 = 0x012E,
+ PMIC_RG_OC_DEG_EN = 0x0130,
+ PMIC_RG_OC_CTL1 = 0x0134,
+ PMIC_RG_CHRSTATUS = 0x0144,
+ PMIC_RG_OCSTATUS0 = 0x0146,
+ PMIC_RG_OCSTATUS1 = 0x0148,
+ PMIC_RG_OCSTATUS2 = 0x014A,
+ PMIC_RG_TOP_CKPDN3 = 0x01CE,
+ PMIC_RG_TOP_CKCON3 = 0x01D4
+};
+
+/* INT Register Definition */
+enum{
+ PMIC_RG_INT_CON0 = 0x0178,
+ PMIC_RG_INT_CON1 = 0x017E,
+};
+
+/* FQMTR Register Definition */
+enum{
+ PMIC_RG_FQMTR_CON0 = 0x0188,
+ PMIC_RG_FQMTR_CON1 = 0x018A,
+ PMIC_RG_FQMTR_CON2 = 0x018C
+};
+
+/* EFUSE Register Definition */
+enum{
+ PMIC_RG_EFUSE_DOUT_256_271 = 0x01EE,
+ PMIC_RG_EFUSE_DOUT_272_287 = 0x01F0,
+ PMIC_RG_EFUSE_DOUT_288_303 = 0x01F2,
+ PMIC_RG_EFUSE_DOUT_304_319 = 0x01F4
+};
+
+/* BUCK Register Definition */
+enum{
+ PMIC_RG_BUCK_CON3 = 0x0206,
+ PMIC_RG_BUCK_CON8 = 0x0210,
+ PMIC_RG_VCA15_CON1 = 0x0216,
+ PMIC_RG_VCA15_CON5 = 0x021E,
+ PMIC_RG_VCA15_CON7 = 0x0222,
+ PMIC_RG_VCA15_CON8 = 0x0224,
+ PMIC_RG_VCA15_CON9 = 0x0226,
+ PMIC_RG_VCA15_CON10 = 0x0228,
+ PMIC_RG_VCA15_CON11 = 0x022A,
+ PMIC_RG_VCA15_CON18 = 0x0238,
+ PMIC_RG_VSRMCA15_CON5 = 0x0244,
+ PMIC_RG_VSRMCA15_CON6 = 0x0246,
+ PMIC_RG_VSRMCA15_CON7 = 0x0248,
+ PMIC_RG_VSRMCA15_CON8 = 0x024A,
+ PMIC_RG_VSRMCA15_CON9 = 0x024C,
+ PMIC_RG_VSRMCA15_CON10 = 0x024E,
+ PMIC_RG_VSRMCA15_CON11 = 0x0250,
+ PMIC_RG_VSRMCA15_CON18 = 0x025E,
+ PMIC_RG_VSRMCA15_CON19 = 0x0260,
+ PMIC_RG_VSRMCA15_CON20 = 0x0262,
+ PMIC_RG_VSRMCA15_CON21 = 0x0264,
+ PMIC_RG_VCORE_CON5 = 0x0270,
+ PMIC_RG_VCORE_CON6 = 0x0272,
+ PMIC_RG_VCORE_CON8 = 0x0276,
+ PMIC_RG_VCORE_CON9 = 0x0278,
+ PMIC_RG_VCORE_CON10 = 0x027A,
+ PMIC_RG_VCORE_CON11 = 0x027C,
+ PMIC_RG_VCORE_CON18 = 0x028A,
+ PMIC_RG_VGPU_CON1 = 0x028E,
+ PMIC_RG_VGPU_CON8 = 0x029C,
+ PMIC_RG_VGPU_CON18 = 0x02B0,
+ PMIC_RG_VIO18_CON18 = 0x0324,
+ PMIC_RG_VPCA7_CON5 = 0x0330,
+ PMIC_RG_VPCA7_CON6 = 0x0332,
+ PMIC_RG_VPCA7_CON7 = 0x0334,
+ PMIC_RG_VPCA7_CON8 = 0x0336,
+ PMIC_RG_VPCA7_CON9 = 0x0338,
+ PMIC_RG_VPCA7_CON10 = 0x033A,
+ PMIC_RG_VPCA7_CON11 = 0x033C,
+ PMIC_RG_VPCA7_CON18 = 0x034A,
+ PMIC_RG_VSRMCA7_CON5 = 0x0356,
+ PMIC_RG_VSRMCA7_CON6 = 0x0358,
+ PMIC_RG_VSRMCA7_CON8 = 0x035C,
+ PMIC_RG_VSRMCA7_CON9 = 0x035E,
+ PMIC_RG_VSRMCA7_CON10 = 0x0360,
+ PMIC_RG_VSRMCA7_CON11 = 0x0362,
+ PMIC_RG_VSRMCA7_CON18 = 0x0370,
+ PMIC_RG_VSRMCA7_CON19 = 0x0372,
+ PMIC_RG_VSRMCA7_CON20 = 0x0374,
+ PMIC_RG_VSRMCA7_CON21 = 0x0376,
+ PMIC_RG_VDRM_CON9 = 0x038A,
+ PMIC_RG_VDRM_CON10 = 0x038C,
+ PMIC_RG_VDRM_CON18 = 0x039C,
+ PMIC_RG_BUCK_K_CON0 = 0x039E
+};
+
+/* ANALDO Register Definition */
+enum{
+ PMIC_RG_ANALDO_CON0 = 0x0400,
+ PMIC_RG_ANALDO_CON2 = 0x0404,
+ PMIC_RG_ANALDO_CON6 = 0x040C,
+};
+
+/* DIGLDO Register Definition */
+enum{
+ PMIC_RG_DIGLDO_CON5 = 0x041A,
+ PMIC_RG_DIGLDO_CON6 = 0x041C,
+ PMIC_RG_DIGLDO_CON8 = 0x0420,
+ PMIC_RG_DIGLDO_CON10 = 0x0424,
+ PMIC_RG_DIGLDO_CON19 = 0x0436,
+ PMIC_RG_DIGLDO_CON20 = 0x0438,
+ PMIC_RG_DIGLDO_CON22 = 0x043C,
+ PMIC_RG_DIGLDO_CON24 = 0x0440,
+ PMIC_RG_DIGLDO_CON27 = 0x0446,
+ PMIC_RG_DIGLDO_CON30 = 0x044C,
+ PMIC_RG_DIGLDO_CON33 = 0x045A
+};
+
+/* STRUP Register Definition */
+enum{
+ PMIC_RG_STRUP_CON0 = 0x0500,
+ PMIC_RG_STRUP_CON2 = 0x0502,
+ PMIC_RG_STRUP_CON5 = 0x0508,
+ PMIC_RG_STRUP_CON7 = 0x050C,
+ PMIC_RG_STRUP_CON10 = 0x0512
+};
+
+/* AUXADC Register Definition */
+enum{
+ PMIC_RG_AUXADC_CON14 = 0x055E
+};
+
+/* Driver Register Definition */
+enum{
+ PMIC_RG_FLASH_CON0 = 0x0560,
+ PMIC_RG_KPLED_CON0 = 0x0566
+};
+
+/* SPK Register Definition */
+enum{
+ PMIC_RG_SPK_CON0 = 0x0600,
+ PMIC_RG_SPK_CON2 = 0x0604,
+ PMIC_RG_SPK_CON3 = 0x0606,
+ PMIC_RG_SPK_CON5 = 0x060A,
+ PMIC_RG_SPK_CON9 = 0x0612
+};
+
+/* FGADC Register Definition */
+enum{
+ PMIC_RG_FGADC_CON13 = 0x0632,
+ PMIC_RG_FGADC_CON16 = 0x0638,
+ PMIC_RG_FGADC_CON17 = 0x063A,
+ PMIC_RG_FGADC_CON18 = 0x063C
+};
+
+/* AUDDAC Register Definition */
+enum{
+ PMIC_RG_AUDLDO_CFG0 = 0x0714,
+ PMIC_RG_AUD_NCP0 = 0x071A
+};
+
+/* DCXO Register Definition */
+enum{
+ PMIC_RG_PMIC_RG_RG_DCXO_CON0 = 0x83a,
+ PMIC_RG_DCXO_CON2 = 0x83e,
+ PMIC_RG_DCXO_MANUAL_CON1 = 0x844,
+ PMIC_RG_DCXO_ANALOG_CON1 = 0x84a,
+ PMIC_RG_DCXO_FORCE_MODE1 = 0x854,
+ PMIC_RG_DCXO_POR2_CON3 = 0x85c
+};
+
+/* TOP MASK and SHIFT Definition */
+enum{
+ PMIC_RG_FQMTR_PDN_SHIFT = 1,
+ PMIC_RG_AP_RST_DIS_MASK = 0x1,
+ PMIC_RG_AP_RST_DIS_SHIFT = 0,
+ PMIC_RG_RST_PART_SEL_MASK = 0x1,
+ PMIC_RG_RST_PART_SEL_SHIFT = 4,
+ PMIC_RG_TOP_RST_MISC_RSV_3_MASK = 0x1,
+ PMIC_RG_TOP_RST_MISC_RSV_3_SHIFT = 3,
+ PMIC_RG_STRUP_MAN_RST_EN_MASK = 0x1,
+ PMIC_RG_STRUP_MAN_RST_EN_SHIFT = 2,
+ PMIC_RG_SYSRSTB_EN_MASK = 0x1,
+ PMIC_RG_SYSRSTB_EN_SHIFT = 1,
+ PMIC_RG_PWRKEY_DEB_MASK = 0x1,
+ PMIC_RG_PWRKEY_DEB_SHIFT = 3,
+ PMIC_RG_HOMEKEY_DEB_MASK = 0x1,
+ PMIC_RG_HOMEKEY_DEB_SHIFT = 4
+};
+
+/* ANALDO MASK and SHIFT Definition */
+enum{
+ PMIC_RG_VCAMA_VOSEL_MASK = 0x3,
+ PMIC_RG_VCAMA_VOSEL_SHIFT = 6,
+ PMIC_RG_VCAMA_EN_MASK = 0x1,
+ PMIC_RG_VCAMA_EN_SHIFT = 15,
+};
+
+/* DCXO MASK and SHIFT Definition */
+enum{
+ PMIC_RG_DCXO_C2_UNTRIM_MASK = 0x1,
+ PMIC_RG_DCXO_C2_UNTRIM_SHIFT = 15,
+ PMIC_RG_DCXO_MANUAL_C1C2_SYNC_EN_MASK = 0x1,
+ PMIC_RG_DCXO_MANUAL_C1C2_SYNC_EN_SHIFT = 9,
+ PMIC_RG_DCXO_MANUAL_SYNC_EN_MASK = 0x1,
+ PMIC_RG_DCXO_MANUAL_SYNC_EN_SHIFT = 8,
+ PMIC_RG_DCXO_ATTEN_BB_MASK = 0x3,
+ PMIC_RG_DCXO_ATTEN_BB_SHIFT = 11,
+ PMIC_RG_DCXO_LDO_BB_V_MASK = 0x3,
+ PMIC_RG_DCXO_LDO_BB_V_SHIFT = 2
+};
+
+enum ldo_power {
+ LDO_VCAMD,
+ LDO_VCAMIO,
+ LDO_VCAMAF,
+ LDO_VGP4,
+ LDO_VGP5,
+ LDO_VGP6,
+ LDO_VTCXO,
+ LDO_VA28,
+ LDO_VCAMA,
+ LDO_VIO28,
+ LDO_VUSB,
+ LDO_VMC,
+ LDO_VMCH,
+ LDO_VEMC3V3,
+ LDO_VIBR,
+};
+
+enum ldo_voltage {
+ LDO_1P2 = 0,
+ LDO_1P3 = 1,
+ LDO_1P5 = 2,
+ LDO_1P8 = 3,
+ LDO_2P5 = 4,
+ LDO_2P8 = 5,
+ LDO_3P0 = 6,
+ LDO_3P3 = 7,
+ LDO_NUM_VOLTAGES,
+
+ LDO_1P22, /* only VCAMD */
+ LDO_1P0, /* only VCAMIO */
+ LDO_2P0, /* only VGP5 */
+};
+
+/*
+ * PMIC Exported Function
+ */
+void mt6391_configure_ldo(enum ldo_power ldo, enum ldo_voltage vsel);
+u32 mt6391_read(u16 reg, u32 mask, u32 shift);
+void mt6391_write(u16 reg, u16 val, u32 mask, u32 shift);
+void mt6391_enable_reset_when_ap_resets(void);
+void mt6391_init(void);
+
+#endif /* __SOC_MEDIATEK_MT8173_MT6391_H__ */