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=-9.0 required=3.0 tests=INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 D714CC65BAC for ; Fri, 5 Oct 2018 16:59:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A94A3208E7 for ; Fri, 5 Oct 2018 16:59:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A94A3208E7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729024AbeJEX6d (ORCPT ); Fri, 5 Oct 2018 19:58:33 -0400 Received: from mail-ot1-f65.google.com ([209.85.210.65]:41301 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728770AbeJEX6c (ORCPT ); Fri, 5 Oct 2018 19:58:32 -0400 Received: by mail-ot1-f65.google.com with SMTP id e18-v6so13356103oti.8; Fri, 05 Oct 2018 09:58:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=KNhjzAmt9eL8NLGjn9GDrypvo+dbuTO/DTaZ2Q51w5I=; b=iJfJ4ZtP8GeDH9u/oPdR14vg65S00dkd1zF9jnvesFMAghlCKmSdOv8zKfu+iivPBt b9jwWwPj/EnQJYaSIDn/9vqPVXJCjtMvY16KveK6MneqB+q5ccxhpM19cDWyIRT63phl 0Qw2YqD9OtBx8Sb/Ll384loPV9/iMoCXOqpLQrq1d5korFYNwZZYrThUGOVcZe34g+mU suoTlGtN1pvHV34LXOudys8IBS8bRtpHxdiLhY4cdQkxCyuSWqrsZDCFbaQHeZAL/Trf bnvs2W11GbONNsEdPyqZnc14lsNk0xhH3eJpWsx5rJ/FytMpubCOVaGx7E6KA2ynU8ky ROuA== X-Gm-Message-State: ABuFfog3UvzLRKVT8PbGo4RHyR6FPi/HazB9kYWnXPsWoIQyMgmQSoHH ftC9XM6fcsppywDSocn0j+92vfV9mA== X-Google-Smtp-Source: ACcGV62Je/ETbvgrDS7rzpSWf8K9xd6NJR1QgZyS4XEDITS6zSOp2Xf3bFcVmBY6L9CproEcaS4GCg== X-Received: by 2002:a9d:2372:: with SMTP id k47mr6624858otd.98.1538758737220; Fri, 05 Oct 2018 09:58:57 -0700 (PDT) Received: from xps15.herring.priv (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.googlemail.com with ESMTPSA id u63-v6sm2904328ota.75.2018.10.05.09.58.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Oct 2018 09:58:56 -0700 (PDT) From: Rob Herring To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Cc: Grant Likely , Kumar Gala , Frank Rowand , Mark Rutland , Linus Walleij , Olof Johansson , Arnd Bergmann , Mark Brown , Tom Rini , Pantelis Antoniou , Geert Uytterhoeven , Jonathan Cameron , Bjorn Andersson , Simon Horman , Magnus Damm , linux-renesas-soc@vger.kernel.org Subject: [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas,prr' binding to its own doc Date: Fri, 5 Oct 2018 11:58:17 -0500 Message-Id: <20181005165848.3474-6-robh@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181005165848.3474-1-robh@kernel.org> References: <20181005165848.3474-1-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In preparation to convert board-level bindings to json-schema, move various misc SoC bindings out to their own file. Cc: Mark Rutland Cc: Simon Horman Cc: Magnus Damm Cc: devicetree@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org Signed-off-by: Rob Herring --- .../devicetree/bindings/arm/renesas,prr.txt | 18 ++++++++++++++++++ .../devicetree/bindings/arm/shmobile.txt | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/renesas,prr.txt diff --git a/Documentation/devicetree/bindings/arm/renesas,prr.txt b/Documentation/devicetree/bindings/arm/renesas,prr.txt new file mode 100644 index 000000000000..5000bf492f70 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/renesas,prr.txt @@ -0,0 +1,18 @@ +Renesas Product Register + +Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC +product and revision information. If present, a device node for this register +should be added. + +Required properties: + - compatible: Must be "renesas,prr". + - reg: Base address and length of the register block. + + +Examples +-------- + + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0 0xff000044 0 4>; + }; diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index 89b4a389fbc7..619b765e5bee 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -141,21 +141,3 @@ Boards: compatible = "renesas,v3msk", "renesas,r8a77970" - Wheat (RTP0RC7792ASKB0000JE) compatible = "renesas,wheat", "renesas,r8a7792" - - -Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC -product and revision information. If present, a device node for this register -should be added. - -Required properties: - - compatible: Must be "renesas,prr". - - reg: Base address and length of the register block. - - -Examples --------- - - prr: chipid@ff000044 { - compatible = "renesas,prr"; - reg = <0 0xff000044 0 4>; - }; -- 2.17.1