Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1814600imm; Thu, 14 Jun 2018 04:25:11 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJIjSRdZ1M6oWOSRmk2QEalB8LxiM670MX53r/YOthAp6nc084y7kIF1jEU7QiguHLPrxMm X-Received: by 2002:a62:a104:: with SMTP id b4-v6mr9148104pff.159.1528975511664; Thu, 14 Jun 2018 04:25:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528975511; cv=none; d=google.com; s=arc-20160816; b=YLHB8RGCRRKf730x2UkTfIhtiQ8mc/7qxxbtm1r/uQwDj62lUSYx2OzlMon3y3Wkmm L3TnnOJXrQGi246jiwU20twgf4LCyEhp9DPoyL/4zd2HTJBJMj3yAslUKyKc1kVx0Hyq 3LJN9XokerT+tLv//BfIQ4LAXi+Eipt7BcZ3ekcbctUZClZ+0mQOxgA5xaoUcUJe6hiv nFgTLnhtaM599nlA9a6ixvAtU/i4zLGyUBXKGOJQt5ps2oyo+mlnGeNjq3inMY8HUU3h W6PZIrwWfAN+VmV+UX7QWZffrz7NYBvIV3NfBLQpscUiXl70xEpa3A60bakcC9FiE6EP pU9w== 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=gKveDoRyalR1WKNgnIa0fTbeut6LaaAKCwv4M4iGnSs=; b=SVLk2zqz2cKB0yiyf+Zv/VPJcsG8qspmHmF0Wybjrna4U3NklnBNcou3gIs1TCvY5j O3DPVg85kkNqaxOcmyhicBsr34MLlb5aizzHxyPeS7EPCETxqCKlm45Hikfrj7Vajq+R IeN5Ono1TJbVgvyCCNqg8jXGfetqGl/y8JaeRFTy6T8RFSkSxhbkvGtGx1jR+fW9Ah7Z HqqYQzj+N3TL5CmdNZTs8AUXYbKo29TbEXBODEQvLe7t6w58tmjFZd5w6oaTvCqzDrw8 8LT71DiD/yzJputjnclUIf3JXyHF2yrGxG0SM3SGA8V7Mtj7VCqZ3XkE3ZUTZ7YW/i+6 FGzQ== 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 m9-v6si5333937pfg.323.2018.06.14.04.24.57; Thu, 14 Jun 2018 04:25:11 -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 S1754965AbeFNLY3 (ORCPT + 99 others); Thu, 14 Jun 2018 07:24:29 -0400 Received: from mail.bootlin.com ([62.4.15.54]:47284 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754857AbeFNLY2 (ORCPT ); Thu, 14 Jun 2018 07:24:28 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 8C4ED2073D; Thu, 14 Jun 2018 13:24:26 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [37.170.129.148]) by mail.bootlin.com (Postfix) with ESMTPSA id 4DED320376; Thu, 14 Jun 2018 13:24:16 +0200 (CEST) Date: Thu, 14 Jun 2018 13:24:16 +0200 From: Alexandre Belloni To: Ben Whitten Cc: devicetree@vger.kernel.org, Ben Whitten , Rob Herring , Mark Rutland , Nicolas Ferre , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK Message-ID: <20180614112416.GY10521@piout.net> References: <1528966340-23216-1-git-send-email-ben.whitten@lairdtech.com> <20180614090733.GV10521@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180614090733.GV10521@piout.net> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/06/2018 11:07:33+0200, Alexandre Belloni wrote: > Hi, > > On 14/06/2018 09:51:54+0100, Ben Whitten wrote: > > This need a proper commit message. Maybe you can also add a link to the > technical brief for the platform? > > > Signed-off-by: Ben Whitten > > --- > > arch/arm/boot/dts/Makefile | 3 +- > > arch/arm/boot/dts/at91-wb45n.dts | 66 +++++++++++++++ > > arch/arm/boot/dts/at91-wb45n.dtsi | 169 ++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 237 insertions(+), 1 deletion(-) > > create mode 100644 arch/arm/boot/dts/at91-wb45n.dts > > create mode 100644 arch/arm/boot/dts/at91-wb45n.dtsi > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 7e24249..1ee94ee 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -42,7 +42,8 @@ dtb-$(CONFIG_SOC_AT91SAM9) += \ > > at91sam9g25ek.dtb \ > > at91sam9g35ek.dtb \ > > at91sam9x25ek.dtb \ > > - at91sam9x35ek.dtb > > + at91sam9x35ek.dtb \ > > + at91-wb45n.dtb > > The proper name for the file is -board.dtb so this should be > at91sam9g25-wb45n.dtb. > Nicolas tells me that the name was right, please disregard my comment (also on the other patches). -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com