diff options
author | Ashay Jaiswal <ashayj@codeaurora.org> | 2017-05-21 19:31:18 +0530 |
---|---|---|
committer | Ashay Jaiswal <ashayj@codeaurora.org> | 2017-06-26 19:05:11 +0530 |
commit | aad35d32ce600d2116565908ad318449b3efd145 (patch) | |
tree | ac50b3536673300e0252ca57286b63686370812a /system.prop | |
parent | 0269390aed3aa05437e74f2f8cff1a3a1aa3feef (diff) |
sdm660_64: Restrict adapter voltage for s/w INOV
Add persist property to restrict wall adapter output
voltage to 9V in case of s/w based INOV
Change-Id: Id6f01c57cde3efc7b24652de2883cebae782d450
Diffstat (limited to 'system.prop')
-rwxr-xr-x | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 840b0da..e3b0c64 100755 --- a/system.prop +++ b/system.prop @@ -187,3 +187,6 @@ persist.camera.preview.ubwc=0 # Create zram disk ro.config.zram=true + +#set maximum supported adapter voltage +persist.charger.max_voltage_mv=9000 |