ARM: boot: dts: Add an entry for imx27-pdk.dtb
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 25 Dec 2012 11:10:52 +0000 (09:10 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 10 Feb 2013 15:25:41 +0000 (23:25 +0800)
Add an entry for imx27-pdk.dtb, so that it can be generated by default.

Also, add an entry into Documentation/devicetree/bindings/arm/fsl.txt.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Documentation/devicetree/bindings/arm/fsl.txt
arch/arm/boot/dts/Makefile

index f798187..4c25c98 100644 (file)
@@ -5,6 +5,10 @@ i.MX23 Evaluation Kit
 Required root node properties:
     - compatible = "fsl,imx23-evk", "fsl,imx23";
 
+i.MX27 Product Development Kit
+Required root node properties:
+    - compatible = "fsl,imx27-pdk", "fsl,imx27";
+
 i.MX28 Evaluation Kit
 Required root node properties:
     - compatible = "fsl,imx28-evk", "fsl,imx28";
index 5ebb44f..c3638bd 100644 (file)
@@ -79,7 +79,8 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \
        armada-370-mirabox.dtb \
        armada-xp-db.dtb \
        armada-xp-openblocks-ax3-4.dtb
-dtb-$(CONFIG_ARCH_MXC) += imx51-babbage.dtb \
+dtb-$(CONFIG_ARCH_MXC) += imx27-pdk.dtb \
+       imx51-babbage.dtb \
        imx53-ard.dtb \
        imx53-evk.dtb \
        imx53-qsb.dtb \