LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: kgene@kernel.org
Cc: mark.rutland@arm.com, marc.zyngier@arm.com, arnd@arndb.de,
olof@lixom.net, catalin.marinas@arm.com, will.deacon@arm.com,
inki.dae@samsung.com, chanho61.park@samsung.com,
cw00.choi@samsung.com, jaewon02.kim@samsung.com,
beomho.seo@samsung.com, jy0922.shim@samsung.com,
a.kesavan@samsung.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/6] arm64: dts: exynos: Add EHCI and OHCI dt node for Exynos5433
Date: Thu, 02 Apr 2015 17:34:32 +0900 [thread overview]
Message-ID: <1427963677-32661-2-git-send-email-cw00.choi@samsung.com> (raw)
In-Reply-To: <1427963677-32661-1-git-send-email-cw00.choi@samsung.com>
From: Jaewon Kim <jaewon02.kim@samsung.com>
This patch adds EHCI and OHCI device tree node
to usb USB2.0 Host and HSCI(High Speed Inter-Chip) function.
Cc: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
---
arch/arm64/boot/dts/exynos/exynos5433.dtsi | 43 ++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index faea1c6..8a1875d 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -916,6 +916,49 @@
io-channel-ranges;
status = "disabled";
};
+
+ ehci: usb@15510000 {
+ compatible = "samsung,exynos4210-ehci";
+ reg = <0x15510000 0x1000>;
+ interrupts = <0 230 0>;
+ clocks = <&cmu_fsys CLK_ACLK_USBHOST20>;
+ clock-names = "usbhost";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+
+ port@0 {
+ reg = <0>;
+ phys = <&usb2_phy 0>;
+ status = "disabled";
+ };
+ port@1 {
+ reg = <1>;
+ phys = <&usb2_phy 1>;
+ status = "disabled";
+ };
+ };
+
+ ohci: usb@15520000 {
+ compatible = "samsung,exynos4210-ohci";
+ reg = <0x15520000 0x1000>;
+ interrupts = <0 230 0>;
+ clocks = <&cmu_fsys CLK_ACLK_USBHOST20>;
+ clock-names = "usbhost";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
+ usb2_phy: usb2phy@15530000 {
+ compatible = "samsung,exynos5433-usb2-phy";
+ reg = <0x15530000 0x100>;
+ samsung,pmureg-phandle = <&pmu_system_controller>;
+ clocks = <&cmu_fsys CLK_ACLK_USBHOST20>, <&xxti>;
+ clock-names = "phy", "ref";
+ #phy-cells = <1>;
+ status = "disabled";
+ };
};
timer {
--
1.8.5.5
next prev parent reply other threads:[~2015-04-02 8:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 8:34 [PATCH 0/6] arm64: dts: exynos: Add USB/PWM/UART3/reboot dt node for Exynos5433 SoC Chanwoo Choi
2015-04-02 8:34 ` Chanwoo Choi [this message]
2015-04-02 8:34 ` [PATCH 2/6] arm64: dts: exynos: Add USB Device dt node for Exynos5433 Chanwoo Choi
2015-04-02 8:34 ` [PATCH 3/6] arm64: dts: exynos: Add USB3.0 Host " Chanwoo Choi
2015-04-02 8:34 ` [PATCH 4/6] arm64: dts: exynos: Add PWM dt node and pinctrl for Exynos5433 SoC Chanwoo Choi
2015-04-02 8:34 ` [PATCH 5/6] arm64: dts: exynos: Add UART3 dt node " Chanwoo Choi
2015-04-02 8:34 ` [PATCH 6/6] arm64: dts: exynos: add reboot node for exynos5433 Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1427963677-32661-2-git-send-email-cw00.choi@samsung.com \
--to=cw00.choi@samsung.com \
--cc=a.kesavan@samsung.com \
--cc=arnd@arndb.de \
--cc=beomho.seo@samsung.com \
--cc=catalin.marinas@arm.com \
--cc=chanho61.park@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=inki.dae@samsung.com \
--cc=jaewon02.kim@samsung.com \
--cc=jy0922.shim@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=marc.zyngier@arm.com \
--cc=mark.rutland@arm.com \
--cc=olof@lixom.net \
--cc=will.deacon@arm.com \
--subject='Re: [PATCH 1/6] arm64: dts: exynos: Add EHCI and OHCI dt node for Exynos5433' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).