From patchwork Fri Oct 12 04:25:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10637849 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 31B1F14E2 for ; Fri, 12 Oct 2018 04:27:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 160232C01E for ; Fri, 12 Oct 2018 04:27:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 08CC52C044; Fri, 12 Oct 2018 04:27:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8D1822C01E for ; Fri, 12 Oct 2018 04:27:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=KmJHDXO6cNWIUglJMqczrUG+X9lwgbW/wxQbNjDndGc=; b=tjCYqrjCBX/q9q+YzZ1n+qpVCI 75OShXkuhkNF5LNRapXZV8e5N8Wbq0+ClK7ebefgBe6dimfbFd9JoQ1hf6Mu7cKI87qM60ysd17eV kf+1ktG52PUeWYqmcdNSdeoUbaLhgCSDM2MOs6ZAieLJkmbZMdHiZNCKiXdvp/HWHF4HAftjkytrq nS9THd1tCk24SqjXIImmwzaGdgx4kxXAWrmnUoAXosvFycxPnHEwF/BybusDpKo/1U/zepO44o2fW JXTwBqazJgj9E2ogdqNAWlM3muOKdhKQJ78KKUpARL8lFh7TaSaQJvO1acbGC9v3zJFzUh7gseqoS FJZNWDJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAp2W-0007uB-5C; Fri, 12 Oct 2018 04:27:04 +0000 Received: from conuserg-12.nifty.com ([210.131.2.79]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAp2S-0007tB-OG for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2018 04:27:02 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id w9C4Pvr2024244; Fri, 12 Oct 2018 13:25:58 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com w9C4Pvr2024244 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1539318359; bh=ztvEOXJ43f+1FCmmuhQR+Qpq6BD5SQO3Zd5nhEqWf1k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kuhlQJs8aq3aY9qsVdTZw4Pj5Dp4cWyATRBoFlTDQCp+vx1wACg6ifnXkNRubtQ9o 1ta28cnCXT9UqOhxUiudZhfjgTF6YxCoHh/MBE+7ISPbnR/AUkqZ9+x6DjcPVqlVKb OmgFh1SZX1QhVsZoATw5Wi+TT1Fa/T8dgMHCedrDBcQE2C00ftLLWJB2aIrV11A49a R3ERgJmvJ8wVJQLtqVkTsFQDL0Ol7w5CfwUkPaPc1J/xSDdpydB73rIqIegQLHH93v qYRrDoIMyNT/K93Ik6obF0cus31/5PBP+fF7Vk1kYJi+kuGIQpR2wEzelPln1Rohrl FQETnQImXZYvA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Date: Fri, 12 Oct 2018 13:25:24 +0900 Message-Id: <1539318324-4938-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1539318324-4938-1-git-send-email-yamada.masahiro@socionext.com> References: <1539318324-4938-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181011_212701_149173_44255284 X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , Masahiro Yamada , linux-kernel@vger.kernel.org, Jassi Brar , Masami Hiramatsu , Olof Johansson MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Now, the Socionext vendor directory is available at Documentation/devicetree/bindings/arm/socionext/ Move cache-uniphier.txt over to it. Signed-off-by: Masahiro Yamada Reviewed-by: Rob Herring Reviewed-by: Rob Herring --- Changes in v2: - New patch .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%) diff --git a/Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt b/Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt similarity index 100% rename from Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt rename to Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt