Message ID | 1365348554-24345-1-git-send-email-shc_work@mail.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Apr 07, 2013 at 07:29:12PM +0400, Alexander Shiyan wrote: > Added NFC node to imx27-phytec-phycore DT file. > > Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Applied, thanks. > --- > arch/arm/boot/dts/imx27-phytec-phycore.dtsp | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp > index 924097a..7228153 100644 > --- a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp > +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp > @@ -71,3 +71,9 @@ > #size-cells = <1>; > }; > }; > + > +&nfc { > + nand-bus-width = <8>; > + nand-ecc-mode = "hw"; > + status = "okay"; > +}; > -- > 1.8.1.5 > > _______________________________________________ > devicetree-discuss mailing list > devicetree-discuss@lists.ozlabs.org > https://lists.ozlabs.org/listinfo/devicetree-discuss
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp index 924097a..7228153 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp @@ -71,3 +71,9 @@ #size-cells = <1>; }; }; + +&nfc { + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + status = "okay"; +};
Added NFC node to imx27-phytec-phycore DT file. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/boot/dts/imx27-phytec-phycore.dtsp | 6 ++++++ 1 file changed, 6 insertions(+)