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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 202A0C77B71 for ; Sun, 9 Apr 2023 14:07:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229556AbjDIOHi (ORCPT ); Sun, 9 Apr 2023 10:07:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbjDIOHg (ORCPT ); Sun, 9 Apr 2023 10:07:36 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6731140D0; Sun, 9 Apr 2023 07:07:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=jf6jO3ttspH8uPqIAbw5feGA1slabzlsM/7hpKfh80Y=; b=jtOBGbQTeyoCuSP6NOn3dicHvZ G0+bCMKVAYrBH1PW4Q0lwFAr8D+89Et35zt5FUofyz+tJXiEv9Jt4yras8u0xJUZ3YCwhDnjBmbaU R6d1GAPVrrPlhLtGd5o3SiixO3YNorPDAD5LRXajMHq3En2cEOYo5EjDgszNc2dCzbes=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1plVhX-009qEj-IU; Sun, 09 Apr 2023 16:07:27 +0200 Date: Sun, 9 Apr 2023 16:07:27 +0200 From: Andrew Lunn To: INAGAKI Hiroshi Cc: Gregory CLEMENT , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sebastian.hesselbarth@gmail.com, arnd@arndb.de, olof@lixom.net, soc@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Subject: Re: [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance Message-ID: References: <20230223132502.2045-1-musashino.open@gmail.com> <20230223132502.2045-2-musashino.open@gmail.com> <7d4a218d-8b8a-5a1d-eff8-e154bfde69be@gmail.com> <87jzyn3dv9.fsf@BL-laptop> <64b5504d-c81d-f77e-da67-c6d9e76aedd6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64b5504d-c81d-f77e-da67-c6d9e76aedd6@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 09, 2023 at 02:13:11PM +0900, INAGAKI Hiroshi wrote: > Hello Gregory CLEMENT, > > On 2023/04/08 0:34, Gregory CLEMENT wrote: > > Hello INAGAKI Hiroshi, > > > > do you plan to send a v2 soon based on the reviews you got ? > > Yes, I'm planning to send the next series. > But I don't know the details about "documenting the board compatibles" > suggested by Krzysztof Kozlowski and I don't know what to do for it, so I'm > pausing this contribution... Create Documentation/devicetree/bindings/arm/marvell/armada-380.yaml Put in it # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/arm/marvell/armada-380.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Marvell Armada 380 SoC architecture maintainers: - Andrew Lunn description: Platforms based on Marvell Armada 380 SoC architecture. properties: $nodename: const: '/' compatibnle: oneOf: - description: Marvell Armada 380 SoC based platforms items: - enum: - phytec,pcm049 # Phytec OMAP 4460 SoM - const: "marvell,armada380" additionalProperties: true But replace the phytex,pcm049 with the compatible for your board. Andrew