1
0
Fork 0

ARM: dts: i.MX51: Allow to define partitions onto NFC

This patch allow to define partitions onto NFC in user defined
devicetrees.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
hifive-unleashed-5.1
Alexander Shiyan 2014-04-16 11:24:50 +04:00 committed by Shawn Guo
parent 25c349c424
commit f0e3f89e68
2 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,6 @@
nand-bus-width = <8>;
nand-ecc-mode = "hw";
nand-on-flash-bbt;
#address-cells = <1>;
#size-cells = <1>;
status = "okay";
};

View File

@ -538,6 +538,8 @@
};
nfc: nand@83fdb000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,imx51-nand";
reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>;
interrupts = <8>;