summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Kumar <rajesh3.kumar@intel.com>2022-11-22 17:33:51 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-28 21:46:48 +0000
commit7340d1aade18eaad4ae3ae5407ff1a7f475ea6e0 (patch)
treef0925b6c7bcd5b08c4892681a774d78a55fb2dd1
parent95e35a602341ea363c194144b7090062589091fb (diff)
downloadchrome-ec-7340d1aade18eaad4ae3ae5407ff1a7f475ea6e0.tar.gz
rex: Remove unused PSL pin from PSL IO pad list
EC reboots when hibernate command is triggered on EC console. Only LID_OPEN, ACOK_OD and MECH_PWR_BTN_ODL needs to be configured as PSL wake-up pins. The additional congifured signal GSC_EC_PWR_BTN_ODL which is the passthroug signal from H1 is causing reboot on hibernate. Hence removed the unused PSL signal from PSL configuration. BRANCH=None BUG=b:260129864 TEST=No reboot observed on hibernate using EC command. EC is coming out of hibernate state when Type-C charger is conncted. Signed-off-by: Rajesh Kumar <rajesh3.kumar@intel.com> Change-Id: I433519186f864ad939e4d6fb984c087899e2a3da Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049896 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
-rw-r--r--zephyr/program/rex/rex.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/rex/rex.dts b/zephyr/program/rex/rex.dts
index 801ba537a0..a20bfccdfe 100644
--- a/zephyr/program/rex/rex.dts
+++ b/zephyr/program/rex/rex.dts
@@ -83,7 +83,7 @@
&power_ctrl_psl {
status = "okay";
pinctrl-names = "sleep";
- pinctrl-0 = <&psl_in1_gpd2 &psl_in2_gp00 &psl_in3_gp01 &psl_in4_gp02>;
+ pinctrl-0 = <&psl_in1_gpd2 &psl_in2_gp00 &psl_in4_gp02>;
};
/* ADC and GPIO alt-function specifications */