Linux clock framework development
 help / color / mirror / Atom feed
From: Jon Hunter <jonathanh@nvidia.com>
To: Mirza Krak <mirza.krak@gmail.com>, <swarren@wwwdotorg.org>,
	<thierry.reding@gmail.com>
Cc: <gnurou@gmail.com>, <linux@armlinux.org.uk>,
	<pdeschrijver@nvidia.com>, <pgaikwad@nvidia.com>,
	<mturquette@baylibre.com>, <sboyd@codeaurora.org>,
	<robh+dt@kernel.org>, <mark.rutland@arm.com>,
	<devicetree@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-clk@vger.kernel.org>
Subject: Re: [PATCH V3 4/6] ARM: tegra: Add Tegra30 GMI support
Date: Thu, 3 Nov 2016 10:15:57 +0000	[thread overview]
Message-ID: <d1c2fe5d-fb20-459a-2f85-95df8fb777a2@nvidia.com> (raw)
In-Reply-To: <1477576872-2665-5-git-send-email-mirza.krak@gmail.com>


On 27/10/16 15:01, Mirza Krak wrote:
> From: Mirza Krak <mirza.krak@gmail.com>
>
> Add a device node for the GMI controller found on Tegra30.
>
> Signed-off-by: Mirza Krak <mirza.krak@gmail.com>
> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board
> ---
>
> Changes in v2:
> - added address-cells, size-cells and ranges properties
>
> Changes in v3:
> - no changes
>
>  arch/arm/boot/dts/tegra30.dtsi | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
> index 5030065..bbb1c00 100644
> --- a/arch/arm/boot/dts/tegra30.dtsi
> +++ b/arch/arm/boot/dts/tegra30.dtsi
> @@ -439,6 +439,19 @@
>  		status = "disabled";
>  	};
>
> +	gmi@70009000 {
> +		compatible = "nvidia,tegra30-gmi";
> +		reg = <0x70009000 0x1000>;
> +		#address-cells = <2>;
> +		#size-cells = <1>;
> +		ranges = <0 0 0x48000000 0x7ffffff>;
> +		clocks = <&tegra_car TEGRA30_CLK_NOR>;
> +		clock-names = "gmi";
> +		resets = <&tegra_car 42>;
> +		reset-names = "gmi";
> +		status = "disabled";
> +	};
> +

Acked-by: Jon Hunter <jonathanh@nvidia.com>

Cheers
Jon

-- 
nvpublic

  reply	other threads:[~2016-11-03 10:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 14:01 [PATCH V3 0/6] Add support for Tegra GMI bus controller Mirza Krak
2016-10-27 14:01 ` [PATCH V3 1/6] clk: tegra: add TEGRA20_CLK_NOR to init table Mirza Krak
2016-11-03 10:06   ` Jon Hunter
2016-11-03 12:26     ` Mirza Krak
2016-11-03 12:30       ` Mirza Krak
2016-11-03 13:45         ` Jon Hunter
2016-11-03 13:45   ` Jon Hunter
2016-10-27 14:01 ` [PATCH V3 2/6] clk: tegra: add TEGRA30_CLK_NOR " Mirza Krak
2016-11-03 13:45   ` Jon Hunter
2016-10-27 14:01 ` [PATCH V3 3/6] dt/bindings: Add bindings for Tegra GMI controller Mirza Krak
2016-10-31  5:29   ` Rob Herring
2016-10-27 14:01 ` [PATCH V3 4/6] ARM: tegra: Add Tegra30 GMI support Mirza Krak
2016-11-03 10:15   ` Jon Hunter [this message]
2016-10-27 14:01 ` [PATCH V3 5/6] ARM: tegra: Add Tegra20 " Mirza Krak
2016-10-27 17:09   ` kbuild test robot
2016-10-27 18:55     ` Mirza Krak
2016-11-03 10:29   ` Jon Hunter
2016-10-27 14:01 ` [PATCH V3 6/6] bus: Add support for Tegra Generic Memory Interface Mirza Krak
2016-11-03 10:51   ` Jon Hunter
2016-11-03 13:08     ` Mirza Krak
2016-11-03 13:50       ` Jon Hunter

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=d1c2fe5d-fb20-459a-2f85-95df8fb777a2@nvidia.com \
    --to=jonathanh@nvidia.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gnurou@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mirza.krak@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=pdeschrijver@nvidia.com \
    --cc=pgaikwad@nvidia.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=swarren@wwwdotorg.org \
    --cc=thierry.reding@gmail.com \
    /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