Skip to content

Commit

Permalink
ARM: EXYNOS: Remove wrongly placed usb2.0 PHY_CFG definition from PMU…
Browse files Browse the repository at this point in the history
…_REG

EXYNOS5_USB_CFG macro should actually point to USB20PHY_CFG system
register (base addr + 0x230). It's wrongly placed in regs-pmu.
Actual register at offset 0x230 in PMU is SEQ_TRANSITION4.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Vivek Gautam authored and Kukjin Kim committed Nov 7, 2012
1 parent f034d85 commit fa089de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-exynos/include/mach/regs-pmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@

/* For EXYNOS5 */

#define EXYNOS5_USB_CFG S5P_PMUREG(0x0230)

#define EXYNOS5_AUTO_WDTRESET_DISABLE S5P_PMUREG(0x0408)
#define EXYNOS5_MASK_WDTRESET_REQUEST S5P_PMUREG(0x040C)

Expand Down

0 comments on commit fa089de

Please sign in to comment.