diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-04-07 19:29:12 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 22:53:40 +0800 |
commit | 1b45acebd4a71e373f81a26fdf3d99dd51481ca2 (patch) | |
tree | 51a4eeccc4b65b13da336ba42577ba82be682383 /arch/arm/boot | |
parent | 718a35006f3fa48540d69bd649ff76ea4cdc1ef2 (diff) |
ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module
Added NFC node to imx27-phytec-phycore DT file.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index 9b7ca3ed34d..fe64e3a91df 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts @@ -71,3 +71,9 @@ #size-cells = <1>; }; }; + +&nfc { + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + status = "okay"; +}; |