All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Ben Whitten <ben.whitten@gmail.com>
Cc: devicetree@vger.kernel.org,
	Ben Whitten <ben.whitten@lairdtech.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	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
Date: Thu, 14 Jun 2018 11:07:33 +0200	[thread overview]
Message-ID: <20180614090733.GV10521@piout.net> (raw)
In-Reply-To: <1528966340-23216-1-git-send-email-ben.whitten@lairdtech.com>

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 <ben.whitten@lairdtech.com>
> ---
>  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 <soc>-board.dtb so this should be
at91sam9g25-wb45n.dtb.


-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.belloni@bootlin.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK
Date: Thu, 14 Jun 2018 11:07:33 +0200	[thread overview]
Message-ID: <20180614090733.GV10521@piout.net> (raw)
In-Reply-To: <1528966340-23216-1-git-send-email-ben.whitten@lairdtech.com>

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 <ben.whitten@lairdtech.com>
> ---
>  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 <soc>-board.dtb so this should be
at91sam9g25-wb45n.dtb.


-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2018-06-14  9:07 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14  8:51 [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK Ben Whitten
2018-06-14  8:51 ` Ben Whitten
2018-06-14  8:51 ` [PATCH 2/4] arm: dts: add support for Laird WB50N " Ben Whitten
2018-06-14  8:51   ` Ben Whitten
2018-06-14  9:50   ` Alexandre Belloni
2018-06-14  9:50     ` Alexandre Belloni
2018-06-14 11:47     ` Nicolas Ferre
2018-06-14 11:47       ` Nicolas Ferre
2018-06-14 11:47       ` Nicolas Ferre
2018-06-14  8:51 ` [PATCH 3/4] arm: dts: add support for Gatwick board based on WB50N Ben Whitten
2018-06-14  8:51   ` Ben Whitten
2018-06-14  8:51 ` [PATCH 4/4] arm: dts: add support for Laird SOM60 module and DVK boards Ben Whitten
2018-06-14  8:51   ` Ben Whitten
2018-06-14 13:14   ` Nicolas Ferre
2018-06-14 13:14     ` Nicolas Ferre
2018-06-14 13:14     ` Nicolas Ferre
2018-06-15  8:57     ` Ben Whitten
2018-06-15  8:57       ` Ben Whitten
2018-06-15  8:57       ` Ben Whitten
2018-06-14  9:07 ` Alexandre Belloni [this message]
2018-06-14  9:07   ` [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK Alexandre Belloni
2018-06-14 11:24   ` Alexandre Belloni
2018-06-14 11:24     ` Alexandre Belloni
2018-06-14 12:52 ` Nicolas Ferre
2018-06-14 12:52   ` Nicolas Ferre
2018-06-14 12:52   ` Nicolas Ferre
2018-06-14 13:00   ` Alexandre Belloni
2018-06-14 13:00     ` Alexandre Belloni
2018-06-15 10:01   ` Ben Whitten
2018-06-15 10:01     ` Ben Whitten
2018-06-15 10:01     ` Ben Whitten
2018-06-15 12:07     ` Nicolas Ferre
2018-06-15 12:07       ` Nicolas Ferre
2018-06-15 12:07       ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180614090733.GV10521@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=ben.whitten@gmail.com \
    --cc=ben.whitten@lairdtech.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.