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=ham 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 990DACA9ECF for ; Mon, 4 Nov 2019 06:04:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 69A1D2190F for ; Mon, 4 Nov 2019 06:04:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="NkykMiec"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="KV3LxhEC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727999AbfKDGEC (ORCPT ); Mon, 4 Nov 2019 01:04:02 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:38140 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbfKDGEC (ORCPT ); Mon, 4 Nov 2019 01:04:02 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 37EB960DCE; Mon, 4 Nov 2019 06:04:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1572847441; bh=pGTv1c4NOBFZSZjsl3GamDDncblUzkOWwBTPPKbZhAY=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=NkykMieci6YcTwqZuht53lhuNE541nGSUhfScMriq/E6azAa+NKok2DyK2ubWbNu5 7rq8z5hVS99KmBHyeizhLWY0d8AXpYoypnIh4xgsgFxQIR+h4RafoPqZgDRPbety3Y JshjQnJfk93PVPWwmZai5c+kzdRrZNfJZrvWJbqI= Received: from [10.79.136.17] (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: rnayak@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0A7E560DB2; Mon, 4 Nov 2019 06:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1572847440; bh=pGTv1c4NOBFZSZjsl3GamDDncblUzkOWwBTPPKbZhAY=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=KV3LxhECIFn6nXXpISfDCIufQyc6YUuhTxzE2+PfbGZYxoluxk7y9zErLq5lr7PYF 0Xv4gZYK999QskZqey0mJz5DwMIdgB8cu9ARY23KOPgyX6d8hoe+a1B5UgIONUj5X9 B9/ToHJ9p9RKh5bd6V6JDY4FjvJENPG4RetrMpg0= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0A7E560DB2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=rnayak@codeaurora.org Subject: Re: [PATCH v3 01/11] dt-bindings: qcom: Add SC7180 bindings To: Rob Herring Cc: agross@kernel.org, bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, mka@chromium.org, Vinod Koul References: <20191023090219.15603-1-rnayak@codeaurora.org> <20191023090219.15603-2-rnayak@codeaurora.org> <20191025195039.GA21665@bogus> From: Rajendra Nayak Message-ID: Date: Mon, 4 Nov 2019 11:33:56 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191025195039.GA21665@bogus> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 10/26/2019 1:20 AM, Rob Herring wrote: > On Wed, Oct 23, 2019 at 02:32:09PM +0530, Rajendra Nayak wrote: >> Add a SoC string 'sc7180' for the qualcomm SC7180 SoC. >> Also add a new board type 'idp' >> >> Signed-off-by: Rajendra Nayak >> Reviewed-by: Vinod Koul >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml >> index e39d8f02e33c..0a60ea051541 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -36,6 +36,7 @@ description: | >> mdm9615 >> ipq8074 >> sdm845 >> + sc7180 > > Where's the schema? sorry, missed it, will add when I repost. > >> >> The 'board' element must be one of the following strings: >> >> @@ -46,6 +47,7 @@ description: | >> sbc >> hk01 >> qrd >> + idp >> >> The 'soc_version' and 'board_version' elements take the form of v. >> where the minor number may be omitted when it's zero, i.e. v1.0 is the same >> -- >> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member >> of Code Aurora Forum, hosted by The Linux Foundation >> -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation