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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F0262C54EE9 for ; Thu, 8 Sep 2022 22:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8EmdGYv+Gkms/Jb83ifrY5N4N/bStY11phdTiPRu7KA=; b=XzYr8IhPS3fRny nlmJrnM7ZSY0177EJZj2zy8DVw/QcDqCqfKXrm28itMn8VbJipAJKm+6nUBSoxM+Daor+jPQwkkCb qY/VgrFDAeFzK2KBnAuxcFnwjmBEuMYW6mSovWs5yJFj8McCDHj5L528HghRPfGSXMLfR6gZjBPfN T1VqL6P5yLYM+hRI6I54cf49Ot1rPohCnCRA60JmiFDgEcXjKguhNEIn0DXTtE5nqqEGj0B0cCkCk 37ltEluBlbhD7/UsI7zDBWG+DDn+gzBwlhsFUCITKSC3crPc7kZqcpfuWJbMfMGw/7jHdx6g9jGde qx9aGcHgrIrs76nJ6wQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWPho-009Ej4-Bo; Thu, 08 Sep 2022 22:09:05 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWPhg-009EcH-KU for linux-arm-kernel@lists.infradead.org; Thu, 08 Sep 2022 22:08:58 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id D73781BF206; Thu, 8 Sep 2022 22:08:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1662674929; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wIa0kJIH1H21k3QYUQ2Pv9F9fKXRgutlu049FmwPNjA=; b=fX9cBFpnDDPUnUDtfJFyWi9kDibG98O8ZO0BUayIdH2WamXN+ItD7thavyrBNwRc8Hw9Tm FmK0ANUR6+Oiry/xI8Gc2+4SndGMYvjZ5OboMrnuTGt5PVWuJ4Uj90EIOBwuou/m3ktG40 eBbe9RKPJAjO7o9PzaWqbc4dSFuq9xfCB+AX0DiswX4aRWmupVypoWxnAO3P46cmScy/2p HVU6Os2qe2xtwH8mZfTzQTu4p0rYqjUz+Utns1JxC4VlYPoO/6EhqdZjLO7enOZOun912l 5zQujekpwad5c7nTmOGO6Cv3H2Pr6Ll5XTEI45wWJjnPmdjR2CYbm53DnVyG9Q== Date: Fri, 9 Sep 2022 00:08:48 +0200 From: Alexandre Belloni To: Jerry.Ray@microchip.com Subject: Re: [PATCH v6 1/2] ARM: dts: at91: Adding documentation for SAMA5D3-EDS Message-ID: References: <20220902192236.14862-1-jerry.ray@microchip.com> <20220908211048.GA3344136-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220908_150857_018704_5D7F7C66 X-CRM114-Status: GOOD ( 15.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: robh@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, Claudiu.Beznea@microchip.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 08/09/2022 21:38:48+0000, Jerry.Ray@microchip.com wrote: > >> Adding the SAMA5D3-EDS board from Microchip into the atmel AT91 board > >> description yaml file. > >> > >> Signed-off-by: Jerry Ray > >> --- > >> v5->v6: > >> - No code change - patch prefix naming modified to match with others. > > > >You did 'git log --oneline Documentation/devicetree/bindings/arm/' for inspiration? > > > >'ARM: dts' would be an arm32 .dts file which this is not. > > > >Rob > > Yes. I'm trying to get it into the right bucket, but I guess I'm clueless as to how things get broken down. > I tried "dts: arm: at91:" but was asked to change it. I can keep guessing, but would prefer if someone could > help me understand and get it right. dt-bindings: arm: at91: is the right prefix > > Regards, > Jerry. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel