Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322580
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 08/14] ARM: dts: sun8i-a83t: add mmc clock nodes |
| Date | 2016-01-31 07:20 +0100 |
| Message-ID | <qWTwB-7Ha-5@gated-at.bofh.it> (permalink) |
| References | <qWOZY-44I-9@gated-at.bofh.it> <qWOZZ-44I-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Jan 31, 2016 at 9:21 AM, Vishnu Patekar
<vishnupatekar0510@gmail.com> wrote:
> mmc clocks are compatible with that of earlier sun8i socs.
> This adds mmc0, mmc1, and mmc2 clock nodes for A83T.
>
> Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
> ---
> arch/arm/boot/dts/sun8i-a83t.dtsi | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
> index 568d6fb..b8c8b60 100644
> --- a/arch/arm/boot/dts/sun8i-a83t.dtsi
> +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
> @@ -238,6 +238,36 @@
> "bus_uart2", "bus_uart3",
> "bus_uart4";
> };
> +
> + mmc0_clk: clk@01c20088 {
> + #clock-cells = <1>;
> + compatible = "allwinner,sun4i-a10-mmc-clk";
> + reg = <0x01c20088 0x4>;
> + clocks = <&osc24M>, <&pll6>;
> + clock-output-names = "mmc0",
> + "mmc0_output",
> + "mmc0_sample";
> + };
> +
> + mmc1_clk: clk@01c2008c {
> + #clock-cells = <1>;
> + compatible = "allwinner,sun4i-a10-mmc-clk";
> + reg = <0x01c2008c 0x4>;
> + clocks = <&osc24M>, <&pll6>;
> + clock-output-names = "mmc1",
> + "mmc1_output",
> + "mmc1_sample";
> + };
> +
> + mmc2_clk: clk@01c20090 {
> + #clock-cells = <1>;
> + compatible = "allwinner,sun4i-a10-mmc-clk";
> + reg = <0x01c20090 0x4>;
> + clocks = <&osc24M>, <&pll6>;
> + clock-output-names = "mmc2",
> + "mmc2_output",
> + "mmc2_sample";
> + };
> };
>
> soc {
> --
> 1.9.1
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/14] Add A83T clk, r_pio, mmc rsb support Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
[PATCH 13/14] ARM: dts: sun8i: enable mmc for H8Homlet Board. Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 13/14] ARM: dts: sun8i: enable mmc for H8Homlet Board. Chen-Yu Tsai <wens@csie.org> - 2016-02-02 08:40 +0100
[PATCH 03/14] clk: sunxi: add bus gates for A83T Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 03/14] clk: sunxi: add bus gates for A83T Rob Herring <robh@kernel.org> - 2016-02-01 16:10 +0100
Re: [PATCH 03/14] clk: sunxi: add bus gates for A83T Chen-Yu Tsai <wens@csie.org> - 2016-02-01 16:20 +0100
Re: [PATCH 03/14] clk: sunxi: add bus gates for A83T Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-02 14:20 +0100
[PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-02 14:20 +0100
Re: [PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-02 14:20 +0100
Re: [PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-02-04 10:00 +0100
Re: [PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-04 13:20 +0100
[PATCH 05/14] clk: sunxi: Add APB1 clock for A83T Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 05/14] clk: sunxi: Add APB1 clock for A83T Chen-Yu Tsai <wens@csie.org> - 2016-01-31 04:40 +0100
Re: [PATCH 05/14] clk: sunxi: Add APB1 clock for A83T Rob Herring <robh@kernel.org> - 2016-02-01 16:00 +0100
[PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Rob Herring <robh@kernel.org> - 2016-02-01 15:50 +0100
Re: [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Chen-Yu Tsai <wens@csie.org> - 2016-02-01 16:00 +0100
Re: [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-02 14:20 +0100
Re: [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-02-04 07:10 +0100
Re: [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-04 09:10 +0100
[PATCH 08/14] ARM: dts: sun8i-a83t: add mmc clock nodes Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 08/14] ARM: dts: sun8i-a83t: add mmc clock nodes Chen-Yu Tsai <wens@csie.org> - 2016-01-31 07:20 +0100
[PATCH 10/14] ARM: dts: sun8i-a83t: Add PRCM related clocks and resets Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 10/14] ARM: dts: sun8i-a83t: Add PRCM related clocks and resets Chen-Yu Tsai <wens@csie.org> - 2016-02-02 07:50 +0100
[PATCH 12/14] ARM: dts: sun8i-a83t: Add RSB nodes to dtsi Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 12/14] ARM: dts: sun8i-a83t: Add RSB nodes to dtsi Chen-Yu Tsai <wens@csie.org> - 2016-01-31 05:00 +0100
[PATCH 09/14] ARM: dts: sun8i-a83t: Add mmc controller nodes Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 09/14] ARM: dts: sun8i-a83t: Add mmc controller nodes Chen-Yu Tsai <wens@csie.org> - 2016-02-02 07:40 +0100
[PATCH 02/14] clk: sunxi: Add apb0 gates for A83T Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 02/14] clk: sunxi: Add apb0 gates for A83T Rob Herring <robh@kernel.org> - 2016-02-01 16:10 +0100
Re: [PATCH 02/14] clk: sunxi: Add apb0 gates for A83T Chen-Yu Tsai <wens@csie.org> - 2016-02-01 16:20 +0100
Re: [PATCH 02/14] clk: sunxi: Add apb0 gates for A83T Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-02 14:20 +0100
[PATCH 14/14] ARM: dts: sun8i: Add A83T based Sinovoip Bpi-M3 Board Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-01-31 02:30 +0100
Re: [PATCH 14/14] ARM: dts: sun8i: Add A83T based Sinovoip Bpi-M3 Board Chen-Yu Tsai <wens@csie.org> - 2016-02-02 08:40 +0100
Re: [PATCH 14/14] ARM: dts: sun8i: Add A83T based Sinovoip Bpi-M3 Board Vishnu Patekar <vishnupatekar0510@gmail.com> - 2016-02-04 05:30 +0100
csiph-web