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_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 7134CC35247 for ; Tue, 4 Feb 2020 17:49:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3FB182087E for ; Tue, 4 Feb 2020 17:49:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580838541; bh=6W3bDlS4IQR73nS252AyazeaNCd5bbSZZftHEMy97Ok=; h=In-Reply-To:References:Subject:To:Cc:From:Date:List-ID:From; b=KWTQrkylXaudgM7iT+Lx3h80NsZd/OXsiAcfci0/T5HwXxdXClYPc3xgJg2pes8Ze x5nt0gvLAqWkc09CInLz00TCn0ae8d1D0XlbwcQiIhohdXry5R2aJiSiB88lQ/KBYx NrqrZpwi16JwfQSZ1o68FUeETAZZTZVBYhZ4nyH4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727445AbgBDRtB (ORCPT ); Tue, 4 Feb 2020 12:49:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:45780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727423AbgBDRtA (ORCPT ); Tue, 4 Feb 2020 12:49:00 -0500 Received: from kernel.org (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 45A5420674; Tue, 4 Feb 2020 17:49:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580838540; bh=6W3bDlS4IQR73nS252AyazeaNCd5bbSZZftHEMy97Ok=; h=In-Reply-To:References:Subject:To:Cc:From:Date:From; b=qEaB9kCMLB0/WbjHDkTSI9s4lV0fuUXW3qt0H5g6k1QZRokqYEqo9BFvRXFVSssbN ACN/J1cuORkNn0hAF3IfP74kwiFOTzvfD5ZDHNehJAo9CXLAbJYELtFfB5lXOt3FmM BXPgZAA+CCA2oH66gC3R+s/6oIZW/VbS7oju/+OE= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200203103049.v4.11.I27bbd90045f38cd3218c259526409d52a48efb35@changeid> References: <20200203183149.73842-1-dianders@chromium.org> <20200203103049.v4.11.I27bbd90045f38cd3218c259526409d52a48efb35@changeid> Subject: Re: [PATCH v4 11/15] dt-bindings: clock: Cleanup qcom,videocc bindings for sdm845/sc7180 To: Andy Gross , Bjorn Andersson , Douglas Anderson , Rob Herring Cc: Jeffrey Hugo , Taniya Das , jeffrey.l.hugo@gmail.com, linux-arm-msm@vger.kernel.org, harigovi@codeaurora.org, devicetree@vger.kernel.org, mka@chromium.org, kalyan_t@codeaurora.org, Mark Rutland , linux-clk@vger.kernel.org, hoegsberg@chromium.org, Douglas Anderson , Michael Turquette , linux-kernel@vger.kernel.org, Rob Herring From: Stephen Boyd User-Agent: alot/0.8.1 Date: Tue, 04 Feb 2020 09:48:59 -0800 Message-Id: <20200204174900.45A5420674@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Douglas Anderson (2020-02-03 10:31:44) > This makes the qcom,videocc bindings match the recent changes to the > dispcc and gpucc. >=20 > 1. Switched to using "bi_tcxo" instead of "xo". >=20 > 2. Adds a description for the XO clock. Not terribly important but > nice if it cleanly matches its cousins. >=20 > 3. Updates the example to use the symbolic name for the RPMH clock and > also show that the real devices are currently using 2 address cells > / size cells and fixes the spacing on the closing brace. >=20 > 4. Split into 2 files. In this case they could probably share one > file, but let's be consistent. >=20 > Signed-off-by: Douglas Anderson > --- >=20 > Changes in v4: > - Added Rob's review tag. I don't see it. I guess I should add it?