summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-06-08 14:39:40 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 08:04:31 (GMT)
commitc14ceb42983b16cb7c5a933401020a4b15e07e7c (patch)
tree62240adbe7d29349571d561180526f02668df55e
parent8440ae7024d5739412fe9d95e063085dae4b9a92 (diff)
downloadlinux-fsl-qoriq-c14ceb42983b16cb7c5a933401020a4b15e07e7c.tar.xz
ARM: dts: imx27-phytec-phycore-rdk: Add MTD name for NOR flash
This patch adds name for NOR flash. This keeps compatibility for commandline partitions parsing from old bootloaders and make name of device same for DT and non-DT boot. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutonix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore-som.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
index 73f4b28..f010565 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
@@ -57,6 +57,7 @@
compatible = "cfi-flash";
bank-width = <2>;
reg = <0xc0000000 0x02000000>;
+ linux,mtd-name = "physmap-flash.0";
#address-cells = <1>;
#size-cells = <1>;
};