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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27072C433EF for ; Thu, 23 Jun 2022 04:59:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229482AbiFWE7X (ORCPT ); Thu, 23 Jun 2022 00:59:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbiFWE5r (ORCPT ); Thu, 23 Jun 2022 00:57:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BD734756F; Wed, 22 Jun 2022 21:44:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E7888B821B2; Thu, 23 Jun 2022 04:44:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDC0FC3411B; Thu, 23 Jun 2022 04:44:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655959448; bh=GiBHzoGfkipz/v643+wSbiX4mhbpHZf0nub0KVMQK+0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KanINqfJ+ygzUTNtgkYp1S9yg9nvuyWGDKtaEppDGP8cmEPywU3FVIu6mCbZibv3/ l3CHIwEcv3ypLur+DKMN6KEszoh2+qkh8iJ6jO7aFqCxkUrAjJi7X5vByUrT7cqlXb QLbT+21+w7a07ECK+vPtyVSElgl4FZan30lGJxWWtaHS3qEaXF4kRxbm0Xmx6SNxhE vYGBvbwfKsdx8GJvzgJfEodJ3hIMjaso5B11MYtnspfGRBsj00D32UG6fKHJrw3/Q8 uHMQxcd5oEjv3c8j6zcui0mvx9upuRxxnj2DiGr0at0CiiyUK2N9+YjhBVeWtp+bZo auXmlGlKBjT4w== Date: Thu, 23 Jun 2022 10:14:01 +0530 From: Vinod Koul To: Robert Foss Cc: bjorn.andersson@linaro.org, agross@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, krzk+dt@kernel.org, jonathan@marek.ca, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Baryshkov , Konrad Dybcio , Rob Herring Subject: Re: [PATCH v7 5/6] dt-bindings: clock: Add Qcom SM8350 DISPCC bindings Message-ID: References: <20220622232846.852771-1-robert.foss@linaro.org> <20220622232846.852771-6-robert.foss@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220622232846.852771-6-robert.foss@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-06-22, 01:28, Robert Foss wrote: > From: Jonathan Marek > > Add sm8350 DISPCC bindings, which are simply a symlink to the sm8250 > bindings. Update the documentation with the new compatible. Reviewed-by: Vinod Koul But, this should be patch 2, before the driver one please -- ~Vinod