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 CC59FC4708E for ; Wed, 4 Jan 2023 01:25:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234196AbjADBZx (ORCPT ); Tue, 3 Jan 2023 20:25:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234031AbjADBZw (ORCPT ); Tue, 3 Jan 2023 20:25:52 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3308A21C; Tue, 3 Jan 2023 17:25:51 -0800 (PST) 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 D6BCFB810A3; Wed, 4 Jan 2023 01:25:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CAECC433EF; Wed, 4 Jan 2023 01:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672795548; bh=NFaBi10GYulxFVGQsaX2ldxX5dG2rSQvP0AD9yCLI04=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=E5mFWAXXYdALmPzAysl/CTLtqag4jyCv/88McLMzpfGZhF6D3K1xaOZ8PlNaXGhIM +IELxh/5Iv5N/xZktisSJuRBPE2sJVDNEyvHlPA+UTG5r7EjUEx0iWZsP+dxovZn45 RpFQC+IDMqhcuv9amzl+bHxj6gpWve3lhT5mGuoQ34rFytci+PUTDI15oREwRrc/ID xATAIhowcohMTzAW2AABd62T/sZepN9VQEQcG1c3kZq1qnYeu5H+fSTH+VZDHEBbvQ o6erIpZ9AFNqxUhhNmjoc10Hh1Hq1CMRuSB83HZj+oAlaRnY+KEFKeKxdXh854oeGH Z7o1B1SbI86pQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221224154152.43272-1-krzysztof.kozlowski@linaro.org> References: <20221224154152.43272-1-krzysztof.kozlowski@linaro.org> Subject: Re: [PATCH] dt-bindings: clock: qcom,videocc: correct clocks per variant From: Stephen Boyd Cc: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Taniya Das , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 03 Jan 2023 17:25:46 -0800 User-Agent: alot/0.10 Message-Id: <20230104012548.8CAECC433EF@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Krzysztof Kozlowski (2022-12-24 07:41:52) > Different SoCs come with a bit different clock inputs: >=20 > sm8250-mtp.dtb: clock-controller@abf0000: clock-names:0: 'bi_tcxo' was = expected > sm8250-mtp.dtb: clock-controller@abf0000: clock-names: ['iface', 'bi_tc= xo', 'bi_tcxo_ao'] is too long >=20 > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Stephen Boyd