diff options
author | Olof Johansson <olof@lixom.net> | 2013-06-08 22:30:28 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-08 22:30:47 -0700 |
commit | 4d8f509e7a5d2eb636d57ddb677e504a90a4f99d (patch) | |
tree | 2f359163b1e8a08bd0d3a478096d80623582bfbf /arch/arm/boot | |
parent | b9747b3aafa7687414491e789c1a1b05c8781018 (diff) | |
parent | 3cc3b617dc39dad1e566ccfc4500154cb7c51aa3 (diff) | |
download | op-kernel-dev-4d8f509e7a5d2eb636d57ddb677e504a90a4f99d.zip op-kernel-dev-4d8f509e7a5d2eb636d57ddb677e504a90a4f99d.tar.gz |
Merge tag 'sirf-arm-soc-v3.10-fixes' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel into next/fixes-non-critical
From Barry Song, SiRF fixes for v3.10 (that we're punting to 3.11):
- Replace include linux/module.h with linux/export.h
- fix a checkpatch issue
- use of_platform_populate instead of of_platform_bus_probe
* tag 'sirf-arm-soc-v3.10-fixes' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel:
arm: prima2: use of_platform_populate instead of of_platform_bus_probe
ARM: prima2: fix a checkpatch issue
ARM: prima2: Replace include linux/module.h with linux/export.h
+ Linux 3.10-rc4
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 98dfc3e..0673524 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -497,6 +497,21 @@ clock-names = "usbhost"; }; + usbphy@12130000 { + compatible = "samsung,exynos5250-usb2phy"; + reg = <0x12130000 0x100>; + clocks = <&clock 1>, <&clock 285>; + clock-names = "ext_xtal", "usbhost"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + + usbphy-sys { + reg = <0x10040704 0x8>, + <0x10050230 0x4>; + }; + }; + amba { #address-cells = <1>; #size-cells = <1>; |