Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753652AbbFWCQi (ORCPT ); Mon, 22 Jun 2015 22:16:38 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:32893 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbbFWCQ1 (ORCPT ); Mon, 22 Jun 2015 22:16:27 -0400 Date: Tue, 23 Jun 2015 07:46:22 +0530 From: Viresh Kumar To: Lee Jones , rob.herring@linaro.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, rjw@rjwysocki.net, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, ajitpal.singh@st.com Subject: Re: [PATCH 4/8] ARM: STi: STiH407: Provide a node for CPUFreq Message-ID: <20150623021622.GA16776@linux> References: <1434987837-24212-1-git-send-email-lee.jones@linaro.org> <1434987837-24212-5-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434987837-24212-5-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 29 [Ccing Rob] On 22-06-15, 16:43, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi > index f48767e..f57fd83 100644 > --- a/arch/arm/boot/dts/stih407-family.dtsi > +++ b/arch/arm/boot/dts/stih407-family.dtsi > @@ -98,6 +98,11 @@ > ranges; > compatible = "simple-bus"; > > + cpufreq { > + compatible = "st,stih407-cpufreq"; > + st,syscfg = <&syscfg_core 0x8e0>; > + }; These virtual nodes aren't allowed in DT and you have added them before the bindings patch :). -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/