Hi Chanho,

On 14.04.2014 14:48, Chanho Park wrote:
This patch enables a exynos_usbphy node for exynos4 SoCs.
A exynos4x12 usb phy node is almost same with 4210's one
except compatible string and pmu syscon.

Cc: Tomasz Figa <t.f...@samsung.com>
Cc: Kamil Debski <k.deb...@samsung.com>
Signed-off-by: Chanho Park <chanho61.p...@samsung.com>
---
  arch/arm/boot/dts/exynos4.dtsi    | 10 ++++++++++
  arch/arm/boot/dts/exynos4x12.dtsi |  5 +++++
  2 files changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index e565b86..0e32d7f 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -278,6 +278,16 @@
                status = "disabled";
        };

+       exynos_usbphy: exynos-usbphy@125B0000 {
+               compatible = "samsung,exynos4210-usb2-phy";
+               reg = <0x125B0000 0x100>;
+               samsung,pmureg-phandle = <&pmu_reg>;
+               clocks = <&clock 305>, <&clock 2>;

Please use clock macros from include/dt-bindings instead of numbers directly.

Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to