diff for duplicates of <20161021150336.GJ30578@tiger> diff --git a/a/1.txt b/N1/1.txt index ff1ff27..5c142eb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,8 +21,8 @@ On Fri, Oct 21, 2016 at 04:05:59PM +0200, Stefan Wahren wrote: > Please try this one: http://www.spinics.net/lists/newbies/msg57652.html If you go through 'Table 4-1. Address Map for i.MX28' of MCIMX28RM, you -should be able to find there are 3 AHB buses: ahb at 0, ahb at 80080000 and -ahb at c0000000. The ocram goes to ahb at 0. The following change should be +should be able to find there are 3 AHB buses: ahb@0, ahb@80080000 and +ahb@c0000000. The ocram goes to ahb@0. The following change should be the right one for ocram addition. diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi @@ -33,19 +33,24 @@ index 0ad893bf5f43..8e5718df06b2 100644 }; }; -+ ahb at 0 { ++ ahb@0 { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x0 0x80000000>; + ranges; + -+ ocram: sram at 0 { ++ ocram: sram@0 { + compatible = "mmio-sram"; + reg = <0x0 0x20000>; + }; + }; + - apb at 80000000 { + apb@80000000 { compatible = "simple-bus"; #address-cells = <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 7382748..4ec5e8d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,21 @@ "ref\01473789066-8955-1-git-send-email-stefan.wahren@i2se.com\0" "ref\020161021135343.GI30578@tiger\0" "ref\09bf7c925-bdc2-d0b8-9886-70d46383d1e0@i2se.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH 0/4] ARM: boot: mxs: Add On-Chip RAM\0" + "ref\09bf7c925-bdc2-d0b8-9886-70d46383d1e0-eS4NqCHxEME@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 0/4] ARM: boot: mxs: Add On-Chip RAM\0" "Date\0Fri, 21 Oct 2016 23:03:36 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>\0" + "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" + Marek Vasut <marex-ynQEQJNshbs@public.gmane.org> + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " J\303\266rg Krause <joerg.krause-L1vi/lXTdtsfGbAt6QbQcg@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " Lothar Wa\303\237mann <lw-AvR2QvxeiV7DiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>\0" "\00:1\0" "b\0" "On Fri, Oct 21, 2016 at 04:05:59PM +0200, Stefan Wahren wrote:\n" @@ -30,8 +41,8 @@ "> Please try this one: http://www.spinics.net/lists/newbies/msg57652.html\n" "\n" "If you go through 'Table 4-1. Address Map for i.MX28' of MCIMX28RM, you\n" - "should be able to find there are 3 AHB buses: ahb at 0, ahb at 80080000 and\n" - "ahb at c0000000. The ocram goes to ahb at 0. The following change should be\n" + "should be able to find there are 3 AHB buses: ahb@0, ahb@80080000 and\n" + "ahb@c0000000. The ocram goes to ahb@0. The following change should be\n" "the right one for ocram addition.\n" "\n" "diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi\n" @@ -42,21 +53,26 @@ " };\n" " };\n" " \n" - "+ ahb at 0 {\n" + "+ ahb@0 {\n" "+ compatible = \"simple-bus\";\n" "+ #address-cells = <1>;\n" "+ #size-cells = <1>;\n" "+ reg = <0x0 0x80000000>;\n" "+ ranges;\n" "+\n" - "+ ocram: sram at 0 {\n" + "+ ocram: sram@0 {\n" "+ compatible = \"mmio-sram\";\n" "+ reg = <0x0 0x20000>;\n" "+ };\n" "+ };\n" "+\n" - " apb at 80000000 {\n" + " apb@80000000 {\n" " compatible = \"simple-bus\";\n" - #address-cells = <1>; + " #address-cells = <1>;\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 -19066f2e2c10b084ce2b09bf44666b3312b4d21b1478d507fe7d923c65eda89b +0edbd16edcf7112ad6b835dd92b2219fc4acb8e1a992ad667344e14cc686af5c
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.