From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: sun8i: Add usb_clk node for a23/a33
Date: Mon, 1 Jun 2015 20:23:28 +0200 [thread overview]
Message-ID: <1433183008-13086-2-git-send-email-hdegoede@redhat.com> (raw)
In-Reply-To: <1433183008-13086-1-git-send-email-hdegoede@redhat.com>
Add an usb_clk node for a23/a33.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
arch/arm/boot/dts/sun8i-a23-a33.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
index c73d1d1..44dd7155 100644
--- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
@@ -248,6 +248,16 @@
"mmc2_output",
"mmc2_sample";
};
+
+ usb_clk: clk at 01c200cc {
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ compatible = "allwinner,sun8i-a23-usb-clk";
+ reg = <0x01c200cc 0x4>;
+ clocks = <&osc24M>;
+ clock-output-names = "usb_phy0", "usb_phy1", "hsic",
+ "hsic_12m", "usb_ohci0";
+ };
};
soc at 01c00000 {
--
2.4.2
next prev parent reply other threads:[~2015-06-01 18:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-01 18:23 [PATCH 1/2] clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCs Hans de Goede
2015-06-01 18:23 ` Hans de Goede [this message]
2015-06-02 2:01 ` [linux-sunxi] [PATCH 2/2] ARM: dts: sun8i: Add usb_clk node for a23/a33 Chen-Yu Tsai
2015-06-02 8:27 ` Maxime Ripard
2015-06-01 23:39 ` [linux-sunxi] [PATCH 1/2] clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCs Julian Calaby
2015-06-02 1:57 ` Chen-Yu Tsai
2015-06-02 8:24 ` Maxime Ripard
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=1433183008-13086-2-git-send-email-hdegoede@redhat.com \
--to=hdegoede@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).