aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-04-26 11:35:24 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-04-26 11:35:24 +0530
commitf9bece4649ea84b2e8ee3ccf7952ce893868f556 (patch)
tree3c5872ec0a280e8432d86f72f7a8d190a5f94f09
parentbbb87d03e86ddb1587123eaf7be0805cfb22fcc3 (diff)
ARM: dts: Add missing sys-reg entry for USB-PHYsamsung-lt-v3.9-rc7-4
USB-PHY controller requires this register for proper configuration. Without this, it also dumps following warning during boot. samsung-usbphy s3c-usbphy: Can't get usb-phy sysreg cfg register samsung-usbphy s3c-usbphy: Can't configure specified phy mode samsung-usbphy s3c-usbphy: Can't configure specified phy mode samsung-usbphy s3c-usbphy: Already power on PHY samsung-usbphy s3c-usbphy: Can't configure specified phy mode samsung-usbphy s3c-usbphy: Already power on PHY Reported-by: Wei Huang <w1.huang@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ac3de7e17268..24581a83461c 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -101,7 +101,7 @@
usbphy-sys {
/* USB device and host PHY_CONTROL registers */
- reg = <0x10040704 0x8>;
+ reg = <0x10040704 0x8>, <0x10050230 0x4>;
};
};