summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2012-12-18 17:44:49 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2012-12-18 17:54:53 +0800
commitcf65bd257ac17c6212953995431d99ff690dc668 (patch)
tree80ef3907285a859b444e6e872c065ea36c962b23 /arch/arm/plat-mxc
parent15c3a6ac0f536338a7c6c9723fd76db9f902044b (diff)
ENGR00237520 MX6 PCIE: add flag to keep power supply
Keep power supply based on pcie_power_always_on for 3g modem,which is not function as a pcie device. Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/pcie.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/pcie.h b/arch/arm/plat-mxc/include/mach/pcie.h
index 775f65107978..2e8eb44be0c7 100644
--- a/arch/arm/plat-mxc/include/mach/pcie.h
+++ b/arch/arm/plat-mxc/include/mach/pcie.h
@@ -35,5 +35,6 @@ struct imx_pcie_platform_data {
unsigned int pcie_rst;
unsigned int pcie_wake_up;
unsigned int pcie_dis;
+ unsigned int pcie_power_always_on;
};
#endif /* __ASM_ARCH_IMX_PCIE_H */