RE: [PATCH 1/2] dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM
From: "Potthuri, Sai Krishna" <sai.krishna.potthuri@amd.com>
Date: 2022-08-16 12:43:37
Also in:
linux-devicetree, linux-edac, lkml
Hi Krzysztof,
-----Original Message----- From: Krzysztof Kozlowski <redacted> Sent: Tuesday, August 16, 2022 1:29 PM To: Potthuri, Sai Krishna <sai.krishna.potthuri@amd.com>; Rob Herring [off-list ref]; Krzysztof Kozlowski [off-list ref]; Michal Simek [off-list ref]; Borislav Petkov [off-list ref]; Mauro Carvalho Chehab [off-list ref]; Tony Luck [off-list ref]; James Morse [off-list ref]; Robert Richter [off-list ref] Cc: devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- kernel@vger.kernel.org; linux-edac@vger.kernel.org; saikrishna12468@gmail.com; git (AMD-Xilinx) [off-list ref]; Shubhrajyoti Datta [off-list ref] Subject: Re: [PATCH 1/2] dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM On 16/08/2022 10:32, Sai Krishna Potthuri wrote:quoted
From: Shubhrajyoti Datta <redacted> Add bindings for Xilinx ZynqMP OCM controller. Signed-off-by: Shubhrajyoti Datta <redacted> Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@amd.com> --- .../bindings/edac/xlnx,zynqmp-ocmc.yaml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml diff --git a/Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml b/Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml new file mode 100644 index 000000000000..9bcecaccade2--- /dev/null +++ b/Documentation/devicetree/bindings/edac/xlnx,zynqmp-ocmc.yaml@@ -0,0 +1,41 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 +--- +$id: http://devicetree.org/schemas/edac/xlnx,zynqmp-ocmc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Xilinx Zynqmp OCM EDAC drivers/EDAC driver// Is it a memory controller?
This driver is about Error Detection and Correction feature for OCM (On Chip Memory) controller which supports ECC functionality.
quoted
+ +maintainers: + - Shubhrajyoti Datta [off-list ref] + - Sai Krishna Potthuri [off-list ref] + +description: | + Xilinx ZynqMP OCM EDAC driver, it does reports the OCM ECC single +bit errorsThe same. Describe the hardware, not the Linux driver or its subsystem.
I will fix in v2.
quoted
+ that are corrected and double bit ecc errors that are detected by + the OCMs/ecc/ECC/
I will fix in v2.
quoted
+ ECC controller. + +properties: + compatible: + const: xlnx,zynqmp-ocmc-1.0 + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + +required: + - compatible + - reg + - interrupts + +unevaluatedProperties: false + +examples: + - | + memory-controller@ff960000 { + compatible = "xlnx,zynqmp-ocmc-1.0"; + reg = <0xff960000 0x1000>; + interrupts = <0 10 4>;Isn't the interrupt using common flags? If so, use proper defines.
I will fix in v2. Regards Sai Krishna
quoted
+ };Best regards, Krzysztof
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel