From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97FB4C19759 for ; Thu, 1 Aug 2019 20:23:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6936A2080C for ; Thu, 1 Aug 2019 20:23:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="R8evmVA7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6936A2080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=36Rnmc9lsMqMxFkWAQqK8e0OhzFt/kTceNP4iKk00W4=; b=R8evmVA72/ckII cEFhwW/Uoq1C+BBw4a+VW8XwjyycR2eOKg43pG4pw2Ljs2R90P1dEBvjOQd0a27fEDAm2eg/q8S1p MAluS3RcVI2VkGmeQ/QQ2ulmWYg3Ul3pfwtd/Yv0cmxyuFjLrbK7fG0gL1WuIjapIuEcTiOhGzVuJ GeKPqHsVou3A8Um0XThRWD03EuGf9Xa5nZOYrgc3XiYAfDD+pY80g5w4jzt2s2crTDeMqH6IqJun4 TFKoAXVR1ZMQKHd10YA6LojRAJliAuPx2S9h+7NJbJz2J+hD79opFCxXnP8YwuamKRXjwtUvqgbC5 dOijkyx50HKJ/w7gFrRA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1htHc1-0008BS-N6; Thu, 01 Aug 2019 20:23:45 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1htHby-0008At-6A for linux-arm-kernel@lists.infradead.org; Thu, 01 Aug 2019 20:23:44 +0000 X-Originating-IP: 86.202.164.175 Received: from localhost (lfbn-lyo-1-74-175.w86-202.abo.wanadoo.fr [86.202.164.175]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 214E1FF804; Thu, 1 Aug 2019 20:23:25 +0000 (UTC) Date: Thu, 1 Aug 2019 22:23:25 +0200 From: Alexandre Belloni To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH v2] ARM: kirkwood: ts219: disable the SoC's RTC Message-ID: <20190801202325.GA3237@piout.net> References: <20190731223233.GA15900@taurus.defre.kleine-koenig.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190731223233.GA15900@taurus.defre.kleine-koenig.org> User-Agent: Mutt/1.12.0 (2019-05-25) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190801_132342_389294_05CE009D X-CRM114-Status: GOOD ( 17.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , Oliver Hartkopp , Gregory Clement , tbm@cyrius.com, linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 01/08/2019 00:32:33+0200, Uwe Kleine-K=F6nig wrote: > The internal RTC doesn't work, loading the driver only yields > = > rtc-mv f1010300.rtc: internal RTC not ticking > = > . So disable it. > = > Reviewed-by: Andrew Lunn > Signed-off-by: Uwe Kleine-K=F6nig Acked-by: Alexandre Belloni > --- > Hello, > = > This patch is (one) result of a discussion on the rtc list. v1 was sent > there only. This v2 is just a resend to the mvebu maintainers. > = > Alexandre Belloni said to v1: Seems good to me then. > = > This sounds a bit like an ack, but I didn't add it as it was not > explicit. > = > Best regards > Uwe > = > arch/arm/boot/dts/kirkwood-ts219.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > = > diff --git a/arch/arm/boot/dts/kirkwood-ts219.dtsi b/arch/arm/boot/dts/ki= rkwood-ts219.dtsi > index a88eb22070a1..994cabcf4b51 100644 > --- a/arch/arm/boot/dts/kirkwood-ts219.dtsi > +++ b/arch/arm/boot/dts/kirkwood-ts219.dtsi > @@ -104,3 +104,11 @@ > &pcie0 { > status =3D "okay"; > }; > + > +&rtc { > + /* > + * There is a s35390a available on the i2c bus, the internal rtc isn't > + * working (probably no crystal assembled). > + */ > + status =3D "disabled"; > +}; > -- = > 2.20.1 -- = Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel