pinctrl: qcom: Add wakeup_enable and wakeup_present bit

wakeup_enable bit sets the corresponding bit in the INTR_CFG register.

Also correct target bit to reflect its true position within the
INTR_CFG register.

This adds back a portion of commit 5ea61b95b8 ("pinctrl: qcom: Add
support to set wakeup_enable bit").

Change-Id: I50c4212c15cca02aff495c4af9ed5f91bc9cfa40
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
This commit is contained in:
John Moon 2022-11-15 13:25:22 -08:00
parent 3f0a6daf18
commit 97cd4ddc27

View File

@ -40,7 +40,9 @@
.out_bit = 1, \
.intr_enable_bit = 0, \
.intr_status_bit = 0, \
.intr_target_bit = 5, \
.intr_target_bit = 8, \
.intr_wakeup_enable_bit = 7, \
.intr_wakeup_present_bit = 6, \
.intr_target_kpss_val = 3, \
.intr_raw_status_bit = 4, \
.intr_polarity_bit = 1, \