mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 10:25:20 +00:00
Rambi, Squawks: Clean up old comment on keyboard IRQ
The comment about cleaning up _NEW signals related to the keyboard IRQ was taken care of by https://chromium-review.googlesource.com/#/c/181718/4 BUG=None BRANCH=ToT TEST=make buildall -j 32 Change-Id: I635ec910b0c2f7fe686c9a7480095a65085e8a91 Original-Change-Id: I97e6f66340d9f8683ed69548cdbbe7c243c3b764 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/185020 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/192199
This commit is contained in:
committed by
chrome-internal-fetch
parent
bc8ed17c5f
commit
daeddb75e9
@@ -111,10 +111,6 @@ enum gpio_signal {
|
||||
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
|
||||
GPIO_PCH_SOC_OVERRIDE, /* SOC override signal to PCH; when high, ME
|
||||
* ignores security descriptor */
|
||||
/*
|
||||
* TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
|
||||
* from the new one when we deprecate the 1.5 boards.
|
||||
*/
|
||||
GPIO_PCH_SYS_PWROK, /* EC thinks everything is up and ready */
|
||||
GPIO_PCH_WAKE_L, /* Wake signal from EC to PCH */
|
||||
GPIO_PP1350_EN, /* Enable 1.35V supply */
|
||||
|
||||
@@ -111,10 +111,6 @@ enum gpio_signal {
|
||||
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
|
||||
GPIO_PCH_SOC_OVERRIDE, /* SOC override signal to PCH; when high, ME
|
||||
* ignores security descriptor */
|
||||
/*
|
||||
* TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
|
||||
* from the new one when we deprecate the 1.5 boards.
|
||||
*/
|
||||
GPIO_PCH_SYS_PWROK, /* EC thinks everything is up and ready */
|
||||
GPIO_PCH_WAKE_L, /* Wake signal from EC to PCH */
|
||||
GPIO_PP1350_EN, /* Enable 1.35V supply */
|
||||
|
||||
Reference in New Issue
Block a user