From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DA15C43219 for ; Thu, 25 Apr 2019 18:47:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D267206C1 for ; Thu, 25 Apr 2019 18:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556218047; bh=h0IRdS0zhUHch+Mb2SVu8W6kNKIPNL4kiY/nrL3Ch+c=; h=In-Reply-To:References:Cc:From:Subject:To:Date:List-ID:From; b=kcuuYwwxNy9oYw/8kmku/K1SN4tNEjBe6J+Jgii5Cd7nDtNhm+ZOcDBesMvUXNwtc slfzmfESKlxSLZWOGnfBtdueG3/GLvypuw4qIMKDCG4SZSO03sOZVpHHhNdOYMxZy2 OIO1P219qhsGiElZ5AyI2X7mS2D8JVwB8RKIMSWc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726490AbfDYSr0 (ORCPT ); Thu, 25 Apr 2019 14:47:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:44894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725937AbfDYSr0 (ORCPT ); Thu, 25 Apr 2019 14:47:26 -0400 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 103CA20578; Thu, 25 Apr 2019 18:47:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556218046; bh=h0IRdS0zhUHch+Mb2SVu8W6kNKIPNL4kiY/nrL3Ch+c=; h=In-Reply-To:References:Cc:From:Subject:To:Date:From; b=ZrXuEZkEgN0F1w1XhoLf7aUEBeKml8v8KWlXzW6ZkIWi6AjJjI2ACKGYmjbOb/pOe Vz9yPBEgrjBM7WZk0Y+XQOlJoVHIYH9XWFfV0QUsyh8X7H3/IJB1azfCyry6pLxdzY tTYV+LUARV5TVg5zLmjvUw+4n5bGnB+a5JFOmki0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190405075332.28530-2-gabriel.fernandez@st.com> References: <20190405075332.28530-1-gabriel.fernandez@st.com> <20190405075332.28530-2-gabriel.fernandez@st.com> Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Gabriel Fernandez From: Stephen Boyd Subject: Re: [PATCH 1/2] clk: stm32: Introduce clocks of STM32F769 board To: Gabriel Fernandez , alexandre torgue , mark rutland , maxime coquelin , michael turquette , rob herring Message-ID: <155621804467.15276.5950117999221628038@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 25 Apr 2019 11:47:24 -0700 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Gabriel Fernandez (2019-04-05 00:53:31) > STM32F769 clocks are derived from STM32746 clocks. > main differences are: > - new source clock for SAI1 and SAI2 (HSI or HSE) > - Add DFSDM & DSI clocks >=20 > Signed-off-by: Gabriel Fernandez > --- Applied to clk-next