diff mbox

[4/5] ARM: AT91: dt: add at91rm9200 PQFP package version

Message ID 1371472710-18535-4-git-send-email-plagnioj@jcrosoft.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jean-Christophe PLAGNIOL-VILLARD June 17, 2013, 12:38 p.m. UTC
the PQFP version have only 3 gpio banks (A, B & C)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/boot/dts/at91rm9200_pqfp.dtsi |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 arch/arm/boot/dts/at91rm9200_pqfp.dtsi

Comments

Nicolas Ferre June 26, 2013, 7:55 a.m. UTC | #1
On 17/06/2013 14:38, Jean-Christophe PLAGNIOL-VILLARD :
> the PQFP version have only 3 gpio banks (A, B & C)
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>   arch/arm/boot/dts/at91rm9200_pqfp.dtsi |   17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>   create mode 100644 arch/arm/boot/dts/at91rm9200_pqfp.dtsi
>
> diff --git a/arch/arm/boot/dts/at91rm9200_pqfp.dtsi b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
> new file mode 100644
> index 0000000..8e3d43f
> --- /dev/null
> +++ b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
> @@ -0,0 +1,17 @@
> +/*
> + * at91rm9200_pqfp.dtsi - Device Tree Include file for AT91RM9200 PQFP family SoC
> + *
> + * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> + *
> + * Licensed under GPLv2 or later.
> + */
> +
> +#include "at91rm9200.dtsi"
> +
> +/ {
> +	compatible = "atmel,at91rm9200-pqfp", "atmel,at91rm9200";
> +};
> +
> +&pioD {
> +	status = "disable";

Typo: s/disable/disabled/

> +};
>
Nicolas Ferre Aug. 21, 2013, 10:20 a.m. UTC | #2
On 26/06/2013 09:55, Nicolas Ferre :
> On 17/06/2013 14:38, Jean-Christophe PLAGNIOL-VILLARD :
>> the PQFP version have only 3 gpio banks (A, B & C)
>>
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
>> ---
>>    arch/arm/boot/dts/at91rm9200_pqfp.dtsi |   17 +++++++++++++++++
>>    1 file changed, 17 insertions(+)
>>    create mode 100644 arch/arm/boot/dts/at91rm9200_pqfp.dtsi
>>
>> diff --git a/arch/arm/boot/dts/at91rm9200_pqfp.dtsi b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
>> new file mode 100644
>> index 0000000..8e3d43f
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
>> @@ -0,0 +1,17 @@
>> +/*
>> + * at91rm9200_pqfp.dtsi - Device Tree Include file for AT91RM9200 PQFP family SoC
>> + *
>> + * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>> + *
>> + * Licensed under GPLv2 or later.
>> + */
>> +
>> +#include "at91rm9200.dtsi"
>> +
>> +/ {
>> +	compatible = "atmel,at91rm9200-pqfp", "atmel,at91rm9200";
>> +};
>> +
>> +&pioD {
>> +	status = "disable";
>
> Typo: s/disable/disabled/

With typo corrected, stacked on at91-3.12-dt

Thanks,
diff mbox

Patch

diff --git a/arch/arm/boot/dts/at91rm9200_pqfp.dtsi b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
new file mode 100644
index 0000000..8e3d43f
--- /dev/null
+++ b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi
@@ -0,0 +1,17 @@ 
+/*
+ * at91rm9200_pqfp.dtsi - Device Tree Include file for AT91RM9200 PQFP family SoC
+ *
+ * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+ *
+ * Licensed under GPLv2 or later.
+ */
+
+#include "at91rm9200.dtsi"
+
+/ {
+	compatible = "atmel,at91rm9200-pqfp", "atmel,at91rm9200";
+};
+
+&pioD {
+	status = "disable";
+};