From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexander A. Filippov" Subject: Re: [PATCH] ARM: dts: aspeed: Add YADRO VESNIN BMC Date: Thu, 30 May 2019 17:31:10 +0300 Message-ID: <20190530143110.GA24059@bbwork.lan> References: <20190530093948.12479-1-a.filippov@yadro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Joel Stanley Cc: Alexander Filippov , linux-aspeed@lists.ozlabs.org, Linux ARM , Linux Kernel Mailing List , devicetree , Andrew Jeffery , Mark Rutland , Rob Herring List-Id: devicetree@vger.kernel.org On Thu, May 30, 2019 at 02:16:59PM +0000, Joel Stanley wrote: > On Thu, 30 May 2019 at 09:40, Alexander Filippov wrote: > > @@ -0,0 +1,262 @@ > > Can we get a SDPX license string at the top of the file? Something like this: > > // SPDX-License-Identifier: GPL-2.0+ > // Copyright 2019 Sure, on my way. > > > +/dts-v1/; > > + > > +#include "aspeed-g4.dtsi" > > +#include > > + > > > +&i2c3 { > > + status = "okay"; > > + cpr2021@59 { > > + #address-cells = <1>; > > + #size-cells = <0>; > > + compatible = "general,cpr2021", "general,pmbus"; > > Do you have a driver for this one you plan on submitting? Yes, we plan but not right now. I remove it now and it will be added when the driver will be ready.