mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Gerlach, Matthew" <matthew.gerlach@altera.com>
To: Rob Herring <robh@kernel.org>
Cc: krzk+dt@kernel.org, conor+dt@kernel.org, dinguyen@kernel.org,
	bp@alien8.de, tony.luck@intel.com, james.morse@arm.com,
	mchehab@kernel.org, rric@kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: edac: altera-s10: Convert to YAML
Date: Thu, 20 Mar 2025 16:18:28 -0700	[thread overview]
Message-ID: <0a5232f3-9568-4205-b875-ca334fe77270@altera.com> (raw)
In-Reply-To: <20250320192731.GA750632-robh@kernel.org>


On 3/20/2025 12:27 PM, Rob Herring wrote:
> On Thu, Mar 20, 2025 at 09:46:19AM -0700, Matthew Gerlach wrote:
> > Convert the device tree bindings for the Altera Stratix10 SoCFPGA ECC
> > Manager from text to yaml. The hardware for the device tree subnodes
> > have not changed since Arria10; so don't change the compatible strings
> > to include "-s10-".
>
> Nice to see this.
I am looking forward to seeing all the socfpga schema check errors gone.
>
> > Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com>
> > ---
> >  .../edac/altr,socfpga-s10-ecc-manager.yaml    | 228 ++++++++++++++++++
> >  .../bindings/edac/socfpga-eccmgr.txt          | 150 ------------
> >  MAINTAINERS                                   |   5 +
> >  3 files changed, 233 insertions(+), 150 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/edac/altr,socfpga-s10-ecc-manager.yaml
> > 
> > diff --git a/Documentation/devicetree/bindings/edac/altr,socfpga-s10-ecc-manager.yaml b/Documentation/devicetree/bindings/edac/altr,socfpga-s10-ecc-manager.yaml
> > new file mode 100644
> > index 000000000000..ad057a63e88b
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/edac/altr,socfpga-s10-ecc-manager.yaml
> > @@ -0,0 +1,228 @@
> > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> > +# Copyright (C) 2025 Altera Corporation
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/altr,socfpga-s10-ecc-manager.yaml#
>
> schemas/edac/...
I will add the /edac to the patch.
>
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: Altera Stratix10 SoCFPGA ECC Manager (ARM64)
> > +
> > +maintainers:
> > +  - Matthew Gerlach <matthew.gerlach@altera.com
> > +
> > +description: |
>
> Don't need '|'.
I will remove the '|'
>
> > +  The Stratix10 implementation of the SoCFPGA ECC Manager counts and corrects
> > +  single bit errors. Double bit errors are treated as SErrors in ARM64. This
> > +  implementation requires access to registers only available to the Secure
> > +  Device Manager (SDM) via Secure Monitor Calls (SMC).
> > +
> > +properties:
> > +
> > +  compatible:
> > +    items:
> > +      - const: altr,socfpga-s10-ecc-manager
> > +
> > +  altr,sysmgr-syscon:
> > +    maxItems: 1
>
> Vendor properties last (but before child nodes).
I will move the vendor property accordingly.
>
> > +
> > +  "#address-cells":
> > +    const: 1
> > +
> > +  "#size-cells":
> > +    const: 1
> > +
> > +  interrupts:
> > +    maxItems: 1
> > +
> > +  interrupt-controller: true
> > +
> > +  "#interrupt-cells":
> > +    const: 2
> > +
> > +  ranges: true
> > +
> > +  sdramedac:
> > +    type: object
> > +    additionalProperties: false
>
> blank line
>
> > +    properties:
> > +      compatible:
> > +        const: altr,sdram-edac-s10
>
> blank line
>
> > +      altr,sdr-syscon:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to SDRAM parent
>
> blank line
>
> > +      interrupts:
> > +        maxItems: 1
>
> blank line
>
> And similar on the rest.
I will add the suggested blank lines to all the subnodes.
>
> > +    required:
> > +      - compatible
> > +      - altr,sdr-syscon
> > +      - interrupts
> > +
> > +  ocram-ecc@ff8cc000:
> > +    type: object
> > +    additionalProperties: false
> > +    properties:
> > +      compatible:
> > +        items:
>
> You can drop 'items' if there's only 1 entry.

Thanks for the tip and the review,

Matthew Gerlach

>
> > +          - const: altr,socfpga-a10-ocram-ecc
> > +
> > +      reg:
> > +        maxItems: 1
> > +      altr,ecc-parent:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to OCRAM parent
> > +      interrupts:
> > +        maxItems: 1
> > +    required:
> > +      - compatible
> > +      - reg
> > +      - altr,ecc-parent
> > +      - interrupts
> > +
> > +  usb0-ecc@ff8c4000:
> > +    type: object
> > +    additionalProperties: false
> > +    properties:
> > +      compatible:
> > +        items:
> > +          - const: altr,socfpga-usb-ecc
> > +      reg:
> > +        maxItems: 1
> > +      altr,ecc-parent:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to USB parent
> > +      interrupts:
> > +        maxItems: 1
> > +    required:
> > +      - compatible
> > +      - reg
> > +      - altr,ecc-parent
> > +      - interrupts
> > +
> > +  emac0-rx-ecc@ff8c0000:
> > +    type: object
> > +    additionalProperties: false
> > +    properties:
> > +      compatible:
> > +        items:
> > +          - const: altr,socfpga-eth-mac-ecc
> > +      reg:
> > +        maxItems: 1
> > +      altr,ecc-parent:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to ethernet parent
> > +      interrupts:
> > +        maxItems: 1
> > +    required:
> > +      - compatible
> > +      - reg
> > +      - altr,ecc-parent
> > +      - interrupts
> > +
> > +  emac0-tx-ecc@ff8c0400:
> > +    type: object
> > +    additionalProperties: false
> > +    properties:
> > +      compatible:
> > +        items:
> > +          - const: altr,socfpga-eth-mac-ecc
> > +      reg:
> > +        maxItems: 1
> > +      altr,ecc-parent:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to ethernet parent
> > +      interrupts:
> > +        maxItems: 1
> > +    required:
> > +      - compatible
> > +      - reg
> > +      - altr,ecc-parent
> > +      - interrupts
> > +
> > +  sdmmca-ecc@ff8c8c00:
> > +    type: object
> > +    additionalProperties: false
> > +    properties:
> > +      compatible:
> > +        items:
> > +          - const: altr,socfpga-sdmmc-ecc
> > +      reg:
> > +        maxItems: 1
> > +      altr,ecc-parent:
> > +        $ref: /schemas/types.yaml#/definitions/phandle
> > +        description: phandle to ethernet parent
> > +      interrupts:
> > +        maxItems: 2
> > +    required:
> > +      - compatible
> > +      - reg
> > +      - altr,ecc-parent
> > +      - interrupts
> > +
> > +required:
> > +  - compatible
> > +  - altr,sysmgr-syscon
> > +  - "#address-cells"
> > +  - "#size-cells"
> > +  - interrupts
> > +  - interrupt-controller
> > +  - "#interrupt-cells"
> > +  - ranges
> > +
> > +additionalProperties: false
> > +
> > +examples:
> > +  - |
> > +    #include <dt-bindings/interrupt-controller/arm-gic.h>
> > +    #include <dt-bindings/interrupt-controller/irq.h>
> > +    eccmgr {
> > +        compatible = "altr,socfpga-s10-ecc-manager";
> > +        altr,sysmgr-syscon = <&sysmgr>;
> > +        #address-cells = <1>;
> > +        #size-cells = <1>;
> > +        interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
> > +        interrupt-controller;
> > +        #interrupt-cells = <2>;
> > +        ranges;
> > +
> > +        sdramedac {
> > +            compatible = "altr,sdram-edac-s10";
> > +            altr,sdr-syscon = <&sdr>;
> > +            interrupts = <16 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +
> > +        ocram-ecc@ff8cc000 {
> > +            compatible = "altr,socfpga-a10-ocram-ecc";
> > +            reg = <0xff8cc000 0x100>;
> > +            altr,ecc-parent = <&ocram>;
> > +            interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +
> > +        usb0-ecc@ff8c4000 {
> > +            compatible = "altr,socfpga-usb-ecc";
> > +            reg = <0xff8c4000 0x100>;
> > +            altr,ecc-parent = <&usb0>;
> > +            interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +
> > +        emac0-rx-ecc@ff8c0000 {
> > +            compatible = "altr,socfpga-eth-mac-ecc";
> > +            reg = <0xff8c0000 0x100>;
> > +            altr,ecc-parent = <&gmac0>;
> > +            interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +
> > +        emac0-tx-ecc@ff8c0400 {
> > +            compatible = "altr,socfpga-eth-mac-ecc";
> > +            reg = <0xff8c0400 0x100>;
> > +            altr,ecc-parent = <&gmac0>;
> > +            interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +
> > +        sdmmca-ecc@ff8c8c00 {
> > +            compatible = "altr,socfpga-sdmmc-ecc";
> > +            reg = <0xff8c8c00 0x100>;
> > +            altr,ecc-parent = <&mmc>;
> > +            interrupts = <14 IRQ_TYPE_LEVEL_HIGH>,
> > +                         <15 IRQ_TYPE_LEVEL_HIGH>;
> > +        };
> > +    };

  reply	other threads:[~2025-03-20 23:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20 16:46 [PATCH 0/4] " Matthew Gerlach
2025-03-20 16:46 ` [PATCH 1/4] " Matthew Gerlach
2025-03-20 19:27   ` Rob Herring
2025-03-20 23:18     ` Gerlach, Matthew [this message]
2025-03-20 16:46 ` [PATCH 2/4] EDAC, altera: update driver to reflect hw/yaml Matthew Gerlach
2025-03-21 21:12   ` Borislav Petkov
2025-03-23 16:13     ` Gerlach, Matthew
2025-03-20 16:46 ` [PATCH 3/4] arm64: dts: agilex: Update eccmgr in DTSI " Matthew Gerlach
2025-03-20 19:34   ` Rob Herring
2025-03-20 23:24     ` Gerlach, Matthew
2025-03-21  7:46       ` Krzysztof Kozlowski
2025-03-20 16:46 ` [PATCH 4/4] arm64: dts: startix10: Update eccmgr in DTSI/DTS " Matthew Gerlach
2025-03-20 18:26 ` [PATCH 0/4] dt-bindings: edac: altera-s10: Convert to YAML Rob Herring (Arm)

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=0a5232f3-9568-4205-b875-ca334fe77270@altera.com \
    --to=matthew.gerlach@altera.com \
    --cc=bp@alien8.de \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=james.morse@arm.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    --cc=rric@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

all inboxes | Powered by JetHome®