|
发表于 2016-1-12 15:22:04
只看该作者
5#
- --- a/kernel/arch/arm/boot/dts/firefly-rk3288.dts
- +++ b/kernel/arch/arm/boot/dts/firefly-rk3288.dts
- @@ -439,7 +439,7 @@
- regulator-initial-state = <3>;
- regulator-state-mem {
- regulator-state-mode = <0x2>;
- - regulator-state-disabled;
- + regulator-state-enabled;
- regulator-state-uv = <900000>;
- };
- };
- @@ -464,7 +464,7 @@
- regulator-initial-state = <3>;
- regulator-state-mem {
- regulator-state-mode = <0x2>;
- - regulator-state-enabled;
- + regulator-state-disabled;
- regulator-state-uv = <900000>;
- };
- };
复制代码
试一下这样修改看可不可以 |
|