Re: [PATCH] devicetree: fsl.txt: Add an entry to mx27pdk board
From: Shawn Guo <hidden>
Date: 2012-10-06 14:06:41
On Wed, Sep 26, 2012 at 09:19:15AM -0300, Fabio Estevam wrote:
quoted hunk
From: Fabio Estevam <redacted> Add an entry to mx27pdk board (or also known as mx27 3ds). Signed-off-by: Fabio Estevam <redacted> --- Documentation/devicetree/bindings/arm/fsl.txt | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index ac9e751..57dc148 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt@@ -5,6 +5,10 @@ i.MX23 Evaluation Kit Required root node properties: - compatible = "fsl,imx23-evk", "fsl,imx23"; +i.MX27 Product Development Kit
I'm wondering why fsl,imx27-pdk wasn't picked as the compatible string, if Product Development Kit is the preferred name.
+Required root node properties: + - compatible = "fsl,imx27-3ds", "fsl,imx27"; +
We have the following two lines in imx27-3ds.dts right now.
model = "mx27_3ds";
compatible = "freescale,imx27-3ds", "fsl,imx27";
The "model" property deserves a more descriptive string, while
"compatible" even needs a fixing, s/freescale/fsl.
i.MX28 Evaluation Kit
Required root node properties:
- compatible = "fsl,imx28-evk", "fsl,imx28";
--
1.7.9.5