mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[ARM] tegra: stingray: Add BP boot command GPIO in mdm_ctrl platform data
Initialize BP boot command GPIOs in the platform data. Change-Id: Ia1f41e4d3d2fa718b156c065e0661fe1ac1a9ad2 Signed-off-by: Benoit Goby <benoit@android.com>
This commit is contained in:
committed by
Colin Cross
parent
f8f1d0d089
commit
7d144fc092
@@ -681,6 +681,7 @@ static struct mdm_ctrl_platform_data mdm_ctrl_platform_data = {
|
||||
TEGRA_GPIO_PZ1, MDM_GPIO_DIRECTION_OUT, 0, 0, "mdm_bp_resin"},
|
||||
.gpios[MDM_CTRL_GPIO_BP_PWRON] = {
|
||||
TEGRA_GPIO_PS6, MDM_GPIO_DIRECTION_OUT, 0, 0, "mdm_bp_pwr_on"},
|
||||
.cmd_gpios = {TEGRA_GPIO_PQ5, TEGRA_GPIO_PS5},
|
||||
};
|
||||
|
||||
static struct platform_device mdm_ctrl_platform_device = {
|
||||
|
||||
Reference in New Issue
Block a user