* [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries
@ 2014-02-04 14:59 Alexander Shiyan
2014-02-04 14:59 ` [PATCH 2/3] ARM: dts: imx27-phytec-phycard-s-som: Add NFC node Alexander Shiyan
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Alexander Shiyan @ 2014-02-04 14:59 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts | 36 ++++++++++++------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
index e51e550..a28b6c7 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
@@ -29,6 +29,24 @@
status = "okay";
};
+&fec {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_fec1>;
+ status = "okay";
+};
+
+&i2c2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_i2c2>;
+ status = "okay";
+
+ at24 at 52 {
+ compatible = "at,24c32";
+ pagesize = <32>;
+ reg = <0x52>;
+ };
+};
+
&iomuxc {
imx27-phycard-s-som {
pinctrl_fec1: fec1grp {
@@ -62,21 +80,3 @@
};
};
};
-
-&fec {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_fec1>;
- status = "okay";
-};
-
-&i2c2 {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_i2c2>;
- status = "okay";
-
- at24 at 52 {
- compatible = "at,24c32";
- pagesize = <32>;
- reg = <0x52>;
- };
-};
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/3] ARM: dts: imx27-phytec-phycard-s-som: Add NFC node
2014-02-04 14:59 [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Alexander Shiyan
@ 2014-02-04 14:59 ` Alexander Shiyan
2014-02-04 14:59 ` [PATCH 3/3] ARM: dts: imx27-phytec-phycard-s-rdk: Add pinctrl definitions for SDHC2 Alexander Shiyan
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2014-02-04 14:59 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds the NFC devicetree node for Phytec PCA100 module.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
index a28b6c7..1b62480 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
@@ -78,5 +78,26 @@
MX27_PAD_I2C2_SCL__I2C2_SCL 0x0
>;
};
+
+ pinctrl_nfc: nfcgrp {
+ fsl,pins = <
+ MX27_PAD_NFRB__NFRB 0x0
+ MX27_PAD_NFCLE__NFCLE 0x0
+ MX27_PAD_NFWP_B__NFWP_B 0x0
+ MX27_PAD_NFCE_B__NFCE_B 0x0
+ MX27_PAD_NFALE__NFALE 0x0
+ MX27_PAD_NFRE_B__NFRE_B 0x0
+ MX27_PAD_NFWE_B__NFWE_B 0x0
+ >;
+ };
};
};
+
+&nfc {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_nfc>;
+ nand-bus-width = <8>;
+ nand-ecc-mode = "hw";
+ nand-on-flash-bbt;
+ status = "okay";
+};
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 3/3] ARM: dts: imx27-phytec-phycard-s-rdk: Add pinctrl definitions for SDHC2
2014-02-04 14:59 [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Alexander Shiyan
2014-02-04 14:59 ` [PATCH 2/3] ARM: dts: imx27-phytec-phycard-s-som: Add NFC node Alexander Shiyan
@ 2014-02-04 14:59 ` Alexander Shiyan
2014-02-05 8:20 ` [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Sascha Hauer
2014-02-10 3:11 ` Shawn Guo
3 siblings, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2014-02-04 14:59 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds pinctrl definitions for SDHC2 for Phytec PCA100 RDK board.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
index 04cadfc..1cd3a87 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
@@ -88,6 +88,18 @@
>;
};
+ pinctrl_sdhc2: sdhc2grp {
+ fsl,pins = <
+ MX27_PAD_SD2_CLK__SD2_CLK 0x0
+ MX27_PAD_SD2_CMD__SD2_CMD 0x0
+ MX27_PAD_SD2_D0__SD2_D0 0x0
+ MX27_PAD_SD2_D1__SD2_D1 0x0
+ MX27_PAD_SD2_D2__SD2_D2 0x0
+ MX27_PAD_SD2_D3__SD2_D3 0x0
+ MX27_PAD_SSI3_RXDAT__GPIO3_29 0x0 /* CD */
+ >;
+ };
+
pinctrl_uart1: uart1grp {
fsl,pins = <
MX27_PAD_UART1_TXD__UART1_TXD 0x0
@@ -124,6 +136,8 @@
};
&sdhci2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_sdhc2>;
cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
status = "okay";
};
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries
2014-02-04 14:59 [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Alexander Shiyan
2014-02-04 14:59 ` [PATCH 2/3] ARM: dts: imx27-phytec-phycard-s-som: Add NFC node Alexander Shiyan
2014-02-04 14:59 ` [PATCH 3/3] ARM: dts: imx27-phytec-phycard-s-rdk: Add pinctrl definitions for SDHC2 Alexander Shiyan
@ 2014-02-05 8:20 ` Sascha Hauer
2014-02-10 3:11 ` Shawn Guo
3 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2014-02-05 8:20 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Feb 04, 2014 at 06:59:30PM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
This series:
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries
2014-02-04 14:59 [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Alexander Shiyan
` (2 preceding siblings ...)
2014-02-05 8:20 ` [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Sascha Hauer
@ 2014-02-10 3:11 ` Shawn Guo
3 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2014-02-10 3:11 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Feb 04, 2014 at 06:59:30PM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied all 3, thanks.
Shawn
> ---
> arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts | 36 ++++++++++++------------
> 1 file changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
> index e51e550..a28b6c7 100644
> --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
> +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
> @@ -29,6 +29,24 @@
> status = "okay";
> };
>
> +&fec {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_fec1>;
> + status = "okay";
> +};
> +
> +&i2c2 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c2>;
> + status = "okay";
> +
> + at24 at 52 {
> + compatible = "at,24c32";
> + pagesize = <32>;
> + reg = <0x52>;
> + };
> +};
> +
> &iomuxc {
> imx27-phycard-s-som {
> pinctrl_fec1: fec1grp {
> @@ -62,21 +80,3 @@
> };
> };
> };
> -
> -&fec {
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_fec1>;
> - status = "okay";
> -};
> -
> -&i2c2 {
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_i2c2>;
> - status = "okay";
> -
> - at24 at 52 {
> - compatible = "at,24c32";
> - pagesize = <32>;
> - reg = <0x52>;
> - };
> -};
> --
> 1.8.3.2
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-10 3:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 14:59 [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Alexander Shiyan
2014-02-04 14:59 ` [PATCH 2/3] ARM: dts: imx27-phytec-phycard-s-som: Add NFC node Alexander Shiyan
2014-02-04 14:59 ` [PATCH 3/3] ARM: dts: imx27-phytec-phycard-s-rdk: Add pinctrl definitions for SDHC2 Alexander Shiyan
2014-02-05 8:20 ` [PATCH 1/3] ARM: dts: imx27-phytec-phycard-s-som: Sort entries Sascha Hauer
2014-02-10 3:11 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox