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.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C7E75C2D0A8 for ; Wed, 23 Sep 2020 10:09:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93C6A2193E for ; Wed, 23 Sep 2020 10:09:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=antmicro.com header.i=@antmicro.com header.b="tcJZLeee" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726669AbgIWKJD (ORCPT ); Wed, 23 Sep 2020 06:09:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726332AbgIWKJC (ORCPT ); Wed, 23 Sep 2020 06:09:02 -0400 Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 659EBC0613CE for ; Wed, 23 Sep 2020 03:09:02 -0700 (PDT) Received: by mail-lf1-x134.google.com with SMTP id m5so21432020lfp.7 for ; Wed, 23 Sep 2020 03:09:02 -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=YV40cowgKYQsE/dctRxya7aokqQdDkJKMCXMJgCmuao=; b=tcJZLeeeBUEIzP12lEZlavx1cQUBugRhU4Hscm5qYVLJQx4qN5STqy30aeU3P2Ik55 SDaTmWjEVACymaxvWtYkQqssJBrJsxXX+QyT75USkSI1NRspEU4uxss+5//ii1bUhf8p RbdvFS3qrXrxFZJ8VbWcajRb3LDuhedxn0lw0= 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=YV40cowgKYQsE/dctRxya7aokqQdDkJKMCXMJgCmuao=; b=X3GCiEIjeOd8gwklAzE7OPY25LYuODiCZ6blDSZLCewADVurCjYajYIQ/1tTrkcoZq MLRLK2JK203I05k5M+y31C73HhDbKoTiy4FMhZu4rmk8Hg0b8DR176U6vTim75j7/C0b GGGDQu7NXYMXJvCYWqKhQWXlYzp2HbAvsrLqOS+wR7ffTcwQpp3VX7JVde6plDtmiFtK w1fva22dICWTRjooFsqsb5R1apS2E2VvYaZJX7vlPGDLqLPxrJqog8KYDMUowZot1Qe7 tCi+GyAsPofy1rgDSpecj6qOtq/VobUmcSQwchVp74d8BV7FIct9yikEEZAC3mjTL7fw T+Uw== X-Gm-Message-State: AOAM532ZnG6a0x/YWEAFcrcgZ2EMSjxwBF2UuzXgDrw30CYB+td2I8bp KmCxPf8pJs5W/9o+8CSCbte2xg== X-Google-Smtp-Source: ABdhPJx4idkoyyn/iWQCyKkfv5WqoeS2/VAjvcTDmHzCKhiWxMKpNArRpHPADC1fwIvxQC52GO3tfg== X-Received: by 2002:a19:a41a:: with SMTP id q26mr2954392lfc.121.1600855740817; Wed, 23 Sep 2020 03:09:00 -0700 (PDT) Received: from localhost.localdomain (d79-196.icpnet.pl. [77.65.79.196]) by smtp.gmail.com with ESMTPSA id y6sm4535624lfh.106.2020.09.23.03.08.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 03:09:00 -0700 (PDT) Date: Wed, 23 Sep 2020 12:08:54 +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 v11 2/5] dt-bindings: soc: document LiteX SoC Controller bindings Message-ID: <20200923120817.1667149-2-mholenko@antmicro.com> References: <20200923120817.1667149-0-mholenko@antmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200923120817.1667149-0-mholenko@antmicro.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@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 v11. No changes in v10. Changes in v9: - fixed the `reg` node notation in the DT example 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 = <0xf0000000 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