From: josh.wu@atmel.com (Josh Wu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: at91: sama5d3/dt: add sama5d36ek dts file
Date: Tue, 5 Nov 2013 18:08:34 +0800 [thread overview]
Message-ID: <5278C3A2.6020900@atmel.com> (raw)
In-Reply-To: <5278AE5F.9010409@overkiz.com>
Hi, Boris
On 11/5/2013 4:37 PM, boris brezillon wrote:
> Hello Josh,
>
> On 05/11/2013 07:58, Josh Wu wrote:
>> Add a dts file to support sama5d36ek board.
>>
>> Also update the the comments for sama5d36 in sama5d3.dtsi.
>>
>> Signed-off-by: Josh Wu <josh.wu@atmel.com>
>> ---
>> arch/arm/boot/dts/Makefile | 1 +
>> arch/arm/boot/dts/sama5d3.dtsi | 2 +-
>> arch/arm/boot/dts/sama5d36ek.dts | 52
>> ++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 54 insertions(+), 1 deletion(-)
>> create mode 100644 arch/arm/boot/dts/sama5d36ek.dts
>>
>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>> index 802720e..1eccf61 100644
>> --- a/arch/arm/boot/dts/Makefile
>> +++ b/arch/arm/boot/dts/Makefile
>> @@ -40,6 +40,7 @@ dtb-$(CONFIG_ARCH_AT91) += sama5d31ek.dtb
>> dtb-$(CONFIG_ARCH_AT91) += sama5d33ek.dtb
>> dtb-$(CONFIG_ARCH_AT91) += sama5d34ek.dtb
>> dtb-$(CONFIG_ARCH_AT91) += sama5d35ek.dtb
>> +dtb-$(CONFIG_ARCH_AT91) += sama5d36ek.dtb
>>
>> dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb
>>
>> diff --git a/arch/arm/boot/dts/sama5d3.dtsi
>> b/arch/arm/boot/dts/sama5d3.dtsi
>> index b7f4961..5bcd9b4 100644
>> --- a/arch/arm/boot/dts/sama5d3.dtsi
>> +++ b/arch/arm/boot/dts/sama5d3.dtsi
>> @@ -1,6 +1,6 @@
>> /*
>> * sama5d3.dtsi - Device Tree Include file for SAMA5D3 family SoC
>> - * applies to SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35 SoC
>> + * applies to SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35,
>> SAMA5D36 SoC
>> *
>> * Copyright (C) 2013 Atmel,
>> * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
>
> Could you add a new file named sama5d36.dtsi and including all the
> optional peripherals provided by this SoC (see
> https://github.com/at91linux/linux-at91/blob/at91-3.13-cleanup/arch/arm/boot/dts/sama5d31.dtsi)
> :
>
> #include "sama5d3.dtsi"
> #include "sama5d3_can.dtsi"
> #include "sama5d3_emac.dtsi"
> #include "sama5d3_gmac.dtsi"
> #include "sama5d3_mci2.dtsi"
> #include "sama5d3_lcd.dtsi"
> #include "sama5d3_tcb1.dtsi"
> #include "sama5d3_uart.dtsi"
>
Ok.
>
>
>> diff --git a/arch/arm/boot/dts/sama5d36ek.dts
>> b/arch/arm/boot/dts/sama5d36ek.dts
>> new file mode 100644
>> index 0000000..68d0227
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/sama5d36ek.dts
>> @@ -0,0 +1,52 @@
>> +/*
>> + * sama5d36ek.dts - Device Tree file for SAMA5D36-EK board
>> + *
>> + * Copyright (C) 2013 Atmel,
>> + * 2013 Josh Wu <josh.wu@atmel.com>
>> + *
>> + * Licensed under GPLv2 or later.
>> + */
>> +/dts-v1/;
>
> #include "sama5d36.dtsi"
I will modify them in v2. Thanks.
Best Regards,
Josh Wu
>
>> +#include "sama5d3xmb.dtsi"
>> +#include "sama5d3xdm.dtsi"
>> +
>> +/ {
>> + model = "Atmel SAMA5D36-EK";
>> + compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb",
>> "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
>> +
>> + ahb {
>> + apb {
>> + spi0: spi at f0004000 {
>> + status = "okay";
>> + };
>> +
>> + ssc0: ssc at f0008000 {
>> + status = "okay";
>> + };
>> +
>> + can0: can at f000c000 {
>> + status = "okay";
>> + };
>> +
>> + i2c0: i2c at f0014000 {
>> + status = "okay";
>> + };
>> +
>> + i2c1: i2c at f0018000 {
>> + status = "okay";
>> + };
>> +
>> + macb0: ethernet at f0028000 {
>> + status = "okay";
>> + };
>> +
>> + macb1: ethernet at f802c000 {
>> + status = "okay";
>> + };
>> + };
>> + };
>> +
>> + sound {
>> + status = "okay";
>> + };
>> +};
>>
>
prev parent reply other threads:[~2013-11-05 10:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-05 6:58 [PATCH 0/2] ARM: at91: sama5d3: add sama5d36ek support Josh Wu
2013-11-05 6:58 ` [PATCH 1/2] ARM: at91: sama5d3: add support for sama5d36 chip Josh Wu
2013-11-05 6:58 ` [PATCH 2/2] ARM: at91: sama5d3/dt: add sama5d36ek dts file Josh Wu
2013-11-05 8:37 ` boris brezillon
2013-11-05 10:08 ` Josh Wu [this message]
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=5278C3A2.6020900@atmel.com \
--to=josh.wu@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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.