diff for duplicates of <527A1983.6020603@keymile.com> diff --git a/a/1.txt b/N1/1.txt index 3d6836d..fdef9f3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -58,7 +58,7 @@ non-prefetchable memory */ downstream I/O */ /* PCI BUS 1 */ - pcie at 1,0 { + pcie@1,0 { device_type = "pci"; assigned-addresses = <0x82000800 0 0x00040000 0 0x2000>; reg = <0x0800 0 0 0 0>; @@ -67,7 +67,7 @@ downstream I/O */ ... /* FPGA, device 0 */ - km_fpga: pcie at 0,0 { + km_fpga: pcie@0,0 { /* Only the first cell matters, npt000ss bbbbbbbb dddddfff rrrrrrrr where b is 8-bit bus, d is 5-bit device, f is 3-bit function */ @@ -117,8 +117,12 @@ What I'd like to have in the device tree is something like: #address-cells = <2>;/* BAR + local bus address */ #size-cells = <1>; /* 32-bit addressing is more than enough */ ranges = <?????>; /* ???? */ - slave at 0,0 { + slave@0,0 { compatible = "keymile,slave"; reg = <1 0x000 0x200>; /* Use address space 0x0-0x200 from BAR 1 */ } } +-- +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 3ca77e4..b1b0365 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,11 @@ - "From\0gerlando.falauto@keymile.com (Gerlando Falauto)\0" + "From\0Gerlando Falauto <gerlando.falauto-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>\0" "Subject\0address translation for PCIe-to-localbus bridge\0" "Date\0Wed, 06 Nov 2013 11:27:15 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "Cc\0Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + " Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>\0" "\00:1\0" "b\0" "Hi everyone,\n" @@ -64,7 +68,7 @@ "downstream I/O */\n" "\n" "\t\t\t/* PCI BUS 1 */\n" - "\t\t\tpcie at 1,0 {\n" + "\t\t\tpcie@1,0 {\n" "\t\t\t\tdevice_type = \"pci\";\n" "\t\t\t\tassigned-addresses = <0x82000800 0 0x00040000 0 0x2000>;\n" "\t\t\t\treg = <0x0800 0 0 0 0>;\n" @@ -73,7 +77,7 @@ "\t\t\t\t...\n" "\n" "\t\t\t\t/* FPGA, device 0 */\n" - "\t\t\t\tkm_fpga: pcie at 0,0 {\n" + "\t\t\t\tkm_fpga: pcie@0,0 {\n" "\t\t\t\t\t/* Only the first cell matters,\n" "\t\t\t\t\tnpt000ss bbbbbbbb dddddfff rrrrrrrr\n" "\t\t\t\t\twhere b is 8-bit bus, d is 5-bit device, f is 3-bit function */\n" @@ -123,10 +127,14 @@ "\t#address-cells = <2>;/* BAR + local bus address */\n" "\t#size-cells = <1>; /* 32-bit addressing is more than enough */\n" "\tranges = <?????>; /* ???? */\n" - "\tslave at 0,0 {\n" + "\tslave@0,0 {\n" "\t\tcompatible = \"keymile,slave\";\n" "\t\treg = <1 0x000 0x200>; /* Use address space 0x0-0x200 from BAR 1 */\n" "\t}\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 -5c61fe1a95043a052303e29e8f7123021a3b0cbe02a8b947a94533ab75cdbb85 +8b185705e1b6a88c3e23ffe10e3fef68e685a740048658d5d401fa60936ada28
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.