From: Dhananjay Kangude <dkangude@cadence.com>
To: <linux-edac@vger.kernel.org>
Cc: <bp@alien8.de>, <mchehab@kernel.org>, <tony.luck@intel.com>,
<james.morse@arm.com>, <linux-kernel@vger.kernel.org>,
<mparab@cadence.com>, <robh+dt@kernel.org>,
<devicetree@vger.kernel.org>,
Dhananjay Kangude <dkangude@cadence.com>
Subject: [PATCH v1 2/2] dt-bindings: edac: Add cadence ddr mc support
Date: Fri, 28 Feb 2020 10:43:22 +0100 [thread overview]
Message-ID: <20200228094322.13617-3-dkangude@cadence.com> (raw)
In-Reply-To: <20200228094322.13617-1-dkangude@cadence.com>
Add documentation for cadence ddr memory controller EDAC DTS bindings
Signed-off-by: Dhananjay Kangude <dkangude@cadence.com>
---
.../devicetree/bindings/edac/cdns,ddr-edac.yaml | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 Documentation/devicetree/bindings/edac/cdns,ddr-edac.yaml
diff --git a/Documentation/devicetree/bindings/edac/cdns,ddr-edac.yaml b/Documentation/devicetree/bindings/edac/cdns,ddr-edac.yaml
new file mode 100644
index 000000000000..d83d8840d57b
--- /dev/null
+++ b/Documentation/devicetree/bindings/edac/cdns,ddr-edac.yaml
@@ -0,0 +1,59 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/edac/cdns,ddr-edac.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Cadence DDR IP with ECC support (EDAC)
+
+description:
+ This binding describes the Cadence DDR/LPDDR IP with ECC feature enabled
+ to detect and correct CE/UE errors.
+
+maintainers:
+ - Dhananjay Kangdue <dkangude@cadence.com>
+
+properties:
+ compatible:
+ enum:
+ - cdns,cadence-ddr4-mc-edac
+
+ '#address-cells':
+ const: 1
+
+ '#size-cells':
+ const: 1
+
+ ranges: true
+
+ reg:
+ minItems: 1
+ maxItems: 2
+ items:
+ - description:
+ Register block of DDR/LPDDR apb registers up to mapped area.
+ Mapped area contains the register set for memory controller,
+ phy and PI module register set doesn't part of this mapping.
+
+ interrupts:
+ maxItems: 1
+
+required:
+ - compatible
+ - ranges
+ - reg
+ - interrupts
+
+additionalProperties: false
+
+examples:
+ - |
+ edac: edac@fd100000 {
+ compatible = "cdns,cadence-ddr4-mc-edac";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+ reg = <0xfd100000 0x4000>;
+ interrupts = <0x00 0x01 0x04>;
+ };
+...
--
2.15.0
next prev parent reply other threads:[~2020-02-28 9:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 9:43 [PATCH v1 0/2] Add EDAC support for Cadence ddr controller Dhananjay Kangude
2020-02-28 9:43 ` [PATCH v1 1/2] EDAC/Cadence:Add EDAC driver for cadence memory controller Dhananjay Kangude
2020-03-20 17:41 ` Borislav Petkov
2020-02-28 9:43 ` Dhananjay Kangude [this message]
2020-03-10 18:44 ` [PATCH v1 2/2] dt-bindings: edac: Add cadence ddr mc support Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200228094322.13617-3-dkangude@cadence.com \
--to=dkangude@cadence.com \
--cc=bp@alien8.de \
--cc=devicetree@vger.kernel.org \
--cc=james.morse@arm.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mparab@cadence.com \
--cc=robh+dt@kernel.org \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).