Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp823407ybl; Thu, 12 Dec 2019 05:32:56 -0800 (PST) X-Google-Smtp-Source: APXvYqwaLm2+39SL0VO/9npmXkXbHh4S5qo0EZ/S95bPNJU9MuSrh8l2aB51mxkGUP6iVQcrylsY X-Received: by 2002:a05:6830:1db3:: with SMTP id z19mr8591002oti.152.1576157575646; Thu, 12 Dec 2019 05:32:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576157575; cv=none; d=google.com; s=arc-20160816; b=hhpv7ERWKNauVtFpkSRMbhzMM2jvOVcjO5v3etYn9El7JodEuW0rAEvhZJLDQ/A724 ELAbighsvyQ+/+v6hduLx72VhOaFSKakRfEj2vf/foU3mXs2In4kf7hoBA5RzP3s5/Ej 5IA1c0gZxKviYMMpalqqe017aRtv3024NK7PgrjfSlV4oZ2Cs8nsQbMSB267ZisAavRq yfOYEZBbGoZKp8+o+tnm8cd9JF6dREMWdAb0LBO86z09gdQhBo2+Ju1d4WF59a3XKkc0 SPYMYOpkA8UxcmWkVqLGhl3rXmL/GUztuEmSmvMUNcMSVySgjYAYuUX96nqTp+QIXCJI sU0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Td5K2fQhlo12rLD50r1F1Kh/j+PsHDLiAcHK2cSBkB8=; b=N82UGaOF/2fZC1xpsn3nIXkOXuOV4lsljgXNkQugYTBkGweDipZzIku70yMnfmC92C w8OHY/7jviZk7uerObSpN2U5h523VZb4ZZxaYf4Vvl2mpbcloCkbpbt25SA/iK1biLEy k048Is3PNIfLz5vnBG4oMfWwnG/bcOBUzcMnxucys/rV0sCGgqyzsQ3o0Hl/N3F8SF5v QVn+xoTIBX4Dt85KGI3dBPUvGn/GZjgloff992xi/pU72sxStTHblZfiGyf9U5akaFLK keDJzoFDZrXovq7piVVPpL0oAK53+H71O6Y5AR22Xesu+IaoVk8MHgMJEkerpS09bTn6 Dstg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r6si2924542otn.216.2019.12.12.05.32.42; Thu, 12 Dec 2019 05:32:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729435AbfLLNbf (ORCPT + 99 others); Thu, 12 Dec 2019 08:31:35 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:47976 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729302AbfLLNbf (ORCPT ); Thu, 12 Dec 2019 08:31:35 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 723A61C2461; Thu, 12 Dec 2019 14:31:33 +0100 (CET) Date: Thu, 12 Dec 2019 14:31:32 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , Sasha Levin Subject: Re: [PATCH 4.19 185/243] ARM: dts: sun8i: a23/a33: Fix up RTC device node Message-ID: <20191212133132.GA13171@amd> References: <20191211150339.185439726@linuxfoundation.org> <20191211150351.658072828@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20191211150351.658072828@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The RTC module on the A23 was claimed to be the same as on the A31, when > in fact it is not. The A31 does not have an RTC external clock output, > and its internal RC oscillator's average clock rate is not in the same > range. The A33's RTC is the same as the A23. >=20 > This patch fixes the compatible string and clock properties to conform > to the updated bindings. The register range is also fixed. No, this is not okay for v4.19. New compatible is not in =2E/drivers/rtc/rtc-sun6i.c, so this will completely break rtc support. Best regards, Pavel > +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi > @@ -565,11 +565,11 @@ > }; > =20 > rtc: rtc@1f00000 { > - compatible =3D "allwinner,sun6i-a31-rtc"; > - reg =3D <0x01f00000 0x54>; > + compatible =3D "allwinner,sun8i-a23-rtc"; > + reg =3D <0x01f00000 0x400>; > interrupts =3D , > ; > - clock-output-names =3D "osc32k"; > + clock-output-names =3D "osc32k", "osc32k-out"; > clocks =3D <&ext_osc32k>; > #clock-cells =3D <1>; > }; --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl3yQTQACgkQMOfwapXb+vINnACfSuFVVvBSSyClbD3yZFaOyLyO HiIAoK7yohRRq657OxcfA88kbpQdOpHe =opG4 -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--