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 76EA0C54EBE for ; Sun, 8 Jan 2023 18:45:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233795AbjAHSpm (ORCPT ); Sun, 8 Jan 2023 13:45:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231279AbjAHSpj (ORCPT ); Sun, 8 Jan 2023 13:45:39 -0500 Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB983192; Sun, 8 Jan 2023 10:45:38 -0800 (PST) Received: by mail-il1-f176.google.com with SMTP id m15so3875036ilq.2; Sun, 08 Jan 2023 10:45:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=a9G3YdJgL+I3ZsjFeBcOACBeFhOmVH78mROAeZKHJrg=; b=nwjaNN5MRQ/VvGB/BpcqhRH0EOEWCiED2gn8MXJin/rt19DCGPGwbL93sA0xqAYBTT qwaBzjZTLFA7HjQ+ocnpbtVvMMN/SFTQCQOOCQ9XH2tMYjrJgw4wRmF4onyTCThWj6U1 OvZsZAwGFERDnGcJgsoqqTyg59TZxWPKqJO3oetsg8I36VoyBMnfn7yyvp1tnoeuF9YC 2C383rQKewi4gkp3UXjRpWlX1txVhxEDeY3Vha0+IZnmhMoIUwFQBfVc7k+QEKSqctw3 4GAhkSC1PlUEMOl6xEzKtTpljBcrLt2Bfe7dRSQQ7/4vNPXPkyiNv4YW0ZN7zVsxgwGw i4+w== X-Gm-Message-State: AFqh2kqefRe0D9OGum74GYtmzDKEOP27ZZ7l+ZZfIwfvp5iJx8FxBVlS o+nflGQ7Xt6G1CgVLsK1mA== X-Google-Smtp-Source: AMrXdXtsvvkjNI7tDsDcpErIdRLmdbyWKQb0PVSOrbXFw8UsDWcTaxp156jQeJ/7h91xNvcj9mSbbA== X-Received: by 2002:a05:6e02:cc3:b0:30d:98a8:7d46 with SMTP id c3-20020a056e020cc300b0030d98a87d46mr3831674ilj.22.1673203537898; Sun, 08 Jan 2023 10:45:37 -0800 (PST) Received: from robh_at_kernel.org ([2605:ef80:8069:516a:f2b0:691e:4315:7c0f]) by smtp.gmail.com with ESMTPSA id q13-20020a02a98d000000b0038a6d03db70sm2122210jam.34.2023.01.08.10.45.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 10:45:37 -0800 (PST) Received: (nullmailer pid 193638 invoked by uid 1000); Sun, 08 Jan 2023 18:45:34 -0000 Date: Sun, 8 Jan 2023 12:45:34 -0600 From: Rob Herring To: Dmitry Baryshkov Cc: Stephen Boyd , Krzysztof Kozlowski , Taniya Das , devicetree@vger.kernel.org, Michael Turquette , Bjorn Andersson , linux-arm-msm@vger.kernel.org, Konrad Dybcio , Rob Herring , linux-clk@vger.kernel.org, Andy Gross Subject: Re: [PATCH v2 07/16] dt-bindings: clock: qcom: gcc-sm8450: drop test clock Message-ID: <167320353407.193586.2014028665195116441.robh@kernel.org> References: <20221228185237.3111988-1-dmitry.baryshkov@linaro.org> <20221228185237.3111988-8-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221228185237.3111988-8-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, 28 Dec 2022 20:52:28 +0200, Dmitry Baryshkov wrote: > The test clock apparently it's not used by anyone upstream. Remove it. > > Signed-off-by: Dmitry Baryshkov > --- > include/dt-bindings/clock/qcom,gcc-sm8450.h | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Rob Herring