From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751376AbdARAja (ORCPT ); Tue, 17 Jan 2017 19:39:30 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:32983 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbdARAj1 (ORCPT ); Tue, 17 Jan 2017 19:39:27 -0500 From: Kevin Hilman To: Bartosz Golaszewski Cc: Sekhar Nori , Patrick Titiano , Michael Turquette , Tejun Heo , Rob Herring , Mark Rutland , Russell King , David Lechner , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 14/14] ARM: dts: da850-lcdk: enable the SATA node Organization: BayLibre References: <1484655976-25382-1-git-send-email-bgolaszewski@baylibre.com> <1484655976-25382-15-git-send-email-bgolaszewski@baylibre.com> Date: Tue, 17 Jan 2017 16:39:24 -0800 In-Reply-To: <1484655976-25382-15-git-send-email-bgolaszewski@baylibre.com> (Bartosz Golaszewski's message of "Tue, 17 Jan 2017 13:26:16 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bartosz Golaszewski writes: > Enable the SATA node for da850-lcdk. We omit the pinctrl property on > purpose - the muxed SATA pins are not hooked up to anything > SATA-related on the lcdk. > > The REFCLKN/P rate on the board is 100MHz, so we need a multiplier of > 15 for 1.5GHz PLL rate. leftover comment from previous version? Kevin > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/boot/dts/da850-lcdk.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts > index afcb482..fbeee3c 100644 > --- a/arch/arm/boot/dts/da850-lcdk.dts > +++ b/arch/arm/boot/dts/da850-lcdk.dts > @@ -105,6 +105,10 @@ > status = "okay"; > }; > > +&sata { > + status = "okay"; > +}; > + > &mdio { > pinctrl-names = "default"; > pinctrl-0 = <&mdio_pins>;