Unverified Commit 0cd67c39 authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #1216 from hzhuang1/fix_psci

Hikey960: Fix hikey960 pcie mount fail
parents 254ce52f 294d7471
...@@ -647,6 +647,8 @@ static void hikey960_pinmux_init(void) ...@@ -647,6 +647,8 @@ static void hikey960_pinmux_init(void)
} }
/* GPIO005 - PMU SSI, 10mA */ /* GPIO005 - PMU SSI, 10mA */
mmio_write_32(IOCG_006_REG, 2 << 4); mmio_write_32(IOCG_006_REG, 2 << 4);
/* GPIO213 - PCIE_CLKREQ_N */
mmio_write_32(IOMG_AO_033_REG, 1);
} }
/* /*
......
...@@ -335,6 +335,8 @@ ...@@ -335,6 +335,8 @@
#define IOMG_AO_026_REG (IOMG_AO_REG_BASE + 0x068) #define IOMG_AO_026_REG (IOMG_AO_REG_BASE + 0x068)
/* GPIO219: PD interrupt. pull up */ /* GPIO219: PD interrupt. pull up */
#define IOMG_AO_039_REG (IOMG_AO_REG_BASE + 0x09C) #define IOMG_AO_039_REG (IOMG_AO_REG_BASE + 0x09C)
/* GPIO213: PCIE_CLKREQ_N */
#define IOMG_AO_033_REG (IOMG_AO_REG_BASE + 0x084)
#define IOCG_AO_REG_BASE 0xFFF1187C #define IOCG_AO_REG_BASE 0xFFF1187C
/* GPIO219: PD interrupt. pull up */ /* GPIO219: PD interrupt. pull up */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment