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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35D78C433F5 for ; Wed, 13 Oct 2021 22:24:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1ED46610D0 for ; Wed, 13 Oct 2021 22:24:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231425AbhJMW1B (ORCPT ); Wed, 13 Oct 2021 18:27:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:47496 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231417AbhJMW0l (ORCPT ); Wed, 13 Oct 2021 18:26:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1CC5A610CC; Wed, 13 Oct 2021 22:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634163877; bh=uA86BLXuMHR5jGshcvAydQgUQ57YM0pu+Q+PaPX6zMA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Mt7Isyev1i7WxwaIcHhSnGW8dG10Q5+fkIaOwnSChOWDP7SRTvxPzglQIzBUd+AOd N9zR1a+cNzoQKzVS640YVa7UlIagHG+Z5VvSkpQ9YyH5IbfKdE49GG4GH70zrRNHNm rxN5SSY6yJl96u9dFgu2JUEkpzQzWVO05JxR+Irc7ce1Dzw8A7SoL/HK3SWT3LwJKI 63HphtA02lFXKVsYIQ+wa2a1GybzODx3WReLsz2zgsKwujQpunvBXyqGwTouGAgRrK FpWLaNCbKGbokI8bcY0k9xD2uwUk+RtpCP3mcT7RpLkGMgSy7GJVZ6NsN0kuM9eikS c56Q+VuvjQYQQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1633484416-27852-2-git-send-email-tdas@codeaurora.org> References: <1633484416-27852-1-git-send-email-tdas@codeaurora.org> <1633484416-27852-2-git-send-email-tdas@codeaurora.org> Subject: Re: [PATCH 2/3] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280 From: Stephen Boyd Cc: Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org, Taniya Das To: Michael Turquette , Taniya Das Date: Wed, 13 Oct 2021 15:24:35 -0700 Message-ID: <163416387594.936110.8636853145382386100@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Taniya Das (2021-10-05 18:40:15) > The LPASS(Low Power Audio Subsystem) clock provider have a bunch of gener= ic > properties that are needed in a device tree. Add the LPASS clock IDs for > LPASS PIL client to request for the clocks. >=20 > Signed-off-by: Taniya Das > --- Applied to clk-next