UPSTREAM: google/gru: skip usbphy1 setup for Scarlet

Board Scarlet doesn't use usbphy1.

BUG=b:37685249
BRANCH=gru
TEST=boot Scarlet, check the firmware log, and confirm
no errors about USB1

Original-Change-Id: I66e0d8a235cc9057964f7abca32bc692d41e88fd
Signed-off-by: Philip Chen <philipchen@google.com>
Reviewed-on: https://review.coreboot.org/19489
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>

Change-Id: I3b62ea72c1db33fe8eb6386be38989f223d85039
Reviewed-on: https://chromium-review.googlesource.com/494906
Commit-Ready: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
Reviewed-by: Philip Chen <philipchen@chromium.org>
This commit is contained in:
philipchen 2017-04-27 18:25:11 -07:00 committed by chrome-bot
commit de3f019d4f
2 changed files with 24 additions and 32 deletions

View file

@ -71,10 +71,8 @@ struct rk3399_grf_regs {
u32 reserved10[0xc9];
u32 hsicphy_con0;
u32 reserved11[3];
u32 usbphy0_ctrl[26];
u32 reserved12[6];
u32 usbphy1_ctrl[26];
u32 reserved13[0x72f];
u32 usbphy_ctrl[2][26 + 6]; /* 26 PHY regs, 6 reserved padding regs */
u32 reserved13[0x729];
u32 soc_con9;
u32 reserved14[0x0a];
u32 soc_con20;