From: Marc Dietrich <marvin24@gmx.de>
To: Stephen Warren <swarren@nvidia.com>
Cc: "linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
Olof Johansson <olof@lixom.net>,
Grant Likely <grant.likely@secretlab.ca>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Colin Cross <ccross@android.com>
Subject: Re: [PATCH 3/3] arm/dt: tegra: add dts file for paz00
Date: Mon, 31 Oct 2011 23:20:42 +0100 [thread overview]
Message-ID: <2757750.NnzM46gx6f@ax5200p> (raw)
In-Reply-To: <74CDBE0F657A3D45AFBB94109FB122FF173EDAB86E@HQMAIL01.nvidia.com>
On Monday 31 October 2011 13:14:17 Stephen Warren wrote:
> Marc Dietrich wrote at Monday, October 31, 2011 1:59 PM:
> > This adds a dts file for paz00. As a side effect, this also enables
> > the embedded controller which controls the keyboard, touchpad, power,
> > leds, and some other functions.
>
> ...
>
> > + serial@70006000 {
> > + clock-frequency = <216000000>;
> > + };
> > +
> > + serial@70006040 {
> > + status = "disable";
> > + };
> > +
> > + serial@70006200 {
> > + status = "disable";
> > + };
> > +
> > + serial@70006300 {
> > + clock-frequency = <216000000>;
> > + };
>
> Don't you also want to disable serial@70006400, or set a clock rate for
> it?
I just didn't noticed its existance because I configured a maximum of four
serial ports only, so it didn't showed up in the boot log.
next prev parent reply other threads:[~2011-10-31 22:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 19:58 [PATCH v3 0/3] paz00 updates for 3.3 Marc Dietrich
[not found] ` <cover.1320088857.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-31 19:58 ` [PATCH 1/3] ARM: tegra: paz00: add support for wakeup gpio key Marc Dietrich
[not found] ` <36b0283d86591d2bc64fe454676ae214732cdb54.1320088857.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-31 20:13 ` Stephen Warren
[not found] ` <74CDBE0F657A3D45AFBB94109FB122FF173EDAB86D-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-31 21:36 ` Marc Dietrich
2011-10-31 19:58 ` [PATCH 2/3] staging: nvec: add device tree support Marc Dietrich
[not found] ` <04ffd9770698b7efb119b92fa379eb2e2698e223.1320088857.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-31 20:18 ` Stephen Warren
2011-10-31 22:18 ` Marc Dietrich
2011-10-31 19:58 ` [PATCH 3/3] arm/dt: tegra: add dts file for paz00 Marc Dietrich
[not found] ` <855f09f77c03a9f081818a03effdbd3bf7a30c91.1320088857.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-31 20:14 ` Stephen Warren
2011-10-31 22:20 ` Marc Dietrich [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-01 20:37 [PATCH v4 0/3] paz00 updates for 3.3 Marc Dietrich
[not found] ` <cover.1320173572.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-11-01 20:37 ` [PATCH 3/3] arm/dt: tegra: add dts file for paz00 Marc Dietrich
[not found] ` <f3590ac48475e25c1a583124095809b42570db98.1320173573.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-11-01 22:37 ` Stephen Warren
2011-10-22 20:16 [PATCH 0/3] paz00 updates for 3.3 Marc Dietrich
[not found] ` <cover.1319313019.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-22 20:16 ` [PATCH 3/3] arm/dt: tegra: add dts file for paz00 Marc Dietrich
[not found] ` <90ee88bcde84141e0280ffa4ccbd288462489eba.1319313020.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-25 5:16 ` Stephen Warren
[not found] ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B4189-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-25 19:05 ` Marc Dietrich
2011-10-26 6:43 ` Stephen Warren
[not found] ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B4536-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-26 20:18 ` Marc Dietrich
2011-10-25 19:51 ` Rob Herring
[not found] ` <4EA7134C.3050102-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-10-26 6:40 ` Stephen Warren
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=2757750.NnzM46gx6f@ax5200p \
--to=marvin24@gmx.de \
--cc=ccross@android.com \
--cc=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-tegra@vger.kernel.org \
--cc=olof@lixom.net \
--cc=swarren@nvidia.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