ehci: mx7: fix usbnc_regs
There is a 4 bytes hole between phy_cfg2 and phy_status, fix the usbnc_regs structure to include the hole. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
217d16973d
commit
429ff4473b
@ -194,8 +194,9 @@ struct usbnc_regs {
|
||||
u32 reserve1[10];
|
||||
u32 phy_cfg1;
|
||||
u32 phy_cfg2;
|
||||
u32 reserve2;
|
||||
u32 phy_status;
|
||||
u32 reserve2[4];
|
||||
u32 reserve3[4];
|
||||
u32 adp_cfg1;
|
||||
u32 adp_cfg2;
|
||||
u32 adp_status;
|
||||
|
Loading…
Reference in New Issue
Block a user