diff for duplicates of <20140926054939.GC31948@dragon> diff --git a/a/1.txt b/N1/1.txt index da3e433..1513df0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,17 +1,17 @@ On Mon, Sep 22, 2014 at 03:45:47PM +0800, Jingchang Lu wrote: -> From: Jingchang Lu <b35083@freescale.com> +> From: Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > > Add Freescale LS1021A SoC device tree support > -> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com> -> Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com> -> Signed-off-by: Suresh Gupta <suresh.gupta@freescale.com> -> Signed-off-by: Shaveta Leekha <shaveta@freescale.com> -> Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> -> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com> -> Signed-off-by: Chao Fu <b44548@freescale.com> -> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> -> Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com> +> Signed-off-by: Nikhil Badola <nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Chenhui Zhao <chenhui.zhao-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Suresh Gupta <suresh.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Shaveta Leekha <shaveta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Ruchika Gupta <ruchika.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Chao Fu <b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> Signed-off-by: Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > --- > arch/arm/boot/dts/ls1021a.dtsi | 539 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 539 insertions(+) @@ -64,13 +64,13 @@ Sort these aliases alphabetically. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu at f00 { +> + cpu@f00 { > + compatible = "arm,cortex-a7"; > + device_type = "cpu"; > + reg = <0xf00>; > + }; > + -> + cpu at f01 { +> + cpu@f01 { > + compatible = "arm,cortex-a7"; > + device_type = "cpu"; > + reg = <0xf01>; @@ -101,7 +101,7 @@ For consistency, please use space than tab after "=". > + interrupt-parent = <&gic>; > + ranges; > + -> + gic: interrupt-controller at 1400000 { +> + gic: interrupt-controller@1400000 { > + compatible = "arm,cortex-a7-gic"; > + #interrupt-cells = <3>; > + interrupt-controller; @@ -113,19 +113,19 @@ For consistency, please use space than tab after "=". > + > + }; > + -> + ifc: ifc at 1530000 { +> + ifc: ifc@1530000 { > + compatible = "fsl,ifc", "simple-bus"; > + reg = <0x0 0x1530000 0x0 0x10000>; > + interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; > + }; > + -> + dcfg: dcfg at 1ee0000 { +> + dcfg: dcfg@1ee0000 { > + compatible = "fsl,ls1021a-dcfg", "syscon"; > + reg = <0x0 0x1ee0000 0x0 0x10000>; > + big-endian; > + }; > + -> + esdhc: esdhc at 1560000 { +> + esdhc: esdhc@1560000 { > + compatible = "fsl,esdhc"; > + reg = <0x0 0x1560000 0x0 0x10000>; > + interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; @@ -137,12 +137,12 @@ For consistency, please use space than tab after "=". > + status = "disabled"; > + }; > + -> + scfg: scfg at 1570000 { +> + scfg: scfg@1570000 { > + compatible = "fsl,ls1021a-scfg", "syscon"; > + reg = <0x0 0x1570000 0x0 0x10000>; > + }; > + -> + crypto: crypto at 1700000 { +> + crypto: crypto@1700000 { > + compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0"; Is it really necessary to have the compatible string so long with so @@ -156,7 +156,7 @@ the device. > + ranges = <0x0 0x0 0x1700000 0x100000>; > + interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; > + -> + sec_jr0: jr at 10000 { +> + sec_jr0: jr@10000 { > + compatible = "fsl,sec-v5.3-job-ring", > + "fsl,sec-v5.0-job-ring", > + "fsl,sec-v4.0-job-ring"; @@ -167,7 +167,7 @@ Ditto > + interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; > + }; > + -> + sec_jr1: jr at 20000 { +> + sec_jr1: jr@20000 { Is "jr" the name of the device name given by hardware manual? @@ -178,7 +178,7 @@ Is "jr" the name of the device name given by hardware manual? > + interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; > + }; > + -> + sec_jr2: jr at 30000 { +> + sec_jr2: jr@30000 { > + compatible = "fsl,sec-v5.3-job-ring", > + "fsl,sec-v5.0-job-ring", > + "fsl,sec-v4.0-job-ring"; @@ -186,7 +186,7 @@ Is "jr" the name of the device name given by hardware manual? > + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; > + }; > + -> + sec_jr3: jr at 40000 { +> + sec_jr3: jr@40000 { > + compatible = "fsl,sec-v5.3-job-ring", > + "fsl,sec-v5.0-job-ring", > + "fsl,sec-v4.0-job-ring"; @@ -196,7 +196,7 @@ Is "jr" the name of the device name given by hardware manual? > + > + }; > + -> + clockgen: clocking at 1ee1000 { +> + clockgen: clocking@1ee1000 { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0x0 0x0 0x1ee1000 0x10000>; @@ -207,7 +207,7 @@ Is "jr" the name of the device name given by hardware manual? > + clock-output-names = "sysclk"; > + }; > + -> + cga_pll1: pll1 at 800 { +> + cga_pll1: pll1@800 { The node name should just be "pll". @@ -219,7 +219,7 @@ The node name should just be "pll". > + "cga-pll1-div3", "cga-pll1-div4"; > + }; > + -> + platform_clk: pll at c00 { +> + platform_clk: pll@c00 { > + compatible = "fsl,qoriq-core-pll-2.0"; > + #clock-cells = <1>; > + reg = <0xc00 0x10>; @@ -227,7 +227,7 @@ The node name should just be "pll". > + clock-output-names = "platform-clk", "platform-clk-div2"; > + }; > + -> + cluster1_clk: clk0c0 at 0 { +> + cluster1_clk: clk0c0@0 { > + compatible = "fsl,qoriq-core-mux-2.0"; > + #clock-cells = <0>; > + reg = <0x0 0x10>; @@ -237,7 +237,7 @@ The node name should just be "pll". > + }; > + }; > + -> + dspi0: dspi at 2100000 { +> + dspi0: dspi@2100000 { > + compatible = "fsl,vf610-dspi"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -250,7 +250,7 @@ The node name should just be "pll". > + status = "disabled"; > + }; > + -> + dspi1: dspi at 2110000 { +> + dspi1: dspi@2110000 { > + compatible = "fsl,vf610-dspi"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -263,7 +263,7 @@ The node name should just be "pll". > + status = "disabled"; > + }; > + -> + i2c0: i2c at 2180000 { +> + i2c0: i2c@2180000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -274,7 +274,7 @@ The node name should just be "pll". > + status = "disabled"; > + }; > + -> + i2c1: i2c at 2190000 { +> + i2c1: i2c@2190000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -285,7 +285,7 @@ The node name should just be "pll". > + status = "disabled"; > + }; > + -> + i2c2: i2c at 21a0000 { +> + i2c2: i2c@21a0000 { > + compatible = "fsl,vf610-i2c"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -296,7 +296,7 @@ The node name should just be "pll". > + status = "disabled"; > + }; > + -> + uart0: serial at 21c0500 { +> + uart0: serial@21c0500 { > + compatible = "fsl,16550-FIFO64", "ns16550a"; We generally use lowercase only for compatible string. @@ -308,7 +308,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + uart1: serial at 21c0600 { +> + uart1: serial@21c0600 { > + compatible = "fsl,16550-FIFO64", "ns16550a"; > + reg = <0x0 0x21c0600 0x0 0x100>; > + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; @@ -317,7 +317,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + uart2: serial at 21d0500 { +> + uart2: serial@21d0500 { > + compatible = "fsl,16550-FIFO64", "ns16550a"; > + reg = <0x0 0x21d0500 0x0 0x100>; > + interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; @@ -326,7 +326,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + uart3: serial at 21d0600 { +> + uart3: serial@21d0600 { > + compatible = "fsl,16550-FIFO64", "ns16550a"; > + reg = <0x0 0x21d0600 0x0 0x100>; > + interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; @@ -335,7 +335,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart0: serial at 2950000 { +> + lpuart0: serial@2950000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x2950000 0x0 0x1000>; > + interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; @@ -344,7 +344,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart1: serial at 2960000 { +> + lpuart1: serial@2960000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x2960000 0x0 0x1000>; > + interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; @@ -353,7 +353,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart2: serial at 2970000 { +> + lpuart2: serial@2970000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x2970000 0x0 0x1000>; > + interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; @@ -362,7 +362,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart3: serial at 2980000 { +> + lpuart3: serial@2980000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x2980000 0x0 0x1000>; > + interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; @@ -371,7 +371,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart4: serial at 2990000 { +> + lpuart4: serial@2990000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x2990000 0x0 0x1000>; > + interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; @@ -380,7 +380,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + lpuart5: serial at 29a0000 { +> + lpuart5: serial@29a0000 { > + compatible = "fsl,ls1021a-lpuart"; > + reg = <0x0 0x29a0000 0x0 0x1000>; > + interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; @@ -389,7 +389,7 @@ We generally use lowercase only for compatible string. > + status = "disabled"; > + }; > + -> + ftm0_1: ftm0_1 at 29d0000 { +> + ftm0_1: ftm0_1@29d0000 { ftm0_1? It doesn't sounds like a good name for a timer device node. @@ -405,7 +405,7 @@ ftm0_1? It doesn't sounds like a good name for a timer device node. > + status = "disabled"; > + }; > + -> + pwm3: ftm at 2a00000 { +> + pwm3: ftm@2a00000 { "ftm" doesn't sounds like a good name for a pwm device node. @@ -421,7 +421,7 @@ ftm0_1? It doesn't sounds like a good name for a timer device node. > + status = "disabled"; > + }; > + -> + pwm6: ftm at 2a30000 { +> + pwm6: ftm@2a30000 { > + compatible = "fsl,vf610-ftm-pwm"; > + #pwm-cells = <3>; > + reg = <0x0 0x2a30000 0x0 0x10000>; @@ -434,7 +434,7 @@ ftm0_1? It doesn't sounds like a good name for a timer device node. > + status = "disabled"; > + }; > + -> + pwm7: ftm at 2a40000 { +> + pwm7: ftm@2a40000 { > + compatible = "fsl,vf610-ftm-pwm"; > + #pwm-cells = <3>; > + reg = <0x0 0x2a40000 0x0 0x10000>; @@ -447,7 +447,7 @@ ftm0_1? It doesn't sounds like a good name for a timer device node. > + status = "disabled"; > + }; > + -> + wdog0: wdog at 2ad0000 { +> + wdog0: wdog@2ad0000 { Use "watchdog" to name the node. @@ -463,7 +463,7 @@ not from outside, so "wdog" isn't a good description. > + big-endian; > + }; > + -> + sai1: sai at 2b50000 { +> + sai1: sai@2b50000 { > + compatible = "fsl,vf610-sai"; > + reg = <0x0 0x2b50000 0x0 0x10000>; > + interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>; @@ -480,7 +480,7 @@ Documentation/devicetree/bindings. > + status = "disabled"; > + }; > + -> + sai2: sai at 2b60000 { +> + sai2: sai@2b60000 { > + compatible = "fsl,vf610-sai"; > + reg = <0x0 0x2b60000 0x0 0x10000>; > + interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; @@ -493,7 +493,7 @@ Documentation/devicetree/bindings. > + status = "disabled"; > + }; > + -> + edma0: edma at 2c00000 { +> + edma0: edma@2c00000 { > + #dma-cells = <2>; > + compatible = "fsl,vf610-edma"; > + reg = <0x0 0x2c00000 0x0 0x10000>, @@ -509,7 +509,7 @@ Documentation/devicetree/bindings. > + <&platform_clk 1>; > + }; > + -> + mdio0: mdio at 2d24000 { +> + mdio0: mdio@2d24000 { > + compatible = "gianfar"; > + device_type = "mdio"; > + #address-cells = <1>; @@ -517,7 +517,7 @@ Documentation/devicetree/bindings. > + reg = <0x0 0x2d24000 0x0 0x4000>; > + }; > + -> + enet0: ethernet at 2d10000 { +> + enet0: ethernet@2d10000 { > + compatible = "fsl,etsec2"; > + device_type = "network"; > + #address-cells = <2>; @@ -529,7 +529,7 @@ Documentation/devicetree/bindings. > + fsl,num_tx_queues = <0x1>; > + ranges; > + -> + queue-group at 0 { +> + queue-group@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + reg = <0x0 0x2d10000 0x0 0x8000>; @@ -547,7 +547,7 @@ cannot find anything about it on even linux-next. Shawn > + -> + enet1: ethernet at 2d50000 { +> + enet1: ethernet@2d50000 { > + compatible = "fsl,etsec2"; > + device_type = "network"; > + #address-cells = <2>; @@ -559,7 +559,7 @@ Shawn > + fsl,num_tx_queues = <0x1>; > + ranges; > + -> + queue-group at 0 { +> + queue-group@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + reg = <0x0 0x2d50000 0x0 0x8000>; @@ -571,7 +571,7 @@ Shawn > + }; > + }; > + -> + enet2: ethernet at 2d90000 { +> + enet2: ethernet@2d90000 { > + compatible = "fsl,etsec2"; > + device_type = "network"; > + #address-cells = <2>; @@ -583,7 +583,7 @@ Shawn > + fsl,num_tx_queues = <0x1>; > + ranges; > + -> + queue-group at 0 { +> + queue-group@0 { > + #address-cells = <1>; > + #size-cells = <1>; > + reg = <0x0 0x2d90000 0x0 0x8000>; @@ -595,7 +595,7 @@ Shawn > + }; > + }; > + -> + usb at 8600000 { +> + usb@8600000 { > + compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr"; > + reg = <0x0 0x8600000 0x0 0x1000>; > + interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>; @@ -603,7 +603,7 @@ Shawn > + phy_type = "ulpi"; > + }; > + -> + usb3 at 3100000 { +> + usb3@3100000 { > + compatible = "snps,dwc3"; > + reg = <0x0 0x3100000 0x0 0x10000>; > + interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; @@ -613,4 +613,8 @@ Shawn > +}; > -- > 1.8.0 -> +> +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index a63307d..471300e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,39 @@ "ref\01411371952-5618-1-git-send-email-jingchang.lu@freescale.com\0" "ref\01411371952-5618-2-git-send-email-jingchang.lu@freescale.com\0" - "From\0shawn.guo@freescale.com (Shawn Guo)\0" - "Subject\0[PATCHv4 1/6] ARM: dts: Add SoC level device tree support for LS1021A\0" + "ref\01411371952-5618-2-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org\0" + "From\0Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Subject\0Re: [PATCHv4 1/6] ARM: dts: Add SoC level device tree support for LS1021A\0" "Date\0Fri, 26 Sep 2014 13:49:55 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Cc\0arnd-r2nGTMty4D4@public.gmane.org" + mark.rutland-5wv7dgnIgG8@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Nikhil Badola <nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Chenhui Zhao <chenhui.zhao-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Suresh Gupta <suresh.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Shaveta Leekha <shaveta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Ruchika Gupta <ruchika.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + Chao Fu <b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + " Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" "\00:1\0" "b\0" "On Mon, Sep 22, 2014 at 03:45:47PM +0800, Jingchang Lu wrote:\n" - "> From: Jingchang Lu <b35083@freescale.com>\n" + "> From: Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" "> \n" "> Add Freescale LS1021A SoC device tree support\n" "> \n" - "> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>\n" - "> Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com>\n" - "> Signed-off-by: Suresh Gupta <suresh.gupta@freescale.com>\n" - "> Signed-off-by: Shaveta Leekha <shaveta@freescale.com>\n" - "> Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>\n" - "> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>\n" - "> Signed-off-by: Chao Fu <b44548@freescale.com>\n" - "> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>\n" - "> Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>\n" + "> Signed-off-by: Nikhil Badola <nikhil.badola-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Chenhui Zhao <chenhui.zhao-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Suresh Gupta <suresh.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Shaveta Leekha <shaveta-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Ruchika Gupta <ruchika.gupta-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Chao Fu <b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> Signed-off-by: Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/ls1021a.dtsi | 539 +++++++++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 539 insertions(+)\n" @@ -72,13 +86,13 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tcpu at f00 {\n" + "> +\t\tcpu@f00 {\n" "> +\t\t\tcompatible = \"arm,cortex-a7\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <0xf00>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at f01 {\n" + "> +\t\tcpu@f01 {\n" "> +\t\t\tcompatible = \"arm,cortex-a7\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <0xf01>;\n" @@ -109,7 +123,7 @@ "> +\t\tinterrupt-parent = <&gic>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tgic: interrupt-controller at 1400000 {\n" + "> +\t\tgic: interrupt-controller@1400000 {\n" "> +\t\t\tcompatible = \"arm,cortex-a7-gic\";\n" "> +\t\t\t#interrupt-cells = <3>;\n" "> +\t\t\tinterrupt-controller;\n" @@ -121,19 +135,19 @@ "> +\n" "> +\t\t};\n" "> +\n" - "> +\t\tifc: ifc at 1530000 {\n" + "> +\t\tifc: ifc@1530000 {\n" "> +\t\t\tcompatible = \"fsl,ifc\", \"simple-bus\";\n" "> +\t\t\treg = <0x0 0x1530000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tdcfg: dcfg at 1ee0000 {\n" + "> +\t\tdcfg: dcfg@1ee0000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-dcfg\", \"syscon\";\n" "> +\t\t\treg = <0x0 0x1ee0000 0x0 0x10000>;\n" "> +\t\t\tbig-endian;\n" "> +\t\t};\n" "> +\n" - "> +\t\tesdhc: esdhc at 1560000 {\n" + "> +\t\tesdhc: esdhc@1560000 {\n" "> +\t\t\tcompatible = \"fsl,esdhc\";\n" "> +\t\t\treg = <0x0 0x1560000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -145,12 +159,12 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tscfg: scfg at 1570000 {\n" + "> +\t\tscfg: scfg@1570000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-scfg\", \"syscon\";\n" "> +\t\t\treg = <0x0 0x1570000 0x0 0x10000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcrypto: crypto at 1700000 {\n" + "> +\t\tcrypto: crypto@1700000 {\n" "> +\t\t\tcompatible = \"fsl,sec-v5.3\", \"fsl,sec-v5.0\", \"fsl,sec-v4.0\";\n" "\n" "Is it really necessary to have the compatible string so long with so\n" @@ -164,7 +178,7 @@ "> +\t\t\tranges\t\t = <0x0 0x0 0x1700000 0x100000>;\n" "> +\t\t\tinterrupts\t = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\n" - "> +\t\t\tsec_jr0: jr at 10000 {\n" + "> +\t\t\tsec_jr0: jr@10000 {\n" "> +\t\t\t\tcompatible = \"fsl,sec-v5.3-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v5.0-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v4.0-job-ring\";\n" @@ -175,7 +189,7 @@ "> +\t\t\t\tinterrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsec_jr1: jr at 20000 {\n" + "> +\t\t\tsec_jr1: jr@20000 {\n" "\n" "Is \"jr\" the name of the device name given by hardware manual?\n" "\n" @@ -186,7 +200,7 @@ "> +\t\t\t\tinterrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsec_jr2: jr at 30000 {\n" + "> +\t\t\tsec_jr2: jr@30000 {\n" "> +\t\t\t\tcompatible = \"fsl,sec-v5.3-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v5.0-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v4.0-job-ring\";\n" @@ -194,7 +208,7 @@ "> +\t\t\t\tinterrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsec_jr3: jr at 40000 {\n" + "> +\t\t\tsec_jr3: jr@40000 {\n" "> +\t\t\t\tcompatible = \"fsl,sec-v5.3-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v5.0-job-ring\",\n" "> +\t\t\t\t \"fsl,sec-v4.0-job-ring\";\n" @@ -204,7 +218,7 @@ "> +\n" "> +\t\t};\n" "> +\n" - "> +\t\tclockgen: clocking at 1ee1000 {\n" + "> +\t\tclockgen: clocking@1ee1000 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" "> +\t\t\tranges = <0x0 0x0 0x1ee1000 0x10000>;\n" @@ -215,7 +229,7 @@ "> +\t\t\t\tclock-output-names = \"sysclk\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tcga_pll1: pll1 at 800 {\n" + "> +\t\t\tcga_pll1: pll1@800 {\n" "\n" "The node name should just be \"pll\".\n" "\n" @@ -227,7 +241,7 @@ "> +\t\t\t\t\t\t\"cga-pll1-div3\", \"cga-pll1-div4\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tplatform_clk: pll at c00 {\n" + "> +\t\t\tplatform_clk: pll@c00 {\n" "> +\t\t\t\tcompatible = \"fsl,qoriq-core-pll-2.0\";\n" "> +\t\t\t\t#clock-cells = <1>;\n" "> +\t\t\t\treg = <0xc00 0x10>;\n" @@ -235,7 +249,7 @@ "> +\t\t\t\tclock-output-names = \"platform-clk\", \"platform-clk-div2\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tcluster1_clk: clk0c0 at 0 {\n" + "> +\t\t\tcluster1_clk: clk0c0@0 {\n" "> +\t\t\t\tcompatible = \"fsl,qoriq-core-mux-2.0\";\n" "> +\t\t\t\t#clock-cells = <0>;\n" "> +\t\t\t\treg = <0x0 0x10>;\n" @@ -245,7 +259,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tdspi0: dspi at 2100000 {\n" + "> +\t\tdspi0: dspi@2100000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-dspi\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -258,7 +272,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tdspi1: dspi at 2110000 {\n" + "> +\t\tdspi1: dspi@2110000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-dspi\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -271,7 +285,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c0: i2c at 2180000 {\n" + "> +\t\ti2c0: i2c@2180000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -282,7 +296,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c1: i2c at 2190000 {\n" + "> +\t\ti2c1: i2c@2190000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -293,7 +307,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c2: i2c at 21a0000 {\n" + "> +\t\ti2c2: i2c@21a0000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-i2c\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -304,7 +318,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart0: serial at 21c0500 {\n" + "> +\t\tuart0: serial@21c0500 {\n" "> +\t\t\tcompatible = \"fsl,16550-FIFO64\", \"ns16550a\";\n" "\n" "We generally use lowercase only for compatible string.\n" @@ -316,7 +330,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart1: serial at 21c0600 {\n" + "> +\t\tuart1: serial@21c0600 {\n" "> +\t\t\tcompatible = \"fsl,16550-FIFO64\", \"ns16550a\";\n" "> +\t\t\treg = <0x0 0x21c0600 0x0 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -325,7 +339,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart2: serial at 21d0500 {\n" + "> +\t\tuart2: serial@21d0500 {\n" "> +\t\t\tcompatible = \"fsl,16550-FIFO64\", \"ns16550a\";\n" "> +\t\t\treg = <0x0 0x21d0500 0x0 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -334,7 +348,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart3: serial at 21d0600 {\n" + "> +\t\tuart3: serial@21d0600 {\n" "> +\t\t\tcompatible = \"fsl,16550-FIFO64\", \"ns16550a\";\n" "> +\t\t\treg = <0x0 0x21d0600 0x0 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -343,7 +357,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart0: serial at 2950000 {\n" + "> +\t\tlpuart0: serial@2950000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x2950000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -352,7 +366,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart1: serial at 2960000 {\n" + "> +\t\tlpuart1: serial@2960000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x2960000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -361,7 +375,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart2: serial at 2970000 {\n" + "> +\t\tlpuart2: serial@2970000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x2970000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -370,7 +384,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart3: serial at 2980000 {\n" + "> +\t\tlpuart3: serial@2980000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x2980000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -379,7 +393,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart4: serial at 2990000 {\n" + "> +\t\tlpuart4: serial@2990000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x2990000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -388,7 +402,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tlpuart5: serial at 29a0000 {\n" + "> +\t\tlpuart5: serial@29a0000 {\n" "> +\t\t\tcompatible = \"fsl,ls1021a-lpuart\";\n" "> +\t\t\treg = <0x0 0x29a0000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -397,7 +411,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tftm0_1: ftm0_1 at 29d0000 {\n" + "> +\t\tftm0_1: ftm0_1@29d0000 {\n" "\n" "ftm0_1? It doesn't sounds like a good name for a timer device node.\n" "\n" @@ -413,7 +427,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tpwm3: ftm at 2a00000 {\n" + "> +\t\tpwm3: ftm@2a00000 {\n" "\n" "\"ftm\" doesn't sounds like a good name for a pwm device node.\n" "\n" @@ -429,7 +443,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tpwm6: ftm at 2a30000 {\n" + "> +\t\tpwm6: ftm@2a30000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-ftm-pwm\";\n" "> +\t\t\t#pwm-cells = <3>;\n" "> +\t\t\treg = <0x0 0x2a30000 0x0 0x10000>;\n" @@ -442,7 +456,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tpwm7: ftm at 2a40000 {\n" + "> +\t\tpwm7: ftm@2a40000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-ftm-pwm\";\n" "> +\t\t\t#pwm-cells = <3>;\n" "> +\t\t\treg = <0x0 0x2a40000 0x0 0x10000>;\n" @@ -455,7 +469,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\twdog0: wdog at 2ad0000 {\n" + "> +\t\twdog0: wdog@2ad0000 {\n" "\n" "Use \"watchdog\" to name the node.\n" "\n" @@ -471,7 +485,7 @@ "> +\t\t\tbig-endian;\n" "> +\t\t};\n" "> +\n" - "> +\t\tsai1: sai at 2b50000 {\n" + "> +\t\tsai1: sai@2b50000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-sai\";\n" "> +\t\t\treg = <0x0 0x2b50000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -488,7 +502,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tsai2: sai at 2b60000 {\n" + "> +\t\tsai2: sai@2b60000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-sai\";\n" "> +\t\t\treg = <0x0 0x2b60000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -501,7 +515,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tedma0: edma at 2c00000 {\n" + "> +\t\tedma0: edma@2c00000 {\n" "> +\t\t\t#dma-cells = <2>;\n" "> +\t\t\tcompatible = \"fsl,vf610-edma\";\n" "> +\t\t\treg = <0x0 0x2c00000 0x0 0x10000>,\n" @@ -517,7 +531,7 @@ "> +\t\t\t\t<&platform_clk 1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tmdio0: mdio at 2d24000 {\n" + "> +\t\tmdio0: mdio@2d24000 {\n" "> +\t\t\tcompatible = \"gianfar\";\n" "> +\t\t\tdevice_type = \"mdio\";\n" "> +\t\t\t#address-cells = <1>;\n" @@ -525,7 +539,7 @@ "> +\t\t\treg = <0x0 0x2d24000 0x0 0x4000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tenet0: ethernet at 2d10000 {\n" + "> +\t\tenet0: ethernet@2d10000 {\n" "> +\t\t\tcompatible = \"fsl,etsec2\";\n" "> +\t\t\tdevice_type = \"network\";\n" "> +\t\t\t#address-cells = <2>;\n" @@ -537,7 +551,7 @@ "> +\t\t\tfsl,num_tx_queues = <0x1>;\n" "> +\t\t\tranges;\n" "> +\n" - "> +\t\t\tqueue-group at 0 {\n" + "> +\t\t\tqueue-group@0 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\treg = <0x0 0x2d10000 0x0 0x8000>;\n" @@ -555,7 +569,7 @@ "Shawn\n" "\n" "> +\n" - "> +\t\tenet1: ethernet at 2d50000 {\n" + "> +\t\tenet1: ethernet@2d50000 {\n" "> +\t\t\tcompatible = \"fsl,etsec2\";\n" "> +\t\t\tdevice_type = \"network\";\n" "> +\t\t\t#address-cells = <2>;\n" @@ -567,7 +581,7 @@ "> +\t\t\tfsl,num_tx_queues = <0x1>;\n" "> +\t\t\tranges;\n" "> +\n" - "> +\t\t\tqueue-group at 0 {\n" + "> +\t\t\tqueue-group@0 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\treg = <0x0 0x2d50000 0x0 0x8000>;\n" @@ -579,7 +593,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tenet2: ethernet at 2d90000 {\n" + "> +\t\tenet2: ethernet@2d90000 {\n" "> +\t\t\tcompatible = \"fsl,etsec2\";\n" "> +\t\t\tdevice_type = \"network\";\n" "> +\t\t\t#address-cells = <2>;\n" @@ -591,7 +605,7 @@ "> +\t\t\tfsl,num_tx_queues = <0x1>;\n" "> +\t\t\tranges;\n" "> +\n" - "> +\t\t\tqueue-group at 0 {\n" + "> +\t\t\tqueue-group@0 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\treg = <0x0 0x2d90000 0x0 0x8000>;\n" @@ -603,7 +617,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tusb at 8600000 {\n" + "> +\t\tusb@8600000 {\n" "> +\t\t\tcompatible = \"fsl-usb2-dr-v2.5\", \"fsl-usb2-dr\";\n" "> +\t\t\treg = <0x0 0x8600000 0x0 0x1000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -611,7 +625,7 @@ "> +\t\t\tphy_type = \"ulpi\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tusb3 at 3100000 {\n" + "> +\t\tusb3@3100000 {\n" "> +\t\t\tcompatible = \"snps,dwc3\";\n" "> +\t\t\treg = <0x0 0x3100000 0x0 0x10000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -621,6 +635,10 @@ "> +};\n" "> -- \n" "> 1.8.0\n" - > + "> \n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -29128acd1e41d986fbde5bdf612e2a36ca018bf932d30a994e0f0ed3e23018ea +aad1262d1f98769347b1f75827abd9a4cc7b8ef52b944317e231dc97d3c3cd44
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.