HAL: mchp: Missing PCR ids to control PM for certain HW blocks #29059
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: Microchip MEC
Microchip MEC Platform
priority: low
Low impact/importance bug
Describe the bug
While there is control power management for different each HW instance of certain technology inside HAL (pcr.h)
i.e.
PCR_PS2_0 = (384u + 5u),
PCR_PS2_1 = (384u + 6u),
I2C and SMB are only exposing 3 ids, need the location the missing 2 in each case.
PCR_I2C0 = (512u + 10u),
PCR_I2C1 = (512u + 11u),
PCR_I2C2 = (512u + 12u),
Also TACH there is only 1 PCR id.
The text was updated successfully, but these errors were encountered: