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=-8.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 CE4E5C433E1 for ; Sat, 20 Jun 2020 01:06:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD12722B4D for ; Sat, 20 Jun 2020 01:06:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="YFVDo3T7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731080AbgFTBGj (ORCPT ); Fri, 19 Jun 2020 21:06:39 -0400 Received: from mail29.static.mailgun.info ([104.130.122.29]:48771 "EHLO mail29.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731089AbgFTBGi (ORCPT ); Fri, 19 Jun 2020 21:06:38 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1592615197; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: To: Subject: Sender; bh=i+lpbCGwWh2tXc7P76pKSktyAwDvOkm0JAA1VAMKIWs=; b=YFVDo3T74TiPPpNtsOFhLw72/H1CEhJg3514A4TuS8MAKcMSNjHv8yrS8xFfXOnuVLqTkTuO PzY4JMc7XLvCAxp0NbLyKYjBlBolHbw4A+m/FwQCLiK859og59MQfD5vrCn3//dV9MZTAQDC 81vp84j0zhhe1eEmBvjGv7UzrRM= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n14.prod.us-east-1.postgun.com with SMTP id 5eed6108bfb34e631c865cf3 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sat, 20 Jun 2020 01:06:16 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 4D393C43387; Sat, 20 Jun 2020 01:06:15 +0000 (UTC) Received: from [192.168.0.101] (unknown [49.207.137.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sivaprak) by smtp.codeaurora.org (Postfix) with ESMTPSA id 6371EC433C8; Sat, 20 Jun 2020 01:06:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6371EC433C8 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=sivaprak@codeaurora.org Subject: Re: [PATCH V7 1/4] dt-bindings: clock: add ipq6018 a53 pll compatible To: Stephen Boyd , agross@kernel.org, bjorn.andersson@linaro.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, mturquette@baylibre.com, robh+dt@kernel.org References: <1591440907-20021-1-git-send-email-sivaprak@codeaurora.org> <1591440907-20021-2-git-send-email-sivaprak@codeaurora.org> <159261339539.62212.17722723971033735363@swboyd.mtv.corp.google.com> From: Sivaprakash Murugesan Message-ID: Date: Sat, 20 Jun 2020 06:36:08 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <159261339539.62212.17722723971033735363@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 6/20/2020 6:06 AM, Stephen Boyd wrote: > Quoting Sivaprakash Murugesan (2020-06-06 03:55:04) >> cpus on ipq6018 are clocked by a53 pll, add device compatible for a53 >> pll found on ipq6018 devices. >> >> Signed-off-by: Sivaprakash Murugesan >> --- >> [V7] >> * Addressed minor review comment from Rob >> .../devicetree/bindings/clock/qcom,a53pll.yaml | 18 ++++++++++++++++++ >> 1 file changed, 18 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml >> index 20d2638..3161fab 100644 >> --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml >> +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml >> @@ -15,6 +15,7 @@ description: >> >> properties: >> compatible: >> + const: qcom,ipq6018-a53pll >> const: qcom,msm8916-a53pll >> >> reg: > I'm getting this error when running dt binding check: > > ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping > in "", line 18, column 5 > found duplicate key "const" with value "qcom,msm8916-a53pll" (original value: "qcom,ipq6018-a53pll") > in "", line 19, column 5 This error started coming after updating the dt-schema version. Guess I need to replace const with enum to get rid of this error. will address this.