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=-10.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 17B46C433E8 for ; Wed, 15 Jul 2020 11:07:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E19A42072E for ; Wed, 15 Jul 2020 11:07:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=antmicro.com header.i=@antmicro.com header.b="e9C692Vz" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731382AbgGOLHg (ORCPT ); Wed, 15 Jul 2020 07:07:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729239AbgGOLHf (ORCPT ); Wed, 15 Jul 2020 07:07:35 -0400 Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A10E4C08C5DD for ; Wed, 15 Jul 2020 04:07:34 -0700 (PDT) Received: by mail-lj1-x242.google.com with SMTP id q7so2149212ljm.1 for ; Wed, 15 Jul 2020 04:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antmicro.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=xgs4X7HHEAr6N5thQhhuocvXIaftVqd/gnnd/TxJOOw=; b=e9C692VzqyKZUmpm+3ZcG+Irmwy+XFn17tvb5j4TSNtLsmIb1MGeR3nSZq/z2oJLxv 5UY4/i+a8Vil3syZr+zNqxjjlBsaDqRDV9+AfRvlSi5kVqC4Ko/UbOPG2h+bbFiq1xh5 k2U/GA8bHzPkMORNMi7L/2s1FfESInz/Z/aBg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=xgs4X7HHEAr6N5thQhhuocvXIaftVqd/gnnd/TxJOOw=; b=Iw04zKOqt//Ctj3Wcobw604SWjbyI/7EjrXNlI7jUtJtgRyCBTrr0K3XaczAjt8Vw0 860S6d6QCzbv6k4f6+EPS/zWD1eUZrhbVxgMq/IVXW9OhjsaPoGiCVGoC5a9//PYvenB 43ORQL5u6bxxvJNwo4zhYkYIy44xSKy1Xj9ZljoBRYz+J7ozN/pzJpIe1F4GJ6PGv/oN N+2TMM8RVFUfUerwMwFUiZ99Hg1hmlsyZL2wbXkcZMZ3MgD9Y320+6sPQmJ+teH6FfXn fkEKhZe8kfJMXm1lI1ugabRS8cQ+mULXAkiBzee12yk+b+hft816dX4UQ2qxlpOTHTcS /l5w== X-Gm-Message-State: AOAM530uaOPFP+6jUJg7SDqkpF3mLZJCDS+PEwpHzWDOMxLADe877pTP tiXqf/eOooYt/Do4mGM5tpvOCw== X-Google-Smtp-Source: ABdhPJxik59N5NoQxXnpUFic3MbRidUBYHrBRrB/pxQKr6VCca8R8YzB0vWK/IfrVkUsKgRRk1pq7g== X-Received: by 2002:a2e:9eca:: with SMTP id h10mr4622605ljk.273.1594811253113; Wed, 15 Jul 2020 04:07:33 -0700 (PDT) Received: from localhost.localdomain (d79-196.icpnet.pl. [77.65.79.196]) by smtp.gmail.com with ESMTPSA id n4sm425471lfl.40.2020.07.15.04.07.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 04:07:32 -0700 (PDT) Date: Wed, 15 Jul 2020 13:07:27 +0200 From: Mateusz Holenko To: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Jiri Slaby , devicetree@vger.kernel.org, linux-serial@vger.kernel.org Cc: Stafford Horne , Karol Gugala , Mateusz Holenko , Mauro Carvalho Chehab , "David S. Miller" , "Paul E. McKenney" , Filip Kokosinski , Pawel Czarnecki , Joel Stanley , Jonathan Cameron , Maxime Ripard , Shawn Guo , Heiko Stuebner , Sam Ravnborg , Icenowy Zheng , Laurent Pinchart , linux-kernel@vger.kernel.org, "Gabriel L. Somlo" Subject: [PATCH v8 2/5] dt-bindings: soc: document LiteX SoC Controller bindings Message-ID: <20200715130641.1953227-2-mholenko@antmicro.com> References: <20200715130641.1953227-0-mholenko@antmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200715130641.1953227-0-mholenko@antmicro.com> Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org From: Pawel Czarnecki Add documentation for LiteX SoC Controller bindings. Signed-off-by: Pawel Czarnecki Signed-off-by: Mateusz Holenko Reviewed-by: Rob Herring --- Notes: No changes in v8. No changes in v7. Changes in v6: - fixed license header Changes in v5: - added reviewed-by tag Changes in v4: - changes compatible to "litex,soc-controller" - fixed yaml's header - removed unnecessary sections from yaml - fixed indentation in yaml This commit has been introduced in v3 of the patchset. .../soc/litex/litex,soc-controller.yaml | 39 +++++++++++++++++++ MAINTAINERS | 6 +++ 2 files changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml diff --git a/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml b/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml new file mode 100644 index 000000000000..53121c1fbe4d --- /dev/null +++ b/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml @@ -0,0 +1,39 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +# Copyright 2020 Antmicro +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/soc/litex/litex,soc-controller.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: LiteX SoC Controller driver + +description: | + This is the SoC Controller driver for the LiteX SoC Builder. + It's purpose is to verify LiteX CSR (Control&Status Register) access + operations and provide function for other drivers to read/write CSRs + and to check if those accessors are ready to use. + +maintainers: + - Karol Gugala + - Mateusz Holenko + +properties: + compatible: + const: litex,soc-controller + + reg: + maxItems: 1 + +required: + - compatible + - reg + +examples: + - | + soc_ctrl0: soc-controller@f0000000 { + compatible = "litex,soc-controller"; + reg = <0x0 0xf0000000 0x0 0xC>; + status = "okay"; + }; + +... diff --git a/MAINTAINERS b/MAINTAINERS index 7b58ca29cc80..39be98db7418 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9835,6 +9835,12 @@ L: kunit-dev@googlegroups.com S: Maintained F: lib/list-test.c +LITEX PLATFORM +M: Karol Gugala +M: Mateusz Holenko +S: Maintained +F: Documentation/devicetree/bindings/*/litex,*.yaml + LIVE PATCHING M: Josh Poimboeuf M: Jiri Kosina -- 2.25.1