diff for duplicates of <1772006.xWk9SpEHRu@phil> diff --git a/a/1.txt b/N1/1.txt index 0c2c327..1f1f8ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,19 +27,19 @@ mention it) > status = "disabled"; > }; > -> + bus_intmem at ff700000 { +> + bus_intmem@ff700000 { > + compatible = "mmio-sram"; > + reg = <0xff700000 0x18000>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0xff700000 0x18000>; -> + smp-sram at 0 { +> + smp-sram@0 { > + compatible = "rockchip,rk3066-smp-sram"; > + reg = <0x00 0x10>; > + }; > + }; > + -> + pmu_intmem at ff720000 { +> + pmu_intmem@ff720000 { > + compatible = "mmio-sram", "rockchip,rk3288-pmu-sram"; general rule, the more specific compatible should be in front, so @@ -54,6 +54,6 @@ uses it? > + reg = <0xff720000 0x4000>; > + }; > + -> pmu: power-management at ff730000 { +> pmu: power-management@ff730000 { > compatible = "rockchip,rk3066-pmu", "syscon"; > reg = <0xff730000 0x100>; diff --git a/a/content_digest b/N1/content_digest index 4f1b3a8..d57ab84 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,26 @@ "ref\01412976370-14468-1-git-send-email-kever.yang@rock-chips.com\0" "ref\01412976370-14468-7-git-send-email-kever.yang@rock-chips.com\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" - "Subject\0[PATCH v3 6/6] ARM: dts: rockchip: add intmem node for rk3288 smp support\0" + "From\0Heiko St\303\274bner <heiko@sntech.de>\0" + "Subject\0Re: [PATCH v3 6/6] ARM: dts: rockchip: add intmem node for rk3288 smp support\0" "Date\0Sat, 11 Oct 2014 20:01:01 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kever Yang <kever.yang@rock-chips.com>\0" + "Cc\0dianders@chromium.org" + sonnyrao@chromium.org + addy.ke@rock-chips.com + cf@rock-chips.com + xjq@rock-chips.com + hj@rock-chips.com + huangtao@rock-chips.com + linux-rockchip@lists.infradead.org + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Am Freitag, 10. Oktober 2014, 14:26:10 schrieb Kever Yang:\n" @@ -35,19 +52,19 @@ "> \t\tstatus = \"disabled\";\n" "> \t};\n" "> \n" - "> +\tbus_intmem at ff700000 {\n" + "> +\tbus_intmem@ff700000 {\n" "> +\t\tcompatible = \"mmio-sram\";\n" "> +\t\treg = <0xff700000 0x18000>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tranges = <0 0xff700000 0x18000>;\n" - "> +\t\tsmp-sram at 0 {\n" + "> +\t\tsmp-sram@0 {\n" "> +\t\t\tcompatible = \"rockchip,rk3066-smp-sram\";\n" "> +\t\t\treg = <0x00 0x10>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tpmu_intmem at ff720000 {\n" + "> +\tpmu_intmem@ff720000 {\n" "> +\t\tcompatible = \"mmio-sram\", \"rockchip,rk3288-pmu-sram\";\n" "\n" "general rule, the more specific compatible should be in front, so\n" @@ -62,8 +79,8 @@ "> +\t\treg = <0xff720000 0x4000>;\n" "> +\t};\n" "> +\n" - "> \tpmu: power-management at ff730000 {\n" + "> \tpmu: power-management@ff730000 {\n" "> \t\tcompatible = \"rockchip,rk3066-pmu\", \"syscon\";\n" "> \t\treg = <0xff730000 0x100>;" -98f05abbd53eadef4d48e2f0b2701b420b7523f130624990ce23fe721feaea36 +56959a317e8b8be9c26f41c2356fcdccb3254e9fab3cad5d5131e6d1618fb4c4
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.