Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754044AbdCMVeV (ORCPT ); Mon, 13 Mar 2017 17:34:21 -0400 Received: from muru.com ([72.249.23.125]:39376 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751687AbdCMVeL (ORCPT ); Mon, 13 Mar 2017 17:34:11 -0400 Date: Mon, 13 Mar 2017 14:34:06 -0700 From: Tony Lindgren To: Bartosz Golaszewski Cc: Rob Herring , Mark Rutland , Neil Armstrong , Michael Turquette , Kevin Hilman , Patrick Titiano , Paul Walmsley , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] ARM: dts: dm8168-evm: add the external reference clock for SATA Message-ID: <20170313213405.GX20572@atomide.com> References: <1489423399-3824-1-git-send-email-bgolaszewski@baylibre.com> <1489423399-3824-3-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489423399-3824-3-git-send-email-bgolaszewski@baylibre.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1077 Lines: 39 * Bartosz Golaszewski [170313 09:45]: > This board has an external oscillator supplying the reference clock > signal for SATA. Its rate is fixed at 100Mhz. Add a corresponding > device tree node. Is this the 100MHz clock from PCIe? Just like on dm814x-evm as noted in the workaround thread below: http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/p/181083/671141 Regards, Tony > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/boot/dts/dm8168-evm.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts > index 0bf55fa..f13e214 100644 > --- a/arch/arm/boot/dts/dm8168-evm.dts > +++ b/arch/arm/boot/dts/dm8168-evm.dts > @@ -25,6 +25,12 @@ > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; > }; > + > + sata_refclk: fixedclock0 { > + #clock-cells = <0>; > + compatible = "fixed-clock"; > + clock-frequency = <100000000>; > + }; > }; > > &dm816x_pinmux { > -- > 2.9.3 >