From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC
Date: Mon, 25 May 2015 15:18:52 +0200 [thread overview]
Message-ID: <5563213C.8090305@free-electrons.com> (raw)
In-Reply-To: <1432156924-1030-1-git-send-email-kaloz@openwrt.org>
Hi Imre,
On 20/05/2015 23:22, Imre Kaloz wrote:
> The Mamba (like the OpenBlocks AX3) doesn't have a crystal
> connected to the internal RTC - let's prevent the kernel from
> probing it.
>
applied on mvebu/fixes
Thanks,
Gregory
> Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
> Cc: <stable@vger.kernel.org> # v4.0 +
> ---
> arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> index a2cf215..fdd187c 100644
> --- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> +++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> @@ -95,6 +95,11 @@
>
> internal-regs {
>
> + rtc at 10300 {
> + /* No crystal connected to the internal RTC */
> + status = "disabled";
> + };
> +
> /* J10: VCC, NC, RX, NC, TX, GND */
> serial at 12000 {
> status = "okay";
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-arm-kernel@lists.infradead.org, jason@lakedaemon.net,
thomas.petazzoni@free-electrons.com, andrew@lunn.ch,
stable@vger.kernel.org
Subject: Re: [PATCH] ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC
Date: Mon, 25 May 2015 15:18:52 +0200 [thread overview]
Message-ID: <5563213C.8090305@free-electrons.com> (raw)
In-Reply-To: <1432156924-1030-1-git-send-email-kaloz@openwrt.org>
Hi Imre,
On 20/05/2015 23:22, Imre Kaloz wrote:
> The Mamba (like the OpenBlocks AX3) doesn't have a crystal
> connected to the internal RTC - let's prevent the kernel from
> probing it.
>
applied on mvebu/fixes
Thanks,
Gregory
> Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
> Cc: <stable@vger.kernel.org> # v4.0 +
> ---
> arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> index a2cf215..fdd187c 100644
> --- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> +++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
> @@ -95,6 +95,11 @@
>
> internal-regs {
>
> + rtc@10300 {
> + /* No crystal connected to the internal RTC */
> + status = "disabled";
> + };
> +
> /* J10: VCC, NC, RX, NC, TX, GND */
> serial@12000 {
> status = "okay";
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2015-05-25 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 21:22 [PATCH] ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC Imre Kaloz
2015-05-20 21:22 ` Imre Kaloz
2015-05-25 13:18 ` Gregory CLEMENT [this message]
2015-05-25 13:18 ` Gregory CLEMENT
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=5563213C.8090305@free-electrons.com \
--to=gregory.clement@free-electrons.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.