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: 982840 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="kuhlQJs8"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42WZYY6vPwz9s3T for ; Fri, 12 Oct 2018 15:27:13 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726725AbeJLL5l (ORCPT ); Fri, 12 Oct 2018 07:57:41 -0400 Received: from conuserg-12.nifty.com ([210.131.2.79]:56048 "EHLO conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726485AbeJLL5l (ORCPT ); Fri, 12 Oct 2018 07:57:41 -0400 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 Cc: Olof Johansson , Arnd Bergmann , Masami Hiramatsu , Jassi Brar , Masahiro Yamada , linux-kernel@vger.kernel.org, Mark Rutland 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> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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