diff for duplicates of <53E96752.7000106@rock-chips.com> diff --git a/a/1.txt b/N1/1.txt index 2e865de..179ba80 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 07/30/2014 03:12 AM, Heiko Stuebner wrote: > The first dma controller can change between secure and non-secure mode and is > left by the bootloader in secure mode, which gets added here. > -> Signed-off-by: Heiko Stuebner <heiko@sntech.de> +> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> > --- > arch/arm/boot/dts/rk3288.dtsi | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) @@ -23,7 +23,7 @@ On 07/30/2014 03:12 AM, Heiko Stuebner wrote: > + #size-cells = <1>; > + ranges; > + -> + dmac1: dma at ffb20000 { +> + dmac1: dma@ffb20000 { > + compatible = "arm,pl330", "arm,primecell"; > + reg = <0xffb20000 0x4000>; > + interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, @@ -33,7 +33,7 @@ On 07/30/2014 03:12 AM, Heiko Stuebner wrote: > + clock-names = "apb_pclk"; > + }; > + -> + dmac2: dma at ff250000 { +> + dmac2: dma@ff250000 { > + compatible = "arm,pl330", "arm,primecell"; > + reg = <0xff250000 0x4000>; > + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, @@ -47,4 +47,9 @@ On 07/30/2014 03:12 AM, Heiko Stuebner wrote: > xin24m: oscillator { > compatible = "fixed-clock"; > clock-frequency = <24000000>; -Tested-by: Kever Yang <kever.yang@rock-chips.com> +Tested-by: Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org> + +-- +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 8f93c31..80c2ac0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\01406661128-7614-1-git-send-email-heiko@sntech.de\0" "ref\01406661128-7614-4-git-send-email-heiko@sntech.de\0" - "From\0kever.yang@rock-chips.com (Kever Yang)\0" - "Subject\0[PATCH 3/4] ARM: dts: rockchip: add rk3288 dma controllers\0" + "ref\01406661128-7614-4-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org\0" + "From\0Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/4] ARM: dts: rockchip: add rk3288 dma controllers\0" "Date\0Tue, 12 Aug 2014 09:01:06 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>" + mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org + " cf-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0" "\00:1\0" "b\0" "\n" @@ -12,7 +19,7 @@ "> The first dma controller can change between secure and non-secure mode and is\n" "> left by the bootloader in secure mode, which gets added here.\n" ">\n" - "> Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n" + "> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/rk3288.dtsi | 27 +++++++++++++++++++++++++++\n" "> 1 file changed, 27 insertions(+)\n" @@ -31,7 +38,7 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tdmac1: dma at ffb20000 {\n" + "> +\t\tdmac1: dma@ffb20000 {\n" "> +\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n" "> +\t\t\treg = <0xffb20000 0x4000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -41,7 +48,7 @@ "> +\t\t\tclock-names = \"apb_pclk\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tdmac2: dma at ff250000 {\n" + "> +\t\tdmac2: dma@ff250000 {\n" "> +\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n" "> +\t\t\treg = <0xff250000 0x4000>;\n" "> +\t\t\tinterrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -55,6 +62,11 @@ "> \txin24m: oscillator {\n" "> \t\tcompatible = \"fixed-clock\";\n" "> \t\tclock-frequency = <24000000>;\n" - Tested-by: Kever Yang <kever.yang@rock-chips.com> + "Tested-by: Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\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 -d147ba8884d94d49c0ddce39bf8bb3b221f028e9adc31b16dca153a910252692 +76708913b889553a35e7491ec3493f37bd16355665632838ede36553d4b7930f
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.