From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751934AbbEQTBH (ORCPT ); Sun, 17 May 2015 15:01:07 -0400 Received: from down.free-electrons.com ([37.187.137.238]:38362 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751416AbbEQTAV (ORCPT ); Sun, 17 May 2015 15:00:21 -0400 Date: Sun, 17 May 2015 16:54:26 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: Nicolas Pitre , Dave Martin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [RFC 4/7] ARM: dts: sun9i: Add PRCM device node for the A80 dtsi Message-ID: <20150517145426.GL4004@lukather> References: <1431583811-25780-1-git-send-email-wens@csie.org> <1431583811-25780-5-git-send-email-wens@csie.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CEK8Nf/5gFSxJ2tb" Content-Disposition: inline In-Reply-To: <1431583811-25780-5-git-send-email-wens@csie.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --CEK8Nf/5gFSxJ2tb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 14, 2015 at 02:10:08PM +0800, Chen-Yu Tsai wrote: > The PRCM is a collection of clock controls, reset controls, and various > power switches/gates. Some of these can be independently listed and > supported, while a number of CPU related ones are used in tandem with > CPUCFG for SMP bringup and CPU hotplugging. >=20 > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun9i-a80.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a= 80.dtsi > index c45735398f6a..1507bd2a88f0 100644 > --- a/arch/arm/boot/dts/sun9i-a80.dtsi > +++ b/arch/arm/boot/dts/sun9i-a80.dtsi > @@ -797,6 +797,11 @@ > interrupts =3D ; > }; > =20 > + prcm@01700000 { > + compatible =3D "allwinner,sun9i-a80-prcm"; > + reg =3D <0x08001400 0x200>; > + }; > + The unit address doesn't match the content of the reg property. Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --CEK8Nf/5gFSxJ2tb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVWKuiAAoJEBx+YmzsjxAgl4sQAIlQBQoRMtWGvoCOk0spijL1 R3kLezp29zBEStEyItn+9yWL8BrniiEchChI3ZnmQ+RMBLCbZGUmnN2MFP6VLCoW AdaE8HytkTZrUTNUohrULjxjoU9e+qVfHURHd5Hu6ofTb7kMmXlOt0aGflWRJW9w i4WnpJrkU18jaZeM5eis9+18SwrWd6Keeqmz3tZzs/g2EzdTIa2CTIt2cKtnPCo9 YVBD5XIvQlgvLDE1X3G/D0NsOMzCAJvzvXM+rLVCn90WPLeE3XVQw2G/z9jLZZRe cAS1OToonp4Fg5MHlpAkBwWdTcYrcm8/UFro70yVlgxI5r+Cq7TFMULqMdH8tp/X YbT0ZRFKoSJciF3f4Auxr55OcIc/56J96opGRSLGHVg9eXiJZacGR1dopf2UTwm8 19XzTthfedC6rIf5SdIn+O10tfvug8KxvFV/4CLNEBlWw/q/9mF2tFM/BsAD1yle GKRogeEH8K6PKoIM0pG5xSikl/FBi6KqaEYvt7l2BPk3o6i57h79P1fYJoIABa+x +KZFJQpXrYoxzrC9oLzmnJMhCoTw8aZr9pyp4T3IcIQVgman8K0j/yBqhAH7s6Gt Gaon2I076sKWfQHdO+gBkPq7keFQuRHjEo6A4qRH2+GbSe7Wq8pLkyk9Ot+Ye1j7 LovvdkqQOs3R6yeZiIw4 =XiHi -----END PGP SIGNATURE----- --CEK8Nf/5gFSxJ2tb--