* [PATCH 2/2] ARM: dts: Add USB PHY node to Exynos4210
@ 2013-05-29 9:48 Jingoo Han
0 siblings, 0 replies; only message in thread
From: Jingoo Han @ 2013-05-29 9:48 UTC (permalink / raw)
To: 'Kukjin Kim', linux-samsung-soc
Cc: linux-arm-kernel, linux-kernel, 'Vivek Gautam',
'Praveen Paneri', 'Thomas Abraham',
Jingoo Han
Add device node for USB 2.0 PHY controller to Exynos4210.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
Tested on Exynos4210.
arch/arm/boot/dts/exynos4210.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 3c173c7..bec6637 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -135,6 +135,20 @@
clock-names = "usbhost";
};
+ usb2_phy: usbphy@125b0000 {
+ compatible = "samsung,exynos4210-usb2phy";
+ reg = <0x125b0000 0x100>;
+ clocks = <&clock 2>, <&clock 305>;
+ clock-names = "xusbxti", "usb_device";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ usbphy-sys {
+ reg = <0x10020704 0x8>;
+ };
+ };
+
g2d@12800000 {
compatible = "samsung,s5pv210-g2d";
reg = <0x12800000 0x1000>;
--
1.7.10.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-29 9:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29 9:48 [PATCH 2/2] ARM: dts: Add USB PHY node to Exynos4210 Jingoo Han
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome