From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752766AbaEUQGg (ORCPT ); Wed, 21 May 2014 12:06:36 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:49739 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752600AbaEUQGe (ORCPT ); Wed, 21 May 2014 12:06:34 -0400 Message-ID: <537CCEC1.1070801@ti.com> Date: Wed, 21 May 2014 19:05:21 +0300 From: Ivan Khoronzhuk User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Arnd Bergmann CC: , , , , , , , , , , , , , , , , , , , Subject: Re: [Patch v4 4/5] ARM: dts: keystone: update reset node to work with reset driver References: <1400682454-24535-1-git-send-email-ivan.khoronzhuk@ti.com> <1400682454-24535-5-git-send-email-ivan.khoronzhuk@ti.com> <15259908.YoiO6LMEzV@wuerfel> In-Reply-To: <15259908.YoiO6LMEzV@wuerfel> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/21/2014 05:50 PM, Arnd Bergmann wrote: > On Wednesday 21 May 2014 17:27:33 Ivan Khoronzhuk wrote: >> The keystone driver requires the next additional properties: >> >> "ti,syscon-pll" - syscon register range used to access pll controller >> registers in order to use reset control registers. >> "ti,syscon-dev" - syscon register range used to access device state >> control registers in order to use mux block >> registers for all watchdogs. >> >> "ti,wdt_list" - option to declare what watchdog are used to reboot >> the SoC, so set "0" WDT as default. >> >> Signed-off-by: Ivan Khoronzhuk > Same comment as what I had for the binding: it's not a register range > any more, but a phandle for a device. > >> --- >> arch/arm/boot/dts/keystone.dtsi | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi >> index 8b899ba..783da60 100644 >> --- a/arch/arm/boot/dts/keystone.dtsi >> +++ b/arch/arm/boot/dts/keystone.dtsi >> @@ -78,7 +78,9 @@ >> >> rstctrl: reset-controller { >> compatible = "ti,keystone-reset"; >> - reg = <0x023100e8 4>; /* pll reset control reg */ >> + ti,syscon-pll = <&pllctrl>; >> + ti,syscon-dev = <&devctrl>; >> + ti,wdt_list = <0>; >> }; >> > I don't see a definition for the two labels, so this will cause a > build error. It makes sense to add them in the same patch. > > Arnd Thanks, I'll correct -- Regards, Ivan Khoronzhuk