diff for duplicates of <55BF5427.2010605@arm.com> diff --git a/a/1.txt b/N1/1.txt index 1bfdb32..020a17f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ On 03/08/15 12:23, Liviu Dudau wrote: >> }; >> }; >> ->> + mailbox: mhu at 2b1f0000 { +>> + mailbox: mhu@2b1f0000 { >> + compatible = "arm,mhu", "arm,primecell"; >> + reg = <0x0 0x2b1f0000 0x0 0x1000>; >> + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>, @@ -34,14 +34,14 @@ On 03/08/15 12:23, Liviu Dudau wrote: >> + clock-names = "apb_pclk"; >> + }; >> + ->> gic: interrupt-controller at 2c010000 { +>> gic: interrupt-controller@2c010000 { >> compatible = "arm,gic-400", "arm,cortex-a15-gic"; >> reg = <0x0 0x2c010000 0 0x1000>, >> @@ -44,6 +56,48 @@ >> <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>; >> }; >> ->> + sram: sram at 2e000000 { +>> + sram: sram@2e000000 { >> + compatible = "arm,juno-sram-ns", "mmio-sram"; >> + reg = <0x0 0x2e000000 0x0 0x8000>; >> + @@ -49,12 +49,12 @@ On 03/08/15 12:23, Liviu Dudau wrote: >> + #size-cells = <1>; >> + ranges = <0 0x0 0x2e000000 0x8000>; >> + ->> + cpu_scp_lpri: scp-shmem at 0 { +>> + cpu_scp_lpri: scp-shmem@0 { >> + compatible = "arm,juno-scp-shmem"; >> + reg = <0x0 0x200>; >> + }; >> + ->> + cpu_scp_hpri: scp-shmem at 200 { +>> + cpu_scp_hpri: scp-shmem@200 { >> + compatible = "arm,juno-scp-shmem"; >> + reg = <0x200 0x200>; >> + }; @@ -68,13 +68,13 @@ On 03/08/15 12:23, Liviu Dudau wrote: >> + clocks { >> + compatible = "arm,scpi-clocks"; >> + ->> + scpi_dvfs: scpi_clocks at 0 { +>> + scpi_dvfs: scpi_clocks@0 { >> + compatible = "arm,scpi-dvfs-clocks"; >> + #clock-cells = <1>; >> + clock-indices = <0>, <1>, <2>; >> + clock-output-names = "atlclk", "aplclk","gpuclk"; >> + }; ->> + scpi_clk: scpi_clocks at 3 { +>> + scpi_clk: scpi_clocks@3 { >> + compatible = "arm,scpi-variable-clocks"; >> + #clock-cells = <1>; >> + clock-indices = <3>, <4>; diff --git a/a/content_digest b/N1/content_digest index c133fb3..257b26b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\01438364591-1144-1-git-send-email-sudeep.holla@arm.com\0" "ref\01438364591-1144-7-git-send-email-sudeep.holla@arm.com\0" "ref\020150803112353.GV20890@e106497-lin.cambridge.arm.com\0" - "From\0sudeep.holla@arm.com (Sudeep Holla)\0" - "Subject\0[PATCH v6 6/8] arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno\0" + "From\0Sudeep Holla <sudeep.holla@arm.com>\0" + "Subject\0Re: [PATCH v6 6/8] arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno\0" "Date\0Mon, 03 Aug 2015 12:44:39 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Liviu Dudau <Liviu.Dudau@arm.com>\0" + "Cc\0Sudeep Holla <sudeep.holla@arm.com>" + arm@kernel.org <arm@kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + Olof Johansson <olof@lixom.net> + Kevin Hilman <khilman@kernel.org> + Punit Agrawal <Punit.Agrawal@arm.com> + Jon Medhurst (Tixy) <tixy@linaro.org> + Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> + " Arnd Bergmann <arnd@arndb.de>\0" "\00:1\0" "b\0" "\n" @@ -31,7 +41,7 @@ ">> \t\t};\n" ">> \t};\n" ">>\n" - ">> +\tmailbox: mhu at 2b1f0000 {\n" + ">> +\tmailbox: mhu@2b1f0000 {\n" ">> +\t\tcompatible = \"arm,mhu\", \"arm,primecell\";\n" ">> +\t\treg = <0x0 0x2b1f0000 0x0 0x1000>;\n" ">> +\t\tinterrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -43,14 +53,14 @@ ">> +\t\tclock-names = \"apb_pclk\";\n" ">> +\t};\n" ">> +\n" - ">> \tgic: interrupt-controller at 2c010000 {\n" + ">> \tgic: interrupt-controller@2c010000 {\n" ">> \t\tcompatible = \"arm,gic-400\", \"arm,cortex-a15-gic\";\n" ">> \t\treg = <0x0 0x2c010000 0 0x1000>,\n" ">> @@ -44,6 +56,48 @@\n" ">> \t\t\t <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>;\n" ">> \t};\n" ">>\n" - ">> +\tsram: sram at 2e000000 {\n" + ">> +\tsram: sram@2e000000 {\n" ">> +\t\tcompatible = \"arm,juno-sram-ns\", \"mmio-sram\";\n" ">> +\t\treg = <0x0 0x2e000000 0x0 0x8000>;\n" ">> +\n" @@ -58,12 +68,12 @@ ">> +\t\t#size-cells = <1>;\n" ">> +\t\tranges = <0 0x0 0x2e000000 0x8000>;\n" ">> +\n" - ">> +\t\tcpu_scp_lpri: scp-shmem at 0 {\n" + ">> +\t\tcpu_scp_lpri: scp-shmem@0 {\n" ">> +\t\t\tcompatible = \"arm,juno-scp-shmem\";\n" ">> +\t\t\treg = <0x0 0x200>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu_scp_hpri: scp-shmem at 200 {\n" + ">> +\t\tcpu_scp_hpri: scp-shmem@200 {\n" ">> +\t\t\tcompatible = \"arm,juno-scp-shmem\";\n" ">> +\t\t\treg = <0x200 0x200>;\n" ">> +\t\t};\n" @@ -77,13 +87,13 @@ ">> +\t\tclocks {\n" ">> +\t\t\tcompatible = \"arm,scpi-clocks\";\n" ">> +\n" - ">> +\t\t\tscpi_dvfs: scpi_clocks at 0 {\n" + ">> +\t\t\tscpi_dvfs: scpi_clocks@0 {\n" ">> +\t\t\t\tcompatible = \"arm,scpi-dvfs-clocks\";\n" ">> +\t\t\t\t#clock-cells = <1>;\n" ">> +\t\t\t\tclock-indices = <0>, <1>, <2>;\n" ">> +\t\t\t\tclock-output-names = \"atlclk\", \"aplclk\",\"gpuclk\";\n" ">> +\t\t\t};\n" - ">> +\t\t\tscpi_clk: scpi_clocks at 3 {\n" + ">> +\t\t\tscpi_clk: scpi_clocks@3 {\n" ">> +\t\t\t\tcompatible = \"arm,scpi-variable-clocks\";\n" ">> +\t\t\t\t#clock-cells = <1>;\n" ">> +\t\t\t\tclock-indices = <3>, <4>;\n" @@ -107,4 +117,4 @@ "Regards,\n" Sudeep -56c45e7d44704346c6b6c5342deaf71f7e77efc1c0dc7122bc72db1b5c30b700 +82ff56ad7551abfc3114e9cc9590224ed4b3be54010ade85a96707971e6f0e4b
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.