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 569F1C433EF for ; Fri, 13 May 2022 18:33:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383341AbiEMSdA (ORCPT ); Fri, 13 May 2022 14:33:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1383344AbiEMScw (ORCPT ); Fri, 13 May 2022 14:32:52 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 177C81C905; Fri, 13 May 2022 11:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1652466769; x=1684002769; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=YOK46qDISBsrGEWSqHAgMbbES1yAcOFXE7P+HSzlFp8=; b=S8UAF36WvGtrQCyG/Fc5W3vNtCiLRxaPHDLywffbc9GoZaVMDwqPdvqM TLnFfmgY/eriwOCIGkilh5oQhbxjdGHOZCMfCg+vt1mWvjNO7eCbH/Kok DUi8PuMvDwIgDhT5Y3vKx9OVcHZpCgh4oaE0urQTQN/Q7xMC0+f1lvfDT 4=; Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 13 May 2022 11:32:48 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg01-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2022 11:32:48 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Fri, 13 May 2022 11:32:47 -0700 Received: from [10.216.60.143] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Fri, 13 May 2022 11:32:40 -0700 Message-ID: <4411bca2-5590-e6a8-ceb9-57bd8b293cc9@quicinc.com> Date: Sat, 14 May 2022 00:02:37 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [v4 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings Content-Language: en-US To: Krzysztof Kozlowski , Krzysztof Kozlowski , Rob Herring , "Andy Gross" , Bjorn Andersson , Greg Kroah-Hartman , Stephen Boyd , Doug Anderson , "Matthias Kaehlcke" , Wesley Cheng , "Vinod Koul" CC: , , , , , , , , Sandeep Maheswaram References: <1652282793-5580-1-git-send-email-quic_kriskura@quicinc.com> <1652282793-5580-2-git-send-email-quic_kriskura@quicinc.com> <3abbb26f-9396-d024-67f6-f24f7db3408d@quicinc.com> <5f7dfcba-7e65-4f54-8699-e44ce11e216e@linaro.org> <75d18fec-44fe-6bc6-5ff2-af5d87b43787@linaro.org> From: Krishna Kurapati PSSNV In-Reply-To: <75d18fec-44fe-6bc6-5ff2-af5d87b43787@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/13/2022 5:50 PM, Krzysztof Kozlowski wrote: > On 13/05/2022 12:32, Krzysztof Kozlowski wrote: >>> Would it be possible to add bps (basis point) to the list of standard >>> units if it makes sense to use it ? >> There is already 'percent' so 'bp' could be as well, makes sense to me. >> I can send a patch for it and we'll see what Rob says. > > Merged: > https://github.com/devicetree-org/dt-schema/pull/73 > > > Best regards, > Krzysztof Thanks Krzysztof, Will refresh the patches with new changes. Regards, Krishna,