[PATCH 2/5] ARM: S3C64XX: Add phy_type to pmu_isolation
Vivek Gautam
gautam.vivek at samsung.com
Tue Oct 9 01:12:25 EST 2012
It adds 'type' argument to pmu_isolation function, aligning
with other platforms, which keeps track of usbphy_type.
Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
---
arch/arm/mach-s3c64xx/setup-usb-phy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s3c64xx/setup-usb-phy.c b/arch/arm/mach-s3c64xx/setup-usb-phy.c
index 3aee778..b7d1d95 100644
--- a/arch/arm/mach-s3c64xx/setup-usb-phy.c
+++ b/arch/arm/mach-s3c64xx/setup-usb-phy.c
@@ -13,7 +13,7 @@
#include <mach/map.h>
#include <mach/regs-sys.h>
-void s5p_usb_phy_pmu_isolation(int on)
+void s5p_usb_phy_pmu_isolation(int on, int type)
{
if (on) {
writel(readl(S3C64XX_OTHERS) & ~S3C64XX_OTHERS_USBMASK,
--
1.7.6.5
More information about the devicetree-discuss
mailing list