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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 5832DC2D0A3 for ; Tue, 3 Nov 2020 18:38:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0A8320786 for ; Tue, 3 Nov 2020 18:38:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=atishpatra.org header.i=@atishpatra.org header.b="SPBvOimS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729077AbgKCSig (ORCPT ); Tue, 3 Nov 2020 13:38:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbgKCSig (ORCPT ); Tue, 3 Nov 2020 13:38:36 -0500 Received: from mail-il1-x142.google.com (mail-il1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4273DC0617A6 for ; Tue, 3 Nov 2020 10:38:36 -0800 (PST) Received: by mail-il1-x142.google.com with SMTP id p2so2183460ilg.1 for ; Tue, 03 Nov 2020 10:38:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atishpatra.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=isZW9UVRWMUdUxodMEQrPHM1tf21oSlSUVW3kI8aBBo=; b=SPBvOimS59fQpOncR96IiIRDP3yFCHyir2PmoQOcNBv1nA0ac/tsGYlF9nSpHbLlY4 RQxbetSpbbDR8g+jOMYH7C/ZhD0ijLXbY6j4+4jM2Qtu5BVjU2ARNX4PG7PTf6HY+W+5 c5P8Dy7kQvIMcHlWiagl6v+fXAl5Dl8kGsVYI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=isZW9UVRWMUdUxodMEQrPHM1tf21oSlSUVW3kI8aBBo=; b=YKTQk/F40U6n5rcV/+pFSi/WI1Hm8W/bPKM8rl7JZ6mntDwOVxSUeR1xCWWzPDVgyn mAR9pu3RgK7Bcc/EgxfcOLPzI85KFY4YJ/0DVvXBcQ1+PRc+QDLr0v0a7qNiO90Xxxsz r3XQs98VWBis8JDOrOZM3tpcKxYyo7YjQ1QiTlIwzdEv3VGdV8cDvRyxExUY2aVKUau9 zh4kWVwgXv0oIKxk/vp+hkFSdyjPSICI9kYHx0Vbrf3mPZvYMcVuATHUxuydwtkg7QX/ OjlvHtWpkuPKaaBlSHc/xN5+KmGrTahQJ0u7OxuCKgjPYQdZsKPX90aa0qJR+m5yBLnU ADLw== X-Gm-Message-State: AOAM531xtNjrK9D3wab2wSZipUuKwzIPk8hkP0L+WRzK1WRr1JE4vJER CthLZZ5Jc1F+Lq8olkb7Brf+0IVGVHxzKOtXIpEd X-Google-Smtp-Source: ABdhPJwP/4HvNurgeeX8oFZiCl1iSoi5erFepZ6/ponAvMH88+iqv0up8nMbyaDLWn5Niqr5+HH/Ks/yoC8t4gZnhD4= X-Received: by 2002:a92:512:: with SMTP id q18mr15048300ile.147.1604428715567; Tue, 03 Nov 2020 10:38:35 -0800 (PST) MIME-Version: 1.0 References: <20201028232759.1928479-1-atish.patra@wdc.com> <20201028232759.1928479-3-atish.patra@wdc.com> In-Reply-To: From: Atish Patra Date: Tue, 3 Nov 2020 10:38:23 -0800 Message-ID: Subject: Re: [RFC PATCH 2/3] RISC-V: Initial DTS for Microchip ICICLE board To: Cyril.Jean@microchip.com Cc: Bin Meng , Anup Patel , devicetree@vger.kernel.org, Albert Ou , Daire McNamara , Anup Patel , "linux-kernel@vger.kernel.org List" , Atish Patra , Rob Herring , Alistair Francis , Paul Walmsley , Palmer Dabbelt , linux-riscv , Padmarao Begari Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Nov 3, 2020 at 10:19 AM wrote: > > On 11/3/20 10:00 AM, Bin Meng wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > On Fri, Oct 30, 2020 at 5:08 PM Anup Patel wrote: > >> On Thu, Oct 29, 2020 at 4:58 AM Atish Patra wrote: > >>> Add initial DTS for Microchip ICICLE board having only > >>> essential devcies (clocks, sdhci, ethernet, serial, etc). > >>> > >>> Signed-off-by: Atish Patra > >>> --- > >>> arch/riscv/boot/dts/Makefile | 1 + > >>> arch/riscv/boot/dts/microchip/Makefile | 2 + > >>> .../microchip/microchip-icicle-kit-a000.dts | 313 ++++++++++++++++++ > >> I suggest we split this DTS into two parts: > >> 1. SOC (microchip-polarfire.dtsi) > >> 2. Board (microchip-icicle-kit-a000.dts) > > I also doubt what is the correct board name. I suspect the -a000 comes > > from the SiFive board name convention, but does not apply to the > > Icicle Kit board. > > > > @Cyril, please confirm. > > > Correct. Sorry Padmarao, I missed that one. > Ok. I picked that one from U-Boot. What should be the correct board name in that case ? microchip-pfsoc-icicle-kit ? > > Regards, > > Cyril. > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv -- Regards, Atish