rk312xdts: reconfiguration the rk3126-sdk.dts

Signed-off-by: 许盛飞 <xsf@rock-chips.com>
This commit is contained in:
许盛飞
2014-11-28 09:51:09 +08:00
parent c31fb693ea
commit ccc87547dd
2 changed files with 21 additions and 14 deletions

View File

@@ -34,7 +34,27 @@
//vref_pmu_enable_level = <1>; //1->HIGH, 0->LOW
satus = "okay";
};
};
rockchip_suspend {
rockchip,ctrbits = <
(0
|RKPM_CTR_PWR_DMNS
|RKPM_CTR_GTCLKS
|RKPM_CTR_PLLS
|RKPM_CTR_ARMOFF_LPMD
|RKPM_CTR_DDR
|RKPM_CTR_IDLESRAM_MD
|RKPM_CTR_DDR
|RKPM_CTR_BUS_IDLE
//|RKPM_CTR_VOLTS
//|RKPM_CTR_VOL_PWM1
//|RKPM_CTR_VOL_PWM2
)
>;
rockchip,pmic-suspend_gpios = <
GPIO1_A1
>;
};
};
&fb {

View File

@@ -992,17 +992,4 @@
};
};
};
rockchip_suspend {
rockchip,ctrbits = <
(0
|RKPM_CTR_PWR_DMNS
|RKPM_CTR_GTCLKS
|RKPM_CTR_PLLS
|RKPM_CTR_ARMOFF_LPMD
)
>;
rockchip,pmic-suspend_gpios = <
GPIO1_A1
>;
};
};