From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/2] ARM: dts: imx6: RDU2: Add RAVE SP device Date: Wed, 28 Feb 2018 14:31:33 +0800 Message-ID: <20180228063132.GI3217@dragon> References: <20180226144943.9835-1-andrew.smirnov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180226144943.9835-1-andrew.smirnov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Andrey Smirnov Cc: Rob Herring , Mark Rutland , Fabio Estevam , Guenter Roeck , Chris Healy , Lucas Stach , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, Feb 26, 2018 at 06:49:41AM -0800, Andrey Smirnov wrote: > With MFD and watchdog drivers for RAVE SP device support added by > 538ee27290fa ("mfd: Add driver for RAVE Supervisory Processor") and > c3bb33345721 ("watchdog: Add RAVE SP watchdog driver") add > corresponding DT node for RDU2. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: Shawn Guo > Cc: Fabio Estevam > Cc: Guenter Roeck > Cc: Chris Healy > Cc: Lucas Stach > Cc: devicetree@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Andrey Smirnov > --- > arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi > index 72f52fcecee1..460931089509 100644 > --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi > @@ -305,6 +305,17 @@ > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_uart4>; > status = "okay"; > + > + rave-sp { > + compatible = "zii,rave-sp-rdu2"; > + current-speed = <1000000>; > + status = "okay"; The okay status is to flip the state of devices that are initially disabled. I think it's unnecessary for the case here. > + > + watchdog { > + compatible = "zii,rave-sp-watchdog"; > + status = "okay"; Ditto Shawn > + }; > + }; > }; > > &ecspi1 { > -- > 2.14.3 >