mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 16:11:43 +00:00
it8380dev: change PNPCFG base address to 4E/4F
Always reserved 2E/2F for super I/O. This can avoid conflict with super I/O base address. Signed-off-by: Dino Li <dino.li@ite.com.tw> BRANCH=none BUG=none TEST=make buildall -j Change-Id: I67a37355e320e289fb1f58c7356a1592f7645d21 Reviewed-on: https://chromium-review.googlesource.com/290087 Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Dino Li <dino.li@ite.com.tw> Tested-by: Dino Li <dino.li@ite.com.tw>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
9495f669d5
commit
afae611999
@@ -528,8 +528,8 @@ static void lpc_init(void)
|
||||
|
||||
IT83XX_GPIO_GCR = 0x06;
|
||||
|
||||
/* The register pair to access PNPCFG is 002Eh and 002Fh */
|
||||
IT83XX_GCTRL_BADRSEL = 0x00;
|
||||
/* The register pair to access PNPCFG is 004Eh and 004Fh */
|
||||
IT83XX_GCTRL_BADRSEL = 0x01;
|
||||
|
||||
/* Disable KBC IRQ */
|
||||
IT83XX_KBC_KBIRQR = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user