From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH v3 0/6] add basic rk3288 smp support Date: Sat, 11 Oct 2014 20:04:15 +0200 Message-ID: <5162812.g00M9eGW9B@phil> References: <1412976370-14468-1-git-send-email-kever.yang@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1412976370-14468-1-git-send-email-kever.yang@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org To: Kever Yang Cc: dianders@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, Ian Campbell , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kumar Gala , Russell King , Rob Herring , Pawel Moll , Mark Rutland , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Kever, Am Freitag, 10. Oktober 2014, 14:26:04 schrieb Kever Yang: > rk3288 is qual-core CPU Soc, we enable the smp in this patch. > > In version 3 we use regmap and pmu syscon for cpu power on/off. > This should be work after Pankaj Dubey's patch applied: > (https://lkml.org/lkml/2014/9/30/156) I've tested this series on both a rk3188 as well as a rk3288 and was sucessfully getting the secondary cores bootet. I did not include patch2 in this, as the whole thing also works when applying the syscon-patch I mention in an individual reply - which also already got accepted for 3.19. Heiko