sm7250-common: Add support for smart charging and battery health

Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
spkal01
2022-10-25 12:11:58 +05:30
committed by Sandeep-FED
parent e936225bf0
commit 5267f316f7
5 changed files with 36 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
# Allow system_server to read Fast Charging status
allow system_server vendor_sysfs_battery_supply:file { getattr open read };
#Smart charging
allow system_server sysfs_battery_supply:file { getattr open read write };