diff for duplicates of <54B82FBD.4040103@ti.com> diff --git a/a/1.txt b/N1/1.txt index 327a298..9b109fd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; -> + cpu@0 { +> + cpu at 0 { > + compatible = "arm,cortex-a8"; > + device_type = "cpu"; > + reg = <0>; @@ -91,7 +91,7 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + ranges; > + ti,hwmods = "l3_main"; > + -> + prcm: prcm@48180000 { +> + prcm: prcm at 48180000 { > + compatible = "ti,dm816-prcm"; > + reg = <0x48180000 0x4000>; > + @@ -104,7 +104,7 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + }; > + }; > + -> + scrm: scrm@48140000 { +> + scrm: scrm at 48140000 { > + compatible = "ti,dm816-scrm"; > + reg = <0x48140000 0x21000>; > + #address-cells = <1>; @@ -120,12 +120,12 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + }; > + }; > + -> + cm: syscon@44e10000 { +> + cm: syscon at 44e10000 { > + compatible = "ti,am33xx-controlmodule", "syscon"; > + reg = <0x44e10000 0x800>; > + }; > + -> + edma: edma@49000000 { +> + edma: edma at 49000000 { > + compatible = "ti,edma3"; > + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3"; > + reg = <0x49000000 0x10000>, @@ -134,28 +134,28 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + #dma-cells = <1>; > + }; > + -> + elm: elm@48080000 { +> + elm: elm at 48080000 { > + compatible = "ti,816-elm"; > + ti,hwmods = "elm"; > + reg = <0x48080000 0x2000>; > + interrupts = <4>; > + }; > + -> + gpio1: gpio@48032000 { +> + gpio1: gpio at 48032000 { > + compatible = "ti,omap3-gpio"; > + ti,hwmods = "gpio1"; > + reg = <0x48032000 0x1000>; > + interrupts = <97>; > + }; > + -> + gpio2: gpio@4804c000 { +> + gpio2: gpio at 4804c000 { > + compatible = "ti,omap3-gpio"; > + ti,hwmods = "gpio2"; > + reg = <0x4804c000 0x1000>; > + interrupts = <99>; > + }; > + -> + gpmc: gpmc@50000000 { +> + gpmc: gpmc at 50000000 { > + compatible = "ti,am3352-gpmc"; > + ti,hwmods = "gpmc"; > + reg = <0x50000000 0x2000>; @@ -166,7 +166,7 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + gpmc,num-waitpins = <2>; > + }; > + -> + i2c1: i2c@48028000 { +> + i2c1: i2c at 48028000 { > + compatible = "ti,omap4-i2c"; > + ti,hwmods = "i2c1"; > + reg = <0x48028000 0x1000>; @@ -177,7 +177,7 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + dma-names = "tx", "rx"; > + }; > + -> + i2c2: i2c@4802a000 { +> + i2c2: i2c at 4802a000 { > + compatible = "ti,omap4-i2c"; > + ti,hwmods = "i2c2"; > + reg = <0x4802a000 0x1000>; @@ -188,14 +188,14 @@ On 01/13/2015 05:37 PM, Tony Lindgren wrote: > + dma-names = "tx", "rx"; > + }; > + -> + intc: interrupt-controller@48200000 { +> + intc: interrupt-controller at 48200000 { > + compatible = "ti,dm816-intc"; > + interrupt-controller; > + #interrupt-cells = <1>; > + reg = <0x48200000 0x1000>; > + }; > + -> + mailbox: mailbox@480c8000 { +> + mailbox: mailbox at 480c8000 { > + compatible = "ti,omap3-mailbox"; The Mailbox IP is actually more like that of OMAP4, so the correct one @@ -226,22 +226,22 @@ Suman > + }; > + -> + mdio: mdio@4a100800 { +> + mdio: mdio at 4a100800 { > + compatible = "ti,davinci_mdio"; > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0x4a100800 0x100>; > + ti,hwmods = "davinci_mdio"; > + bus_freq = <1000000>; -> + phy0: ethernet-phy@0 { +> + phy0: ethernet-phy at 0 { > + reg = <1>; > + }; -> + phy1: ethernet-phy@1 { +> + phy1: ethernet-phy at 1 { > + reg = <2>; > + }; > + }; > + -> + eth0: ethernet@4a100000 { +> + eth0: ethernet at 4a100000 { > + compatible = "ti,dm816-emac"; > + ti,hwmods = "emac0"; > + reg = <0x4a100000 0x800 @@ -255,7 +255,7 @@ Suman > + phy-handle = <&phy0>; > + }; > + -> + eth1: ethernet@4a120000 { +> + eth1: ethernet at 4a120000 { > + compatible = "ti,dm816-emac"; > + ti,hwmods = "emac1"; > + reg = <0x4a120000 0x4000>; @@ -268,7 +268,7 @@ Suman > + phy-handle = <&phy1>; > + }; > + -> + mcspi1: spi@48030000 { +> + mcspi1: spi at 48030000 { > + compatible = "ti,omap3-mcspi"; > + reg = <0x48030000 0x2000>; > + interrupts = <65>; @@ -279,7 +279,7 @@ Suman > + dma-names = "tx0", "rx0", "tx1", "rx1"; > + }; > + -> + mmc1: mmc@48060000 { +> + mmc1: mmc at 48060000 { > + compatible = "ti,omap4-hsmmc"; > + reg = <0x48060000 0x11000>; > + ti,hwmods = "mmc1"; @@ -288,7 +288,7 @@ Suman > + dma-names = "tx", "rx"; > + }; > + -> + timer1: timer@4802e000 { +> + timer1: timer at 4802e000 { > + compatible = "ti,dm816-timer"; > + reg = <0x4802e000 0x2000>; > + interrupts = <67>; @@ -296,49 +296,49 @@ Suman > + ti,timer-alwon; > + }; > + -> + timer2: timer@48040000 { +> + timer2: timer at 48040000 { > + compatible = "ti,dm816-timer"; > + reg = <0x48040000 0x2000>; > + interrupts = <68>; > + ti,hwmods = "timer2"; > + }; > + -> + timer3: timer@48042000 { +> + timer3: timer at 48042000 { > + compatible = "ti,dm816-timer"; > + reg = <0x48042000 0x2000>; > + interrupts = <69>; > + ti,hwmods = "timer3"; > + }; > + -> + timer4: timer@48044000 { +> + timer4: timer at 48044000 { > + compatible = "ti,dm816-timer"; > + reg = <0x48044000 0x2000>; > + interrupts = <92>; > + ti,hwmods = "timer4"; > + }; > + -> + timer5: timer@48046000 { +> + timer5: timer at 48046000 { > + compatible = "ti,dm816-timer"; > + reg = <0x48046000 0x2000>; > + interrupts = <93>; > + ti,hwmods = "timer5"; > + }; > + -> + timer6: timer@48048000 { +> + timer6: timer at 48048000 { > + compatible = "ti,dm816-timer"; > + reg = <0x48048000 0x2000>; > + interrupts = <94>; > + ti,hwmods = "timer6"; > + }; > + -> + timer7: timer@4804a000 { +> + timer7: timer at 4804a000 { > + compatible = "ti,dm816-timer"; > + reg = <0x4804a000 0x2000>; > + interrupts = <95>; > + ti,hwmods = "timer7"; > + }; > + -> + uart1: uart@48020000 { +> + uart1: uart at 48020000 { > + compatible = "ti,omap3-uart"; > + ti,hwmods = "uart1"; > + reg = <0x48020000 0x2000>; @@ -348,7 +348,7 @@ Suman > + dma-names = "tx", "rx"; > + }; > + -> + uart2: uart@48022000 { +> + uart2: uart at 48022000 { > + compatible = "ti,omap3-uart"; > + ti,hwmods = "uart2"; > + reg = <0x48022000 0x2000>; @@ -358,7 +358,7 @@ Suman > + dma-names = "tx", "rx"; > + }; > + -> + uart3: uart@48024000 { +> + uart3: uart at 48024000 { > + compatible = "ti,omap3-uart"; > + ti,hwmods = "uart3"; > + reg = <0x48024000 0x2000>; @@ -369,7 +369,7 @@ Suman > + }; > + > + /* NOTE: USB needs a transceiver driver for phys to work */ -> + usb: usb_otg_hs@47401000 { +> + usb: usb_otg_hs at 47401000 { > + compatible = "ti,am33xx-usb"; > + reg = <0x47401000 0x400000>; > + ranges; @@ -377,7 +377,7 @@ Suman > + #size-cells = <1>; > + ti,hwmods = "usb_otg_hs"; > + -> + usb0: usb@47401000 { +> + usb0: usb at 47401000 { > + compatible = "ti,musb-am33xx"; > + reg = <0x47401400 0x400 > + 0x47401000 0x200>; @@ -391,7 +391,7 @@ Suman > + mentor,power = <500>; > + }; > + -> + usb1: usb@47401800 { +> + usb1: usb at 47401800 { > + compatible = "ti,musb-am33xx"; > + status = "disabled"; > + reg = <0x47401c00 0x400 @@ -407,7 +407,7 @@ Suman > + }; > + }; > + -> + wd_timer2: wd_timer@480c2000 { +> + wd_timer2: wd_timer at 480c2000 { > + compatible = "ti,omap3-wdt"; > + ti,hwmods = "wd_timer"; > + reg = <0x480c2000 0x1000>; diff --git a/a/content_digest b/N1/content_digest index 0838908..7f9b1c8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,9 @@ "ref\01421192272-20754-1-git-send-email-tony@atomide.com\0" "ref\01421192272-20754-3-git-send-email-tony@atomide.com\0" - "From\0Suman Anna <s-anna@ti.com>\0" - "Subject\0Re: [PATCH 2/4] ARM: dts: Add basic dm816x device tree configuration\0" + "From\0s-anna@ti.com (Suman Anna)\0" + "Subject\0[PATCH 2/4] ARM: dts: Add basic dm816x device tree configuration\0" "Date\0Thu, 15 Jan 2015 15:23:09 -0600\0" - "To\0Tony Lindgren <tony@atomide.com>" - " linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>" - " Brian Hutchinson <b.hutchman@gmail.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Tony,\n" @@ -62,7 +59,7 @@ "> +\tcpus {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" - "> +\t\tcpu@0 {\n" + "> +\t\tcpu at 0 {\n" "> +\t\t\tcompatible = \"arm,cortex-a8\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <0>;\n" @@ -102,7 +99,7 @@ "> +\t\tranges;\n" "> +\t\tti,hwmods = \"l3_main\";\n" "> +\n" - "> +\t\tprcm: prcm@48180000 {\n" + "> +\t\tprcm: prcm at 48180000 {\n" "> +\t\t\tcompatible = \"ti,dm816-prcm\";\n" "> +\t\t\treg = <0x48180000 0x4000>;\n" "> +\n" @@ -115,7 +112,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tscrm: scrm@48140000 {\n" + "> +\t\tscrm: scrm at 48140000 {\n" "> +\t\t\tcompatible = \"ti,dm816-scrm\";\n" "> +\t\t\treg = <0x48140000 0x21000>;\n" "> +\t\t\t#address-cells = <1>;\n" @@ -131,12 +128,12 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tcm: syscon@44e10000 {\n" + "> +\t\tcm: syscon at 44e10000 {\n" "> +\t\t\tcompatible = \"ti,am33xx-controlmodule\", \"syscon\";\n" "> +\t\t\treg = <0x44e10000 0x800>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tedma: edma@49000000 {\n" + "> +\t\tedma: edma at 49000000 {\n" "> +\t\t\tcompatible = \"ti,edma3\";\n" "> +\t\t\tti,hwmods = \"tpcc\", \"tptc0\", \"tptc1\", \"tptc2\", \"tptc3\";\n" "> +\t\t\treg = <0x49000000 0x10000>,\n" @@ -145,28 +142,28 @@ "> +\t\t\t#dma-cells = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\telm: elm@48080000 {\n" + "> +\t\telm: elm at 48080000 {\n" "> +\t\t\tcompatible = \"ti,816-elm\";\n" "> +\t\t\tti,hwmods = \"elm\";\n" "> +\t\t\treg = <0x48080000 0x2000>;\n" "> +\t\t\tinterrupts = <4>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio1: gpio@48032000 {\n" + "> +\t\tgpio1: gpio at 48032000 {\n" "> +\t\t\tcompatible = \"ti,omap3-gpio\";\n" "> +\t\t\tti,hwmods = \"gpio1\";\n" "> +\t\t\treg = <0x48032000 0x1000>;\n" "> +\t\t\tinterrupts = <97>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio2: gpio@4804c000 {\n" + "> +\t\tgpio2: gpio at 4804c000 {\n" "> +\t\t\tcompatible = \"ti,omap3-gpio\";\n" "> +\t\t\tti,hwmods = \"gpio2\";\n" "> +\t\t\treg = <0x4804c000 0x1000>;\n" "> +\t\t\tinterrupts = <99>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpmc: gpmc@50000000 {\n" + "> +\t\tgpmc: gpmc at 50000000 {\n" "> +\t\t\tcompatible = \"ti,am3352-gpmc\";\n" "> +\t\t\tti,hwmods = \"gpmc\";\n" "> +\t\t\treg = <0x50000000 0x2000>;\n" @@ -177,7 +174,7 @@ "> +\t\t\tgpmc,num-waitpins = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c1: i2c@48028000 {\n" + "> +\t\ti2c1: i2c at 48028000 {\n" "> +\t\t\tcompatible = \"ti,omap4-i2c\";\n" "> +\t\t\tti,hwmods = \"i2c1\";\n" "> +\t\t\treg = <0x48028000 0x1000>;\n" @@ -188,7 +185,7 @@ "> +\t\t\tdma-names = \"tx\", \"rx\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ti2c2: i2c@4802a000 {\n" + "> +\t\ti2c2: i2c at 4802a000 {\n" "> +\t\t\tcompatible = \"ti,omap4-i2c\";\n" "> +\t\t\tti,hwmods = \"i2c2\";\n" "> +\t\t\treg = <0x4802a000 0x1000>;\n" @@ -199,14 +196,14 @@ "> +\t\t\tdma-names = \"tx\", \"rx\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tintc: interrupt-controller@48200000 {\n" + "> +\t\tintc: interrupt-controller at 48200000 {\n" "> +\t\t\tcompatible = \"ti,dm816-intc\";\n" "> +\t\t\tinterrupt-controller;\n" "> +\t\t\t#interrupt-cells = <1>;\n" "> +\t\t\treg = <0x48200000 0x1000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tmailbox: mailbox@480c8000 {\n" + "> +\t\tmailbox: mailbox at 480c8000 {\n" "> +\t\t\tcompatible = \"ti,omap3-mailbox\";\n" "\n" "The Mailbox IP is actually more like that of OMAP4, so the correct one\n" @@ -237,22 +234,22 @@ "\n" "> +\t\t};\n" "> +\n" - "> +\t\tmdio: mdio@4a100800 {\n" + "> +\t\tmdio: mdio at 4a100800 {\n" "> +\t\t\tcompatible = \"ti,davinci_mdio\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0x4a100800 0x100>;\n" "> +\t\t\tti,hwmods = \"davinci_mdio\";\n" "> +\t\t\tbus_freq = <1000000>;\n" - "> +\t\t\tphy0: ethernet-phy@0 {\n" + "> +\t\t\tphy0: ethernet-phy at 0 {\n" "> +\t\t\t\treg = <1>;\n" "> +\t\t\t};\n" - "> +\t\t\tphy1: ethernet-phy@1 {\n" + "> +\t\t\tphy1: ethernet-phy at 1 {\n" "> +\t\t\t\treg = <2>;\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\teth0: ethernet@4a100000 {\n" + "> +\t\teth0: ethernet at 4a100000 {\n" "> +\t\t\tcompatible = \"ti,dm816-emac\";\n" "> +\t\t\tti,hwmods = \"emac0\";\n" "> +\t\t\treg = <0x4a100000 0x800\n" @@ -266,7 +263,7 @@ "> +\t\t\tphy-handle = <&phy0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\teth1: ethernet@4a120000 {\n" + "> +\t\teth1: ethernet at 4a120000 {\n" "> +\t\t\tcompatible = \"ti,dm816-emac\";\n" "> +\t\t\tti,hwmods = \"emac1\";\n" "> +\t\t\treg = <0x4a120000 0x4000>;\n" @@ -279,7 +276,7 @@ "> +\t\t\tphy-handle = <&phy1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tmcspi1: spi@48030000 {\n" + "> +\t\tmcspi1: spi at 48030000 {\n" "> +\t\t\tcompatible = \"ti,omap3-mcspi\";\n" "> +\t\t\treg = <0x48030000 0x2000>;\n" "> +\t\t\tinterrupts = <65>;\n" @@ -290,7 +287,7 @@ "> +\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tmmc1: mmc@48060000 {\n" + "> +\t\tmmc1: mmc at 48060000 {\n" "> +\t\t\tcompatible = \"ti,omap4-hsmmc\";\n" "> +\t\t\treg = <0x48060000 0x11000>;\n" "> +\t\t\tti,hwmods = \"mmc1\";\n" @@ -299,7 +296,7 @@ "> +\t\t\tdma-names = \"tx\", \"rx\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer1: timer@4802e000 {\n" + "> +\t\ttimer1: timer at 4802e000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x4802e000 0x2000>;\n" "> +\t\t\tinterrupts = <67>;\n" @@ -307,49 +304,49 @@ "> +\t\t\tti,timer-alwon;\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer2: timer@48040000 {\n" + "> +\t\ttimer2: timer at 48040000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x48040000 0x2000>;\n" "> +\t\t\tinterrupts = <68>;\n" "> +\t\t\tti,hwmods = \"timer2\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer3: timer@48042000 {\n" + "> +\t\ttimer3: timer at 48042000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x48042000 0x2000>;\n" "> +\t\t\tinterrupts = <69>;\n" "> +\t\t\tti,hwmods = \"timer3\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer4: timer@48044000 {\n" + "> +\t\ttimer4: timer at 48044000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x48044000 0x2000>;\n" "> +\t\t\tinterrupts = <92>;\n" "> +\t\t\tti,hwmods = \"timer4\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer5: timer@48046000 {\n" + "> +\t\ttimer5: timer at 48046000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x48046000 0x2000>;\n" "> +\t\t\tinterrupts = <93>;\n" "> +\t\t\tti,hwmods = \"timer5\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer6: timer@48048000 {\n" + "> +\t\ttimer6: timer at 48048000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x48048000 0x2000>;\n" "> +\t\t\tinterrupts = <94>;\n" "> +\t\t\tti,hwmods = \"timer6\";\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer7: timer@4804a000 {\n" + "> +\t\ttimer7: timer at 4804a000 {\n" "> +\t\t\tcompatible = \"ti,dm816-timer\";\n" "> +\t\t\treg = <0x4804a000 0x2000>;\n" "> +\t\t\tinterrupts = <95>;\n" "> +\t\t\tti,hwmods = \"timer7\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart1: uart@48020000 {\n" + "> +\t\tuart1: uart at 48020000 {\n" "> +\t\t\tcompatible = \"ti,omap3-uart\";\n" "> +\t\t\tti,hwmods = \"uart1\";\n" "> +\t\t\treg = <0x48020000 0x2000>;\n" @@ -359,7 +356,7 @@ "> +\t\t\tdma-names = \"tx\", \"rx\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart2: uart@48022000 {\n" + "> +\t\tuart2: uart at 48022000 {\n" "> +\t\t\tcompatible = \"ti,omap3-uart\";\n" "> +\t\t\tti,hwmods = \"uart2\";\n" "> +\t\t\treg = <0x48022000 0x2000>;\n" @@ -369,7 +366,7 @@ "> +\t\t\tdma-names = \"tx\", \"rx\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart3: uart@48024000 {\n" + "> +\t\tuart3: uart at 48024000 {\n" "> +\t\t\tcompatible = \"ti,omap3-uart\";\n" "> +\t\t\tti,hwmods = \"uart3\";\n" "> +\t\t\treg = <0x48024000 0x2000>;\n" @@ -380,7 +377,7 @@ "> +\t\t};\n" "> +\n" "> +\t\t/* NOTE: USB needs a transceiver driver for phys to work */\n" - "> +\t\tusb: usb_otg_hs@47401000 {\n" + "> +\t\tusb: usb_otg_hs at 47401000 {\n" "> +\t\t\tcompatible = \"ti,am33xx-usb\";\n" "> +\t\t\treg = <0x47401000 0x400000>;\n" "> +\t\t\tranges;\n" @@ -388,7 +385,7 @@ "> +\t\t\t#size-cells = <1>;\n" "> +\t\t\tti,hwmods = \"usb_otg_hs\";\n" "> +\n" - "> +\t\t\tusb0: usb@47401000 {\n" + "> +\t\t\tusb0: usb at 47401000 {\n" "> +\t\t\t\tcompatible = \"ti,musb-am33xx\";\n" "> +\t\t\t\treg = <0x47401400 0x400\n" "> +\t\t\t\t 0x47401000 0x200>;\n" @@ -402,7 +399,7 @@ "> +\t\t\t\tmentor,power = <500>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb1: usb@47401800 {\n" + "> +\t\t\tusb1: usb at 47401800 {\n" "> +\t\t\t\tcompatible = \"ti,musb-am33xx\";\n" "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t\treg = <0x47401c00 0x400\n" @@ -418,7 +415,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\twd_timer2: wd_timer@480c2000 {\n" + "> +\t\twd_timer2: wd_timer at 480c2000 {\n" "> +\t\t\tcompatible = \"ti,omap3-wdt\";\n" "> +\t\t\tti,hwmods = \"wd_timer\";\n" "> +\t\t\treg = <0x480c2000 0x1000>;\n" @@ -429,4 +426,4 @@ "> +\n" > -c3e6bc9b44227f17d11e5fe149d75877b198a0aedbe079bbd3265509838eae81 +e90365c2aeebe067042dc51ee66421405a168a99539af1bc2a1c14911c2550fa
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.