Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754369Ab3HLSXY (ORCPT ); Mon, 12 Aug 2013 14:23:24 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:49865 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750980Ab3HLSXU (ORCPT ); Mon, 12 Aug 2013 14:23:20 -0400 From: Dongjin Kim Cc: Dongjin Kim , Tomasz Figa , Kyungmin Park , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH v2] ARM: dts: Add USBPHY nodes to Exynos4x12 Date: Tue, 13 Aug 2013 03:23:08 +0900 Message-Id: <1376331788-16029-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.9.5 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1276 Lines: 46 This patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim Cc: Tomasz Figa Cc: Kyungmin Park --- * Changes from v1 o. 'status = "disabled"' is removed to probe as default arch/arm/boot/dts/exynos4x12.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 01da194..3ee6102 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -73,4 +73,21 @@ clock-names = "sclk_fimg2d", "fimg2d"; status = "disabled"; }; + + usbphy@125B00000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "samsung,exynos4x12-usb2phy"; + reg = <0x125B0000 0x100>; + ranges; + + clocks = <&clock 2>, <&clock 305>; + clock-names = "xusbxti", "otg"; + + usbphy-sys { + /* USB device and host PHY_CONTROL registers */ + reg = <0x10020704 0xc>, + <0x1001021c 0x4>; + }; + }; }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/