From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752390AbdHATs6 (ORCPT ); Tue, 1 Aug 2017 15:48:58 -0400 Received: from mail-pf0-f174.google.com ([209.85.192.174]:34268 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034AbdHATs4 (ORCPT ); Tue, 1 Aug 2017 15:48:56 -0400 From: Kevin Hilman To: Jerome Brunet Cc: Carlo Caione , devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: dts: meson-gx: Use correct mmc clock source 0 Organization: BayLibre References: <20170731120552.31606-1-jbrunet@baylibre.com> Date: Tue, 01 Aug 2017 12:48:48 -0700 In-Reply-To: <20170731120552.31606-1-jbrunet@baylibre.com> (Jerome Brunet's message of "Mon, 31 Jul 2017 14:05:52 +0200") Message-ID: <7h60e7yspr.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) 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 Jerome Brunet writes: > Now that the clock source 0 is properly described in the CCF, use it > instead of assuming the default value (xtal) > > Signed-off-by: Jerome Brunet > --- > > This patchset depends on clock patchset adding the related clocks: > * https://lkml.kernel.org/r/20170731115603.29720-1-jbrunet@baylibre.com I'll need a stable tag/commit in clk-meson/next/drivers to use in order to apply this one. Kevin