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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 8FF76C433F5 for ; Tue, 14 Sep 2021 02:56:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 776CC6112D for ; Tue, 14 Sep 2021 02:56:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237855AbhINC5r (ORCPT ); Mon, 13 Sep 2021 22:57:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238162AbhINC5X (ORCPT ); Mon, 13 Sep 2021 22:57:23 -0400 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4392FC061760 for ; Mon, 13 Sep 2021 19:56:07 -0700 (PDT) Received: by mail-pf1-x430.google.com with SMTP id v123so10763871pfb.11 for ; Mon, 13 Sep 2021 19:56:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=x7aZTfIyIwGJxBeqjp2VS+8QxWVwQJBhJBrFL9IwQ/I=; b=SMh8M7i+YBbf3JVwyKAm6l+2GeJJngfp/yQ6evnUagwigWSEm8DW89r1VhUoCmS2sW gN9TmSBWdf4ouXknl90o6FucJsimeuaVYOVfuyeHn53pJtb+q4Xp7Lf46q5lm0QVLmcG 87AnPpO/AlNdBTvL1FaZnJryegvOlFcdPgXjr+Vo9F0/qG5I4qAK4fmepZkI+6YB4wKG n+IjU5yEaWTFmhnD+dMrmTLax98o+2Jezc5p1SbNGAq6A4t/wCbwIocFfdq95nnTh4DL OdOsb7PquTb6Y/qZec/cfg6cIB9DkhEqZoRkHuoBLT9you0iH284YVQ70dgyYd5amIFm xcmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=x7aZTfIyIwGJxBeqjp2VS+8QxWVwQJBhJBrFL9IwQ/I=; b=Tmdv84kE5gwSIf4xs/eSeXiE/0932OnwCKI0j1C1ZQBnabh499vjY24QaBRdjKFrdJ 0Tj0EaUrOBH/H+57Ll3lMAglWqIkpiv0cAwF+RXNlu6nlR6OXm5KkUfwIuMARxZhManT ZOul33BywKLnRZpaStXiIPrJ3vDWb2AGem+zH5nD6wvm6IVY2fOKJhsafh0e7xkoVhNE NuVLHnr6phmzNcQlJ+dIXawsOmw9Ewe+u9icKwRLbK/R5Z/yFhULrzkoMNh/R8D360Xh 1gI5JB1DRHbHhypXjKjr2W72UOFWXATBI/VTx8JLA06gVeDJuGdNaES/sDJT79ueWqkJ pqbw== X-Gm-Message-State: AOAM533TfXLXI3FkQ3eBfJXj1CH8dMmHXvD+ovpUoPcBIP/4H+KVdI8H MeBWcI/SEVTiZCPwLoY11dG69Q== X-Google-Smtp-Source: ABdhPJzxkMtnVcWWRNx/7/bu41SQ47EAxang4nwLpn7E20O7eDMJ3xo1Bn/j1jp2K74NBkZUt3IvKQ== X-Received: by 2002:a63:b1f:: with SMTP id 31mr13594664pgl.73.1631588166860; Mon, 13 Sep 2021 19:56:06 -0700 (PDT) Received: from localhost.localdomain (80.251.214.228.16clouds.com. [80.251.214.228]) by smtp.gmail.com with ESMTPSA id r13sm9622654pgl.90.2021.09.13.19.56.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 19:56:06 -0700 (PDT) From: Shawn Guo To: Stephen Boyd Cc: Rob Herring , Bjorn Andersson , Loic Poulain , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo Subject: [PATCH 2/3] dt-bindings: clk: qcom,rpmcc: Document QCM2290 compatible Date: Tue, 14 Sep 2021 10:55:53 +0800 Message-Id: <20210914025554.5686-3-shawn.guo@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210914025554.5686-1-shawn.guo@linaro.org> References: <20210914025554.5686-1-shawn.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add compatible for the RPM Clock Controller on the QCM2290 SoC. Signed-off-by: Shawn Guo --- Documentation/devicetree/bindings/clock/qcom,rpmcc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt index a4877881f1d8..da295c3c004b 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt @@ -25,6 +25,7 @@ Required properties : "qcom,rpmcc-msm8994",ยท"qcom,rpmcc" "qcom,rpmcc-msm8996", "qcom,rpmcc" "qcom,rpmcc-msm8998", "qcom,rpmcc" + "qcom,rpmcc-qcm2290", "qcom,rpmcc" "qcom,rpmcc-qcs404", "qcom,rpmcc" "qcom,rpmcc-sdm660", "qcom,rpmcc" "qcom,rpmcc-sm6115", "qcom,rpmcc" -- 2.17.1