All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Kamel Bouhara <kamel.bouhara@bootlin.com>
Cc: devicetree@vger.kernel.org,
	"Mickael GARDET" <m.gardet@overkiz.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Kévin RAYMOND" <k.raymond@overkiz.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 2/2] ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file
Date: Fri, 20 Dec 2019 17:49:31 +0100	[thread overview]
Message-ID: <20191220164931.GE895367@piout.net> (raw)
In-Reply-To: <20191220103835.160154-2-kamel.bouhara@bootlin.com>

On 20/12/2019 11:38:35+0100, Kamel Bouhara wrote:
> Split the existing Kizbox Mini boards into three board configuration,
> the base board, the mother board and the RailDIN board.
> Add a new dts file for the SmartKiz board support.
> 
> Signed-off-by: Kévin RAYMOND <k.raymond@overkiz.com>
> Signed-off-by: Mickael GARDET <m.gardet@overkiz.com>
> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> ---
>  arch/arm/boot/dts/Makefile                    |   5 +-
>  arch/arm/boot/dts/at91-kizboxmini-base.dts    |  24 +++
>  ...oxmini.dts => at91-kizboxmini-common.dtsi} | 163 +++++++++---------
>  arch/arm/boot/dts/at91-kizboxmini-mb.dts      |  26 +++
>  arch/arm/boot/dts/at91-kizboxmini-rd.dts      |  49 ++++++
>  arch/arm/boot/dts/at91-smartkiz.dts           | 109 ++++++++++++
>  6 files changed, 293 insertions(+), 83 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-base.dts
>  rename arch/arm/boot/dts/{at91-kizboxmini.dts => at91-kizboxmini-common.dtsi} (51%)
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-mb.dts
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-rd.dts
>  create mode 100644 arch/arm/boot/dts/at91-smartkiz.dts
> 
Applied, thanks.

-- 
Alexandre Belloni, 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

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Kamel Bouhara <kamel.bouhara@bootlin.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	devicetree@vger.kernel.org,
	"Kévin RAYMOND" <k.raymond@overkiz.com>,
	"Mickael GARDET" <m.gardet@overkiz.com>
Subject: Re: [PATCH v6 2/2] ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file
Date: Fri, 20 Dec 2019 17:49:31 +0100	[thread overview]
Message-ID: <20191220164931.GE895367@piout.net> (raw)
In-Reply-To: <20191220103835.160154-2-kamel.bouhara@bootlin.com>

On 20/12/2019 11:38:35+0100, Kamel Bouhara wrote:
> Split the existing Kizbox Mini boards into three board configuration,
> the base board, the mother board and the RailDIN board.
> Add a new dts file for the SmartKiz board support.
> 
> Signed-off-by: Kévin RAYMOND <k.raymond@overkiz.com>
> Signed-off-by: Mickael GARDET <m.gardet@overkiz.com>
> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
> ---
>  arch/arm/boot/dts/Makefile                    |   5 +-
>  arch/arm/boot/dts/at91-kizboxmini-base.dts    |  24 +++
>  ...oxmini.dts => at91-kizboxmini-common.dtsi} | 163 +++++++++---------
>  arch/arm/boot/dts/at91-kizboxmini-mb.dts      |  26 +++
>  arch/arm/boot/dts/at91-kizboxmini-rd.dts      |  49 ++++++
>  arch/arm/boot/dts/at91-smartkiz.dts           | 109 ++++++++++++
>  6 files changed, 293 insertions(+), 83 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-base.dts
>  rename arch/arm/boot/dts/{at91-kizboxmini.dts => at91-kizboxmini-common.dtsi} (51%)
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-mb.dts
>  create mode 100644 arch/arm/boot/dts/at91-kizboxmini-rd.dts
>  create mode 100644 arch/arm/boot/dts/at91-smartkiz.dts
> 
Applied, thanks.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2019-12-20 16:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20 10:38 [PATCH v6 1/2] dt-bindings: arm: at91: Document Kizboxmini and Smartkiz boards binding Kamel Bouhara
2019-12-20 10:38 ` Kamel Bouhara
2019-12-20 10:38 ` [PATCH v6 2/2] ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file Kamel Bouhara
2019-12-20 10:38   ` Kamel Bouhara
2019-12-20 16:49   ` Alexandre Belloni [this message]
2019-12-20 16:49     ` Alexandre Belloni
2019-12-20 16:49 ` [PATCH v6 1/2] dt-bindings: arm: at91: Document Kizboxmini and Smartkiz boards binding Alexandre Belloni
2019-12-20 16:49   ` Alexandre Belloni

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=20191220164931.GE895367@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=k.raymond@overkiz.com \
    --cc=kamel.bouhara@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=m.gardet@overkiz.com \
    --cc=robh+dt@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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.