From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ezequiel Garcia Subject: Re: [PATCH v3 2/2] arm64: dts: rockchip: add 96boards RK3399 Ficus board Date: Fri, 06 Jul 2018 10:46:55 -0300 Message-ID: References: <20180705150818.29931-1-ezequiel@collabora.com> <20180705150818.29931-3-ezequiel@collabora.com> <20180705234124.GA32051@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180705234124.GA32051@rob-hp-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, Heiko Stuebner , linux-rockchip@lists.infradead.org, kernel@collabora.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, 2018-07-05 at 17:41 -0600, Rob Herring wrote: > On Thu, Jul 05, 2018 at 12:08:18PM -0300, Ezequiel Garcia wrote: > > The RK3399 Ficus board is an Enterprise Edition board > > manufactured by Vamrs Ltd., based on the Rockchip RK3399 SoC. > > > > The board exposes a bunch of nice peripherals, including > > SATA, HDMI, MIPI CSI, Ethernet, WiFi, and PCIe. > > > > Signed-off-by: Ezequiel Garcia > > [snip] > > + > > +&i2c0 { > > + clock-frequency = <400000>; > > + i2c-scl-rising-time-ns = <168>; > > + i2c-scl-falling-time-ns = <4>; > > + status = "okay"; > > + > > + vdd_cpu_b: syr827@40 { > > regulator@40 > OK. > > + compatible = "silergy,syr827"; > > + reg = <0x40>; > > + fcs,suspend-voltage-selector = <1>; > > Strange to have a different vendor for this property... > It's because this driver has also a Fairchild compatible "fcs,fan53555". > Otherwise, > > Reviewed-by: Rob Herring > Thanks Rob!