diff for duplicates of <5075975C.3090306@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 080a244..0579504 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -88,10 +88,10 @@ Any comments and suggestions are welcome. fimc_lite1 = &fimc_lite_1; }; - i2c0: i2c@0xfff20000 { + i2c0: i2c at 0xfff20000 { ... /* Parallel bus IF sensor */ - s5k5bafx: sensor@0x21 { + s5k5bafx: sensor at 0x21 { compatible = "samsung,s5k5bafx"; reg = <0x21>; vddio-supply = <®ulator1>; @@ -113,7 +113,7 @@ Any comments and suggestions are welcome. }; /* MIPI CSI-2 bus IF sensor */ - m5mols: sensor@0x1a { + m5mols: sensor at 0x1a { compatible = "samsung,m5mols"; reg = <0x1a>; vddio-supply = <®ulator1>; @@ -139,22 +139,22 @@ Any comments and suggestions are welcome. compatible = "samsung,fimc"; /* These two clocks are common for all fimc and fimc_lite devices */ - mclk0: sclk_cam@0 { + mclk0: sclk_cam at 0 { #clock-cells = <0>; /* the sclk_cam_0 phandle comes from clock bindings not shown here */ clocks = <&sclk_cam_0>; clock-output-names = "fimc_sclk_cam0"; }; - mclk1: sclk_cam@1 { + mclk1: sclk_cam at 1 { #clock-cells = <0>; clocks = <&sclk_cam_1>; clock-output-names = "fimc_sclk_cam1"; }; /* parallel video port A */ - parallel_camera_port@1 { - cam_port_a: port@1 { + parallel_camera_port at 1 { + cam_port_a: port at 1 { #address-cells = <1>; #size-cells = <0>; reg = <1>; /* reg also determines FIMC input type: port = { A, B, C, D } @@ -172,7 +172,7 @@ Any comments and suggestions are welcome. }; /* SoC internal port for the physical parallel camera port A */ - port@0 { + port at 0 { reg = <0>; /* 0 always indicates SoC internal port */ cam_a_soc_endpoint: endpoint { @@ -193,12 +193,12 @@ Any comments and suggestions are welcome. pinctrl-0 = <&camera_port_a &camera_port_c>; /* MIPI-CSIS.0 */ - csis0: csis@11880000 { + csis0: csis at 11880000 { compatible = "samsung,exynos4210-csis"; reg = <0x11880000 0x1000>; interrupts = <0 78 0>; - cam_port_c: port@2 { + cam_port_c: port at 2 { #address-cells = <1>; #size-cells = <0>; reg = <2>; /* (MIPI CSI-2) LVDS port C */ @@ -210,7 +210,7 @@ Any comments and suggestions are welcome. }; /* SoC internal port for the physical parallel camera port A */ - port@0 { + port at 0 { reg = <0>; csis0_endpoint: endpoint { @@ -226,14 +226,14 @@ Any comments and suggestions are welcome. }; /* MIPI-CSIS.1 */ - csis1: csis@11890000 { + csis1: csis at 11890000 { compatible = "samsung,exynos4210-csis"; reg = <0x11890000 0x1000>; interrupts = <0 79 0>; }; /* FIMC.0 (CAM_IF.0) */ - fimc0: fimc@11800000 { + fimc0: fimc at 11800000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x11800000 0x1000>; interrupts = <0 84 0>; @@ -246,7 +246,7 @@ Any comments and suggestions are welcome. }; }; - fimc1: fimc@11900000 { + fimc1: fimc at 11900000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x11900000 0x1000>; interrupts = <0 85 0>; @@ -258,26 +258,26 @@ Any comments and suggestions are welcome. }; }; - fimc2: fimc@11a00000 { + fimc2: fimc at 11a00000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x11a00000 0x1000>; interrupts = <0 86 0>; }; - fimc3: fimc@11b00000 { + fimc3: fimc at 11b00000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x11b00000 0x1000>; interrupts = <0 87 0>; }; /* FIMC-LITE.0 (CAM_IF_LITE.0) */ - fimc_lite0: fimc_lite@12000000 { + fimc_lite0: fimc_lite at 12000000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x12000000 0x1000>; interrupts = <0 90 0>; }; - fimc_lite1: fimc_lite@12100000 { + fimc_lite1: fimc_lite at 12100000 { compatible = "samsung,exynos4x12-fimc"; reg = <0x12100000 0x1000>; interrupts = <0 91 0>; diff --git a/a/content_digest b/N1/content_digest index 0a41540..33fa4d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,7 @@ - "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0" + "From\0s.nawrocki@samsung.com (Sylwester Nawrocki)\0" "Subject\0[RFC] Samsung SoC camera DT bindings\0" "Date\0Wed, 10 Oct 2012 17:42:20 +0200\0" - "To\0LMML <linux-media@vger.kernel.org>\0" - "Cc\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>" - Laurent Pinchart <laurent.pinchart@ideasonboard.com> - Hans Verkuil <hverkuil@xs4all.nl> - Sakari Ailus <sakari.ailus@iki.fi> - Thomas Abraham <thomas.abraham@linaro.org> - Tomasz Figa <t.figa@samsung.com> - Andrzej Hajda <a.hajda@samsung.com> - Kyungmin Park <kyungmin.park@samsung.com> - Seung-Woo Kim <sw0312.kim@samsung.com> - Sungchun Kang <sungchun.kang@samsung.com> - Marek Szyprowski <m.szyprowski@samsung.com> - devicetree-discuss <devicetree-discuss@lists.ozlabs.org> - linux-samsung-soc <linux-samsung-soc@vger.kernel.org> - " 'linux-arm-kernel' <linux-arm-kernel@lists.infradead.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi All,\n" @@ -108,10 +94,10 @@ " fimc_lite1 = &fimc_lite_1;\n" " };\n" "\n" - " i2c0: i2c@0xfff20000 {\n" + " i2c0: i2c at 0xfff20000 {\n" " ...\n" " /* Parallel bus IF sensor */\n" - " s5k5bafx: sensor@0x21 {\n" + " s5k5bafx: sensor at 0x21 {\n" " compatible = \"samsung,s5k5bafx\";\n" " reg = <0x21>;\n" " vddio-supply = <®ulator1>;\n" @@ -133,7 +119,7 @@ " };\n" "\n" " /* MIPI CSI-2 bus IF sensor */\n" - " m5mols: sensor@0x1a {\n" + " m5mols: sensor at 0x1a {\n" " compatible = \"samsung,m5mols\";\n" " reg = <0x1a>;\n" " vddio-supply = <®ulator1>;\n" @@ -159,22 +145,22 @@ " compatible = \"samsung,fimc\";\n" "\n" " /* These two clocks are common for all fimc and fimc_lite devices */\n" - " mclk0: sclk_cam@0 {\n" + " mclk0: sclk_cam at 0 {\n" " #clock-cells = <0>;\n" " /* the sclk_cam_0 phandle comes from clock bindings not shown here */\n" " clocks = <&sclk_cam_0>;\n" " clock-output-names = \"fimc_sclk_cam0\";\n" " };\n" "\n" - " mclk1: sclk_cam@1 {\n" + " mclk1: sclk_cam at 1 {\n" " #clock-cells = <0>;\n" " clocks = <&sclk_cam_1>;\n" " clock-output-names = \"fimc_sclk_cam1\";\n" " };\n" "\n" " /* parallel video port A */\n" - " parallel_camera_port@1 {\n" - " cam_port_a: port@1 {\n" + " parallel_camera_port at 1 {\n" + " cam_port_a: port at 1 {\n" " #address-cells = <1>;\n" " #size-cells = <0>;\n" " reg = <1>; /* reg also determines FIMC input type: port = { A, B, C, D } \n" @@ -192,7 +178,7 @@ " };\n" "\n" " /* SoC internal port for the physical parallel camera port A */\n" - " port@0 {\n" + " port at 0 {\n" " reg = <0>; /* 0 always indicates SoC internal port */\n" "\n" " cam_a_soc_endpoint: endpoint {\n" @@ -213,12 +199,12 @@ " pinctrl-0 = <&camera_port_a &camera_port_c>;\n" "\n" " /* MIPI-CSIS.0 */\n" - " csis0: csis@11880000 {\n" + " csis0: csis at 11880000 {\n" " compatible = \"samsung,exynos4210-csis\";\n" " reg = <0x11880000 0x1000>;\n" " interrupts = <0 78 0>;\n" "\n" - " cam_port_c: port@2 {\n" + " cam_port_c: port at 2 {\n" " #address-cells = <1>;\n" " #size-cells = <0>;\n" " reg = <2>; /* (MIPI CSI-2) LVDS port C */\n" @@ -230,7 +216,7 @@ " };\n" "\n" " /* SoC internal port for the physical parallel camera port A */\n" - " port@0 {\n" + " port at 0 {\n" " reg = <0>;\n" "\n" " csis0_endpoint: endpoint {\n" @@ -246,14 +232,14 @@ " };\n" "\n" " /* MIPI-CSIS.1 */\n" - " csis1: csis@11890000 {\n" + " csis1: csis at 11890000 {\n" " compatible = \"samsung,exynos4210-csis\";\n" " reg = <0x11890000 0x1000>;\n" " interrupts = <0 79 0>;\n" " };\n" "\n" " /* FIMC.0 (CAM_IF.0) */\n" - " fimc0: fimc@11800000 {\n" + " fimc0: fimc at 11800000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x11800000 0x1000>;\n" " interrupts = <0 84 0>;\n" @@ -266,7 +252,7 @@ " };\n" " };\n" "\n" - " fimc1: fimc@11900000 {\n" + " fimc1: fimc at 11900000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x11900000 0x1000>;\n" " interrupts = <0 85 0>;\n" @@ -278,26 +264,26 @@ " };\n" " };\n" "\n" - " fimc2: fimc@11a00000 {\n" + " fimc2: fimc at 11a00000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x11a00000 0x1000>;\n" " interrupts = <0 86 0>;\n" " };\n" "\n" - " fimc3: fimc@11b00000 {\n" + " fimc3: fimc at 11b00000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x11b00000 0x1000>;\n" " interrupts = <0 87 0>;\n" " };\n" "\n" " /* FIMC-LITE.0 (CAM_IF_LITE.0) */\n" - " fimc_lite0: fimc_lite@12000000 {\n" + " fimc_lite0: fimc_lite at 12000000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x12000000 0x1000>;\n" " interrupts = <0 90 0>;\n" " };\n" "\n" - " fimc_lite1: fimc_lite@12100000 {\n" + " fimc_lite1: fimc_lite at 12100000 {\n" " compatible = \"samsung,exynos4x12-fimc\";\n" " reg = <0x12100000 0x1000>;\n" " interrupts = <0 91 0>;\n" @@ -313,4 +299,4 @@ "\n" [1] http://www.spinics.net/lists/linux-media/msg54023.html -4e0db121f4e208703518d18da434dc76c8993580669f38a0bd00299e437ccd72 +aea2b22931e675f21b1fbf8c834489e6d592921d2e336788b610b59324a74917
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.