All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5322E6AA.1010400@eukrea.com>

diff --git a/a/1.txt b/N1/1.txt
index 02b7fba..52b564a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,7 +15,7 @@ cmo_qvga: display {
     };
 };
 
-ipu: ipu@53fc0000 {
+ipu: ipu at 53fc0000 {
    compatible = "fsl,imx31-ipu";
    reg = < 0x53fc0000 0x5f
    0x53fc0088 0x2b >;
@@ -26,7 +26,7 @@ ipu: ipu@53fc0000 {
    clock-names = "";
 };
 
-lcdc: mx3fb@53fc00b4 {
+lcdc: mx3fb at 53fc00b4 {
    compatible = "fsl,mx3-fb";
    reg = <0x53fc00b4 0x0b>;
    clocks = <&clks 55>;
@@ -40,7 +40,7 @@ I was told to instead make bindings that looks very similar to the ipuv3
 driver[1]
 So at the end that gave something like that:
 
-cmo_qvga: display@di0 {
+cmo_qvga: display at di0 {
    compatible = "fsl,mx3-parallel-display";
    regulator-name = "lcd";
    lcd-supply = <&reg_lcd_3v3>;
@@ -53,7 +53,7 @@ cmo_qvga: display@di0 {
     };
 };
 
-ipu: ipu@53fc0000 {
+ipu: ipu at 53fc0000 {
    compatible = "fsl,imx35-ipu";
    reg = <0x53fc0000 0x4000>;
    clocks = <&clks 55>;
@@ -68,13 +68,13 @@ it's not exported to the device tree bindings.
 Now, since the mx3fb driver is binded to the "fsl,imx35-ipu" compatible,
 if I would do a "mx3fbi->reg_lcd = devm_regulator_get(dev, "lcd");",
 that would then lookup for the regulator in the mx3fb node
-(The last "ipu@53fc0000" here).
+(The last "ipu at 53fc0000" here).
 
 Instead the regulator can be found in the display node,
 which has no driver associated with it.
 
 In the case of the ipuv3, the parallel display driver is associated
-with the display@di0 node, so the device matches with the device tree
+with the display at di0 node, so the device matches with the device tree
 node directly.
 
 References:
diff --git a/a/content_digest b/N1/content_digest
index d69e15d..2e93a3f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01394788369-5096-1-git-send-email-denis@eukrea.com\0"
  "ref\01394788369-5096-3-git-send-email-denis@eukrea.com\0"
  "ref\01394789035.649593084@f301.i.mail.ru\0"
- "From\0Denis Carikli <denis@eukrea.com>\0"
- "Subject\0Re: [PATCH v7][ 3/5] video: mx3fb: Introduce regulator support.\0"
- "Date\0Fri, 14 Mar 2014 11:23:22 +0000\0"
+ "From\0denis@eukrea.com (Denis Carikli)\0"
+ "Subject\0[PATCH v7][ 3/5] video: mx3fb: Introduce regulator support.\0"
+ "Date\0Fri, 14 Mar 2014 12:23:22 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -24,7 +24,7 @@
  "    };\n"
  "};\n"
  "\n"
- "ipu: ipu@53fc0000 {\n"
+ "ipu: ipu at 53fc0000 {\n"
  "   compatible = \"fsl,imx31-ipu\";\n"
  "   reg = < 0x53fc0000 0x5f\n"
  "   0x53fc0088 0x2b >;\n"
@@ -35,7 +35,7 @@
  "   clock-names = \"\";\n"
  "};\n"
  "\n"
- "lcdc: mx3fb@53fc00b4 {\n"
+ "lcdc: mx3fb at 53fc00b4 {\n"
  "   compatible = \"fsl,mx3-fb\";\n"
  "   reg = <0x53fc00b4 0x0b>;\n"
  "   clocks = <&clks 55>;\n"
@@ -49,7 +49,7 @@
  "driver[1]\n"
  "So at the end that gave something like that:\n"
  "\n"
- "cmo_qvga: display@di0 {\n"
+ "cmo_qvga: display at di0 {\n"
  "   compatible = \"fsl,mx3-parallel-display\";\n"
  "   regulator-name = \"lcd\";\n"
  "   lcd-supply = <&reg_lcd_3v3>;\n"
@@ -62,7 +62,7 @@
  "    };\n"
  "};\n"
  "\n"
- "ipu: ipu@53fc0000 {\n"
+ "ipu: ipu at 53fc0000 {\n"
  "   compatible = \"fsl,imx35-ipu\";\n"
  "   reg = <0x53fc0000 0x4000>;\n"
  "   clocks = <&clks 55>;\n"
@@ -77,13 +77,13 @@
  "Now, since the mx3fb driver is binded to the \"fsl,imx35-ipu\" compatible,\n"
  "if I would do a \"mx3fbi->reg_lcd = devm_regulator_get(dev, \"lcd\");\",\n"
  "that would then lookup for the regulator in the mx3fb node\n"
- "(The last \"ipu@53fc0000\" here).\n"
+ "(The last \"ipu at 53fc0000\" here).\n"
  "\n"
  "Instead the regulator can be found in the display node,\n"
  "which has no driver associated with it.\n"
  "\n"
  "In the case of the ipuv3, the parallel display driver is associated\n"
- "with the display@di0 node, so the device matches with the device tree\n"
+ "with the display at di0 node, so the device matches with the device tree\n"
  "node directly.\n"
  "\n"
  "References:\n"
@@ -93,4 +93,4 @@
  "\n"
  Denis.
 
-5f124f28d78e594d68767819d84b3c139be911f443b0635df1b26f83888afe3c
+8cdea5e4f97032a0df2385b372060c5f71421ea1e83ca38dd6ad51b2f8ede800

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.