From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A0CAC43331 for ; Mon, 11 Nov 2019 16:59:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D87F0214DB for ; Mon, 11 Nov 2019 16:59:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727100AbfKKQ7R (ORCPT ); Mon, 11 Nov 2019 11:59:17 -0500 Received: from verein.lst.de ([213.95.11.211]:50497 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726845AbfKKQ7R (ORCPT ); Mon, 11 Nov 2019 11:59:17 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 05A8C68B05; Mon, 11 Nov 2019 17:59:14 +0100 (CET) Date: Mon, 11 Nov 2019 17:59:13 +0100 From: Christoph Hellwig To: Andreas Schwab Cc: Anup Patel , Palmer Dabbelt , Paul Walmsley , Atish Patra , Alistair Francis , Christoph Hellwig , Anup Patel , "linux-riscv@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] RISC-V: Enable SYSCON reboot and poweroff drivers Message-ID: <20191111165913.GA20290@lst.de> References: <20191111133421.14390-1-anup.patel@wdc.com> 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 Mon, Nov 11, 2019 at 05:55:36PM +0100, Andreas Schwab wrote: > > For QEMU virt machine, the DT is generated by QEMU at runtime > > so we don't need an explicit DT file in Linux sources. > > What about the HiFiveU? According to Palmer the IP block exists there, but isn't actually wired up to reset or reboot the board. So adding the DT entries is rather pointless.