diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-04-16 09:24:50 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 17:01:56 +0200 |
commit | f0e3f89e686ff0b1464d67e27811a69348a9e3cf (patch) | |
tree | 84e9b87d1320412dee5c08fb3ce238f8053846af /arch/arm/boot/dts/imx51.dtsi | |
parent | ARM: dts: pbab01: Enable DVI (diff) | |
download | linux-f0e3f89e686ff0b1464d67e27811a69348a9e3cf.tar.xz linux-f0e3f89e686ff0b1464d67e27811a69348a9e3cf.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 51b86700cd88..bebbf3ba0d5e 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -538,6 +538,8 @@ }; nfc: nand@83fdb000 { + #address-cells = <1>; + #size-cells = <1>; compatible = "fsl,imx51-nand"; reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>; interrupts = <8>; |