Update ufs path

Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: I58fd3772ce87040df334d7d16bc5c0e4e8d0c392
This commit is contained in:
Jaegeuk Kim 2022-06-23 23:49:46 -07:00
parent bfc6563cca
commit 5fe10163cb
5 changed files with 16 additions and 16 deletions

View file

@ -541,7 +541,7 @@ void addWifi(std::shared_ptr<PowerStats> p) {
}
void addUfs(std::shared_ptr<PowerStats> p) {
p->addStateResidencyDataProvider(std::make_unique<UfsStateResidencyDataProvider>("/sys/bus/platform/devices/14700000.ufs/ufs_stats/"));
p->addStateResidencyDataProvider(std::make_unique<UfsStateResidencyDataProvider>("/sys/bus/platform/devices/13200000.ufs/ufs_stats/"));
}
void addPowerDomains(std::shared_ptr<PowerStats> p) {