mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
soc: qcom: pmic-pon-log: update USB pon log reason for PM7250B
Currently, when USB power-on trigger happens on PM7250B it reports SID, PID, and IRQ numbers only in power-on reason log. So, update logging to show PM7250B USB_CHARGER as power-on reason. Change-Id: Id0e1b383b21606eb96ca7caa5d1e190a54c6e9ca Signed-off-by: Rakesh Kota <quic_kotarake@quicinc.com>
This commit is contained in:
parent
027e77d801
commit
a73ab4c5ae
|
|
@ -178,6 +178,8 @@ static const struct pmic_pon_trigger_mapping pmic_pon_pon_trigger_map[] = {
|
|||
{0x0640, "SMPL"},
|
||||
{0x18C0, "PMIC_SID1_GPIO5"},
|
||||
{0x31C2, "USB_CHARGER"},
|
||||
/* PM7250B USB PON trigger */
|
||||
{0x8732, "USB_CHARGER"},
|
||||
};
|
||||
|
||||
static const struct pmic_pon_trigger_mapping pmic_pon_reset_trigger_map[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user