From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [GIT PULL 1/3] rockchip soc changes for 4.5 Date: Sat, 12 Dec 2015 01:30:17 +0100 Message-ID: <1650675.1PTvAK3nr8@wuerfel> References: <1936935.FVZdWRYuBf@diego> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1936935.FVZdWRYuBf@diego> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Heiko =?ISO-8859-1?Q?St=FCbner?= List-Id: linux-rockchip.vger.kernel.org On Saturday 05 December 2015 01:53:38 Heiko St=FCbner wrote: > SMP special case for the rk3036 and making sure the arch-timer > supply is enabled, similar to the rk3288. That is a rather ugly hack, I'd prefer if this could be done cleaner rather than duplicated into another place. Sorry for not seeing this earlier. Can you replace the hardcoded = RK3036_TIMER_PHYS and RK3288_TIMER6_7_PHYS constants with a DT lookup, to make it somewhat less hacky? Arnd