From: Jon Hunter <jonathanh@nvidia.com>
To: Mirza Krak <mirza.krak@gmail.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>,
Thierry Reding <thierry.reding@gmail.com>,
Alexandre Courbot <gnurou@gmail.com>, <pdeschrijver@nvidia.com>,
Prashant Gaikwad <pgaikwad@nvidia.com>, <mark.rutland@arm.com>,
<devicetree@vger.kernel.org>, <pawel.moll@arm.com>,
<ijc+devicetree@hellion.org.uk>,
Michael Turquette <mturquette@baylibre.com>,
<sboyd@codeaurora.org>, <linux@armlinux.org.uk>,
<robh+dt@kernel.org>, "Kumar Gala" <galak@codeaurora.org>,
<linux-tegra@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 3/6] dt/bindings: Add bindings for Tegra GMI controller
Date: Tue, 23 Aug 2016 15:48:25 +0100 [thread overview]
Message-ID: <07157e79-a22c-2b49-24c8-3a2c266f899f@nvidia.com> (raw)
In-Reply-To: <CALw8SCV9AyaAPKpRwRp72-dUz=cW2QZyywqjzS1noonTyGDYag@mail.gmail.com>
On 23/08/16 11:33, Mirza Krak wrote:
...
> Like we discussed I am now trying to implement this but without
> success and I am starting to think that it is not that simple unless I
> am missing something.
>
> Below tree
>
> gmi@70009000 {
> status = "okay";
> #address-cells = <1>;
> #size-cells = <1>;
> ranges = <4 0x48000000 0x7ffffff>;
>
> bus@4 {
> compatible = "simple-bus";
> reg = <4 0>;
I don't think you want reg here.
> #address-cells = <1>;
> #size-cells = <1>;
May be ranges here?
> nvidia,snor-mux-mode;
> nvidia,snor-adv-inv;
>
> can@0 {
> compatible = "nxp,sja1000";
> reg = <0 0x100>;
> ....
> };
>
> can@40000 {
> compatible = "nxp,sja1000";
> reg = <0x40000 0x100>;
> ....
> };
> };
> };
Have a look at some other drivers for example:
Documentation/devicetree/bindings/memory-controllers/arm,pl172.txt
Cheers
Jon
--
nvpublic
next prev parent reply other threads:[~2016-08-23 14:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-06 19:40 [PATCH 0/6] Add support for Tegra GMI bus controller Mirza Krak
2016-08-06 19:40 ` [PATCH 1/6] clk: tegra: add TEGRA20_CLK_NOR to init table Mirza Krak
2016-08-06 19:40 ` [PATCH 2/6] clk: tegra: add TEGRA30_CLK_NOR " Mirza Krak
2016-08-06 19:40 ` [PATCH 3/6] dt/bindings: Add bindings for Tegra GMI controller Mirza Krak
2016-08-08 14:44 ` Jon Hunter
2016-08-09 8:40 ` Mirza Krak
2016-08-09 13:34 ` Jon Hunter
2016-08-09 20:48 ` Mirza Krak
2016-08-10 8:45 ` Jon Hunter
2016-08-10 10:13 ` Jon Hunter
2016-08-23 10:33 ` Mirza Krak
2016-08-23 14:48 ` Jon Hunter [this message]
2016-08-06 19:40 ` [PATCH 4/6] ARM: tegra: Add Tegra30 GMI support Mirza Krak
2016-08-08 15:09 ` Jon Hunter
2016-08-06 19:40 ` [PATCH 5/6] ARM: tegra: Add Tegra20 " Mirza Krak
2016-08-08 15:09 ` Jon Hunter
2016-08-06 19:40 ` [PATCH 6/6] bus: Add support for Tegra Generic Memory Interface Mirza Krak
2016-08-08 13:47 ` Jon Hunter
2016-08-09 7:21 ` Mirza Krak
2016-08-09 13:37 ` 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=07157e79-a22c-2b49-24c8-3a2c266f899f@nvidia.com \
--to=jonathanh@nvidia.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gnurou@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@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=pawel.moll@arm.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