From mboxrd@z Thu Jan 1 00:00:00 1970 From: ezequiel@collabora.com (Ezequiel Garcia) Date: Fri, 06 Jul 2018 10:46:55 -0300 Subject: [PATCH v3 2/2] arm64: dts: rockchip: add 96boards RK3399 Ficus board In-Reply-To: <20180705234124.GA32051@rob-hp-laptop> References: <20180705150818.29931-1-ezequiel@collabora.com> <20180705150818.29931-3-ezequiel@collabora.com> <20180705234124.GA32051@rob-hp-laptop> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 at 40 { > > regulator at 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!