Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1378162imm; Thu, 6 Sep 2018 22:20:54 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaiF3luunVSzaoagmNWqO9qBem4gZdqaBWCyjerpGIE2Pl/sdeJRd9P4fyRC4+ueoQnur7M X-Received: by 2002:a17:902:4a:: with SMTP id 68-v6mr6043120pla.276.1536297654771; Thu, 06 Sep 2018 22:20:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536297654; cv=none; d=google.com; s=arc-20160816; b=JSpZh6/0/jtH5gv5aLX8AXgUz87BQQ9jMnsL9TgHs3AinAAGrjKEtcsmipjw0YuUbG tM4Ag8IaUVQrW2Ve7zPTO25/wFcWgSPfkjZvACd9XD7TaOrKTr2fJyI3yVOuBZkY/Myo d7q1ihEDXHlTWbYz5ZrkRg4+lhJoM819RPwQdOaRT79lBumtCTtTxOLb14O1rD6D6eZl kJ/V6C8s7kenbYZNEdH81V1uZWuhWBbmFOXbn7x6qWFJGQpqqnhAS6BsN2FsgB0kj+BD SY/sHyCEfiNIg24DweHKBtzcQOlbOmQ5CyLoW8VGEX6KCol7H7nmUK7BHfey7wMUXkxa sJpg== 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=sa5x82mfDjv2idFfrFguh+tfIH8iya+jrRP8j9CiFjc=; b=hcxSGIpavh0UlWe8wskxII6O6iuGmPW8Jms0IxWW5dYboW49PLWPpBXV4ZCEeVnLqR MJe7wAq72NZYT9TfIDgvy8zG8JN7T4iy/Uwrbh0ejtz42P7DPiWfqVP/viO3fiKk8KDT VZokZlQ6Z3bIpIWgFJM8EmyK/RitQ1PD4wUNXE75M73PeiuqJ2R9pYYxhf0doMoyrDiu tfq2NKiIxDGc/EQoqwiQMiCkoyoz519DN8cco6xmYt/5mZ5Il5vYXz4PzYQ2q+jzkzYT PhhyIlVn8hQ0mA9lJT84LapTJZQRQtBS5v5yB/pM6uPKLZnYp9DnpNET2cT0dnC2mJ+f +Vpg== 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 c125-v6si7522372pga.268.2018.09.06.22.20.39; Thu, 06 Sep 2018 22:20:54 -0700 (PDT) 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 S1727349AbeIGJ5c (ORCPT + 99 others); Fri, 7 Sep 2018 05:57:32 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:55689 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725986AbeIGJ5c (ORCPT ); Fri, 7 Sep 2018 05:57:32 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.08580496|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03309;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=11;RT=11;SR=0;TI=SMTPD_---.CnYt5vt_1536297468; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.CnYt5vt_1536297468) by smtp.aliyun-inc.com(10.147.41.231); Fri, 07 Sep 2018 13:17:48 +0800 Date: Fri, 7 Sep 2018 13:17:47 +0800 From: Guo Ren To: Arnd Bergmann Cc: linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, Thomas Petazzoni , wbx@uclibc-ng.org, Greentime Hu Subject: Re: [PATCH V3 17/26] csky: Misc headers Message-ID: <20180907051747.GC13356@guoren-Inspiron-7460> References: <66335e5f59c186b291f8c3c98c9dadbd61d0cd3e.1536138304.git.ren_guo@c-sky.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 06, 2018 at 04:16:30PM +0200, Arnd Bergmann wrote: > On Wed, Sep 5, 2018 at 2:08 PM Guo Ren wrote: > > > diff --git a/arch/csky/boot/dts/qemu.dts b/arch/csky/boot/dts/qemu.dts > > new file mode 100644 > > index 0000000..d36e4cd > > --- /dev/null > > +++ b/arch/csky/boot/dts/qemu.dts > > @@ -0,0 +1,77 @@ > > +/dts-v1/; > > +/ { > > + compatible = "csky,qemu"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + interrupt-parent = <&intc>; > > Ideally, qemu would supply a dtb file that matches the current configuration, > as we do for instance on the ARM 'virt' machine. This allows you > much more flexibility in running all kinds of options, as well as extending > qemu later with new features. So, I should remove qemu.dts in next version patch? > > + > > + timer0: timer@0xffffd000 { > > + compatible = "snps,dw-apb-timer"; > > + reg = <0xffffd000 0x1000>; > > + clocks = <&dummy_apb>; > > + clock-names = "timer"; > > + interrupts = <1>; > > + }; > > + > > + timer1: timer@0xffffd014 { > > Drop the leading '0x' in the unit-address here (in all devices) Ok