Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4087759ybc; Tue, 26 Nov 2019 03:38:31 -0800 (PST) X-Google-Smtp-Source: APXvYqx8TfKUVG8hQOy22QO1raBLY7/01OiPVPi9f8i9d9UqYti89yOfZ0CsEut1l//7Q0iIGMHx X-Received: by 2002:aa7:d496:: with SMTP id b22mr24623612edr.122.1574768311433; Tue, 26 Nov 2019 03:38:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574768311; cv=none; d=google.com; s=arc-20160816; b=SwaxepPzAdv7pLTLlIouf/3bQZ36XdZK9FS1w7N49rVPEmVJaiBAGAHdw88+e/pGYq FBZA/ztzbbU3qfYrovN1nXET+6y4ZxhPxB8PB22IMLps5//arFn4XrXAj6gVwPgRp73q PV/bxn0T1CtrVxW76xWLcG5XTF9qRFLMsYjWRsUqIL/UXAjrkh4iMi1tm11/huZE0zcY T+UjmEW5D/DihuRV0n+YFOrb2pebtUspVQsc1EAG6lFeoZNF8d7rE2mOPkYgfpb3PKki /7ORFuvCAoMcexGxpPukzo7blND/mVrEg3epNFjiktTR2WrwmKGmNJvkqcDwSXX5TwjF DZwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=EtoTx3/dO3MMKBx0rRLJqcGDT2GKcGXqJaliggNzhMk=; b=iMPrlQ2eOVuPFiUcy4hKY2rkjyQOMaET5sS4ZJVfgx+1UggIEXNF6AUQEFXfJjgd8C rdTD6YRV0WzjO9NNbRYzWQZj48T5jQHajMMnQbjMOr7qy8kSkNbSf+N6h1K1k/tsZpyM cocdAS7xDshxZv+UDqKURYpnSA9cWo4VRvSEI/VTn4EHRWJvS+mLBFyBw5Px9096lQ56 8Dbu1hgq85U01THtfvIGHiI5sKOgDbicfk6qPPE515GA+ASrivyxxd0bcd762RTZjr3A zmNEYvP+EMyhrayO2gnRV024CJC8zPM2gI+D4YIyp43cscD+i6IUlafR+ItQSa6aEg6Y C/LA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v13si6552676eju.409.2019.11.26.03.37.31; Tue, 26 Nov 2019 03:38:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727279AbfKZIsu convert rfc822-to-8bit (ORCPT + 99 others); Tue, 26 Nov 2019 03:48:50 -0500 Received: from sci-ig2.spreadtrum.com ([222.66.158.135]:20154 "EHLO SHSQR01.spreadtrum.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726049AbfKZIsq (ORCPT ); Tue, 26 Nov 2019 03:48:46 -0500 Received: from ig2.spreadtrum.com (bjmbx02.spreadtrum.com [10.0.64.8]) by SHSQR01.spreadtrum.com with ESMTPS id xAQ8kuie006959 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO); Tue, 26 Nov 2019 16:46:56 +0800 (CST) (envelope-from Chunyan.Zhang@unisoc.com) Received: from localhost (10.0.74.88) by BJMBX02.spreadtrum.com (10.0.64.8) with Microsoft SMTP Server (TLS) id 15.0.847.32; Tue, 26 Nov 2019 16:46:59 +0800 From: Chunyan Zhang To: Rob Herring , Mark Rutland CC: , , Orson Zhai , Baolin Wang , Chunyan Zhang , Chunyan Zhang Subject: [PATCH v3 2/3] dt-bindings: arm: move sprd board file to vendor directory Date: Tue, 26 Nov 2019 16:46:43 +0800 Message-ID: <20191126084644.17207-3-chunyan.zhang@unisoc.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191126084644.17207-1-chunyan.zhang@unisoc.com> References: <20191126084644.17207-1-chunyan.zhang@unisoc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="utf-8" X-Originating-IP: [10.0.74.88] X-ClientProxiedBy: SHCAS03.spreadtrum.com (10.0.1.207) To BJMBX02.spreadtrum.com (10.0.64.8) X-MAIL: SHSQR01.spreadtrum.com xAQ8kuie006959 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We've created a vendor directory for sprd, so move the board bindings to there. Signed-off-by: Chunyan Zhang --- Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml (100%) diff --git a/Documentation/devicetree/bindings/arm/sprd.yaml b/Documentation/devicetree/bindings/arm/sprd/sprd.yaml similarity index 100% rename from Documentation/devicetree/bindings/arm/sprd.yaml rename to Documentation/devicetree/bindings/arm/sprd/sprd.yaml -- 2.20.1 ________________________________ This email (including its attachments) is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. Unauthorized use, dissemination, distribution or copying of this email or the information herein or taking any action in reliance on the contents of this email or the information herein, by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is strictly prohibited. If you are not the intended recipient, please do not read, copy, use or disclose any part of this e-mail to others. Please notify the sender immediately and permanently delete this e-mail and any attachments if you received it in error. Internet communications cannot be guaranteed to be timely, secure, error-free or virus-free. The sender does not accept liability for any errors or omissions. 本邮件及其附件具有保密性质,受法律保护不得泄露,仅发送给本邮件所指特定收件人。严禁非经授权使用、宣传、发布或复制本邮件或其内容。若非该特定收件人,请勿阅读、复制、 使用或披露本邮件的任何内容。若误收本邮件,请从系统中永久性删除本邮件及所有附件,并以回复邮件的方式即刻告知发件人。无法保证互联网通信及时、安全、无误或防毒。发件人对任何错漏均不承担责任。