Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 247b4592 authored by Haojian Zhuang's avatar Haojian Zhuang Committed by Eric Miao
Browse files

[ARM] mmp2: add mfpr setting

parent 4e3b4da9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -231,6 +231,10 @@
/* Codec*/
#define GPIO23_GPIO23		MFP_CFG(GPIO23, AF0)

#define GPIO101_GPIO101		MFP_CFG(GPIO101, AF0)

/* PMIC */
#define PMIC_PMIC_INT		MFP_CFG(PMIC_INT, AF0)

#endif /* __ASM_MACH_MFP_MMP2_H */
+7 −0
Original line number Diff line number Diff line
@@ -28,6 +28,12 @@

#define MFPR_VIRT_BASE	(APB_VIRT_BASE + 0x1e000)

static struct mfp_addr_map mmp2_addr_map[] __initdata = {
	MFP_ADDR(PMIC_INT, 0x2c4),

	MFP_ADDR_END,
};

/* APB peripheral clocks */
static APBC_CLK(uart1, MMP2_UART1, 1, 26000000);
static APBC_CLK(uart2, MMP2_UART2, 1, 26000000);
@@ -61,6 +67,7 @@ static int __init mmp2_init(void)
{
	if (cpu_is_mmp2()) {
		mfp_init_base(MFPR_VIRT_BASE);
		mfp_init_addr(mmp2_addr_map);
		clks_register(ARRAY_AND_SIZE(mmp2_clkregs));
	}