From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758819AbdCVDeN (ORCPT ); Tue, 21 Mar 2017 23:34:13 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:39866 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758764AbdCVDcz (ORCPT ); Tue, 21 Mar 2017 23:32:55 -0400 MIME-Version: 1.0 In-Reply-To: <20170321153611.16228-2-quentin.schulz@free-electrons.com> References: <20170321153611.16228-1-quentin.schulz@free-electrons.com> <20170321153611.16228-2-quentin.schulz@free-electrons.com> From: Chen-Yu Tsai Date: Wed, 22 Mar 2017 11:32:28 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 01/11] ARM: sun8i: a33: add operating-points-v2 property to all nodes To: Quentin Schulz Cc: Dmitry Torokhov , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Lee Jones , Russell King , Jonathan Cameron , knaack.h@gmx.de, Lars-Peter Clausen , Peter Meerwald-Stadler , Thomas Petazzoni , "linux-input@vger.kernel.org" , devicetree , linux-arm-kernel , linux-kernel , linux-iio@vger.kernel.org, linux-sunxi , Icenowy Zheng Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 21, 2017 at 11:36 PM, Quentin Schulz wrote: > The OPP are declared as shared but no operating points are declared for > cpu1, 2 and 3. Thus, the following error happens during the boot: > > cpu cpu1: dev_pm_opp_of_get_sharing_cpus: Couldn't find tcpu_dev node. > > This patch applies the operating points to each cpu of the A33. > This should have Fixes: 03749eb88e63 ("ARM: dts: sun8i: add opp-v2 table for A33") and be merged as fixes for 4.11. > Signed-off-by: Quentin Schulz Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH v3 01/11] ARM: sun8i: a33: add operating-points-v2 property to all nodes Date: Wed, 22 Mar 2017 11:32:28 +0800 Message-ID: References: <20170321153611.16228-1-quentin.schulz@free-electrons.com> <20170321153611.16228-2-quentin.schulz@free-electrons.com> Reply-To: wens-jdAy2FN1RRM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20170321153611.16228-2-quentin.schulz-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Quentin Schulz Cc: Dmitry Torokhov , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Lee Jones , Russell King , Jonathan Cameron , knaack.h-Mmb7MZpHnFY@public.gmane.org, Lars-Peter Clausen , Peter Meerwald-Stadler , Thomas Petazzoni , "linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , devicetree , linux-arm-kernel , linux-kernel , linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi , Icenowy Zheng List-Id: devicetree@vger.kernel.org On Tue, Mar 21, 2017 at 11:36 PM, Quentin Schulz wrote: > The OPP are declared as shared but no operating points are declared for > cpu1, 2 and 3. Thus, the following error happens during the boot: > > cpu cpu1: dev_pm_opp_of_get_sharing_cpus: Couldn't find tcpu_dev node. > > This patch applies the operating points to each cpu of the A33. > This should have Fixes: 03749eb88e63 ("ARM: dts: sun8i: add opp-v2 table for A33") and be merged as fixes for 4.11. > Signed-off-by: Quentin Schulz Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Wed, 22 Mar 2017 11:32:28 +0800 Subject: [PATCH v3 01/11] ARM: sun8i: a33: add operating-points-v2 property to all nodes In-Reply-To: <20170321153611.16228-2-quentin.schulz@free-electrons.com> References: <20170321153611.16228-1-quentin.schulz@free-electrons.com> <20170321153611.16228-2-quentin.schulz@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 21, 2017 at 11:36 PM, Quentin Schulz wrote: > The OPP are declared as shared but no operating points are declared for > cpu1, 2 and 3. Thus, the following error happens during the boot: > > cpu cpu1: dev_pm_opp_of_get_sharing_cpus: Couldn't find tcpu_dev node. > > This patch applies the operating points to each cpu of the A33. > This should have Fixes: 03749eb88e63 ("ARM: dts: sun8i: add opp-v2 table for A33") and be merged as fixes for 4.11. > Signed-off-by: Quentin Schulz Acked-by: Chen-Yu Tsai