From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751454AbdAWPkw (ORCPT ); Mon, 23 Jan 2017 10:40:52 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:37547 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbdAWPkv (ORCPT ); Mon, 23 Jan 2017 10:40:51 -0500 Date: Mon, 23 Jan 2017 16:40:46 +0100 From: Daniel Lezcano To: Alexander Kochetkov Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Thomas Gleixner , Heiko Stuebner , Mark Rutland , Rob Herring , Russell King , Caesar Wang , Huang Tao Subject: Re: [PATCH v4 2/9] ARM: dts: rockchip: update compatible property for rk3228 timer Message-ID: <20170123154046.GF2166@mai> References: <1480343486-25539-1-git-send-email-al.kochet@gmail.com> <1480436092-10728-1-git-send-email-al.kochet@gmail.com> <1480436092-10728-3-git-send-email-al.kochet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1480436092-10728-3-git-send-email-al.kochet@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 29, 2016 at 07:14:45PM +0300, Alexander Kochetkov wrote: > Property set to '"rockchip,rk3228-timer", "rockchip,rk3288-timer"' > to match devicetree bindings. > > Signed-off-by: Alexander Kochetkov > --- > arch/arm/boot/dts/rk3228-evb.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/rk3228-evb.dts b/arch/arm/boot/dts/rk3228-evb.dts > index 904668e..38eab87 100644 > --- a/arch/arm/boot/dts/rk3228-evb.dts > +++ b/arch/arm/boot/dts/rk3228-evb.dts > @@ -70,3 +70,7 @@ > &uart2 { > status = "okay"; > }; > + > +&timer { > + compatible = "rockchip,rk3228-timer", "rockchip,rk3288-timer"; > +}; I'm not sure this is correct, to which timer &timer will refer ? timer { compatible = "arm,armv7-timer"; ... } timer: timer@110c0000 { compatible = "rockchip,rk3288-timer"; ... } Why not change the compatible string in the timer definition in rk322x.dtsi ? Same comment for the other patches doing these changes. -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog