Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp402733imm; Fri, 3 Aug 2018 05:31:13 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfCfD4POzTPApI1GnX01lJHqIkLhZdgd4+02VPPamySWN+IH7GN4I+/AG38wyDfBUUfM1oj X-Received: by 2002:a17:902:654b:: with SMTP id d11-v6mr3387704pln.8.1533299473299; Fri, 03 Aug 2018 05:31:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533299473; cv=none; d=google.com; s=arc-20160816; b=JxIYOO2hPI9S6Vrte4PAzxVbZYYS45TnOZm4frX498EIaAw5Hq36qhp41kXVYBcn/o AL5BnHHBJlQx+Amk1uTgabzQdA1pce42NnBn5XAANoYmGlSmIz1pZnx977J/XTO/qhjy f7iVgwfx0UnSaYefelSjpd45BLM3tHZDf0bQfmLswTI89m8/RYaRwnB/IFTVdzsAzNR+ bPk2Re9Bmj8p/UF1q9NcSex/1CNAurMu0hIX03PBDxZH6VGwJclyo0oV7t7CCdV3afPL Tw0WofsdsTrqQNweLC/mxRl+T+YDk1ueyyjHGq3EcmMLEFa495h9XID+vy7Hhof4iRPy dnvQ== 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:arc-authentication-results; bh=Puw09arKbSi3LdSTsqxIpAAP88gElLWoOveBeWkXbLg=; b=l6diOF8ZeGY9BPO8MsVGvQ8xNpMg/v8pmT1/dSrv0oQnXaZDGAGEZaY0SJc3/wIf/E G6YEPJ/oE1y2k4oAN+CnYvNT79lqiDrSLjXEsDyrRz3bdbMNc46iipE3kKIoVl9PKuV6 Bx60psqgSodcwHKwhnzWeezcV6lbLIE2JLxAbQTUjhrMYiZrNlYKB03lm2YwrPqKCjGs XzSIueigE0H8hEOgNNtOkZ3rM9ZlYyVu+nbgjEuiDcYchI6qLdO150jX0udJeg0cWp9L NmuolvRETwh78SJfsEMKJRKHFEKv++PpdEIHx3Ct1JND2T2u6gVKrxZbvCdJs9yKEt3u sGMw== 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 a1-v6si3794841pls.476.2018.08.03.05.30.58; Fri, 03 Aug 2018 05:31:13 -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 S1728285AbeHCOZQ (ORCPT + 99 others); Fri, 3 Aug 2018 10:25:16 -0400 Received: from verein.lst.de ([213.95.11.211]:44179 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727116AbeHCOZP (ORCPT ); Fri, 3 Aug 2018 10:25:15 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 37BFD68D40; Fri, 3 Aug 2018 14:33:57 +0200 (CEST) Date: Fri, 3 Aug 2018 14:33:57 +0200 From: Christoph Hellwig To: Atish Patra Cc: Christoph Hellwig , "tglx@linutronix.de" , "palmer@sifive.com" , "jason@lakedaemon.net" , "marc.zyngier@arm.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "aou@eecs.berkeley.edu" , "anup@brainfault.org" , "linux-kernel@vger.kernel.org" , Palmer Dabbelt , "linux-riscv@lists.infradead.org" , "shorne@gmail.com" Subject: Re: [PATCH 09/11] RISC-V: Support per-hart timebase-frequency Message-ID: <20180803123357.GC18301@lst.de> References: <20180802115008.4031-1-hch@lst.de> <20180802115008.4031-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 02, 2018 at 03:19:49PM -0700, Atish Patra wrote: > On 8/2/18 4:50 AM, Christoph Hellwig wrote: >> From: Palmer Dabbelt >> >> Follow the updated DT specs and read the timebase-frequency from the >> CPU 0 node. >> > > However, the DT in the HighFive Unleashed has the entry at the wrong place. > > Even the example in github also at wrong place. > https://github.com/riscv/riscv-device-tree-doc/pull/8/commits/2461d481329c55005fcbe684f0d6bdb3b7f0a432 > > DT should be consistent between Documentation and the one in the hardware. > I can fix them in bbl & submit a bbl patch. But I am not sure if that's an > acceptable way to do it. I'll need to have comments from Palmer and/or someone else at SiFive here. Personally I really don't care where we document the timebase, as this patch supports both locations anywhere. For now I'll just update the commit log to state that more explicitly.