mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: <Conor.Dooley@microchip.com>
To: <yilun.xu@intel.com>, <i.bornyakov@metrotek.ru>
Cc: <mdf@kernel.org>, <hao.wu@intel.com>, <trix@redhat.com>,
	<robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
	<linux-fpga@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <system@metrotek.ru>,
	<robh@kernel.org>
Subject: Re: [PATCH v16 3/3] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr
Date: Wed, 8 Jun 2022 09:38:20 +0000	[thread overview]
Message-ID: <6f408cef-a013-3e62-22b9-fe14d9f6a799@microchip.com> (raw)
In-Reply-To: <20220608092139.GC481269@yilunxu-OptiPlex-7050>

On 08/06/2022 10:21, Xu Yilun wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Tue, Jun 07, 2022 at 02:10:30PM +0300, Ivan Bornyakov wrote:
>> Add Device Tree Binding doc for Microchip Polarfire FPGA Manager using
>> slave SPI to load .dat formatted bitstream image.
>>
>> Signed-off-by: Ivan Bornyakov <i.bornyakov@metrotek.ru>
>> Reviewed-by: Rob Herring <robh@kernel.org>
> 
> Signed-off-by: Xu Yilun <yilun.xu@intel.com>

Not sure what the SoB tags are for?
Ivan can't add them in the correct order when he's sending his patches.
Am I missing something?

Confused,
Conor.
> 
>> ---
>>   .../fpga/microchip,mpf-spi-fpga-mgr.yaml      | 44 +++++++++++++++++++
>>   1 file changed, 44 insertions(+)
>>   create mode 100644 Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
>>
>> diff --git a/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml b/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
>> new file mode 100644
>> index 000000000000..aee45cb15592
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
>> @@ -0,0 +1,44 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/fpga/microchip,mpf-spi-fpga-mgr.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Microchip Polarfire FPGA manager.
>> +
>> +maintainers:
>> +  - Ivan Bornyakov <i.bornyakov@metrotek.ru>
>> +
>> +description:
>> +  Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to
>> +  load the bitstream in .dat format.
>> +
>> +properties:
>> +  compatible:
>> +    enum:
>> +      - microchip,mpf-spi-fpga-mgr
>> +
>> +  reg:
>> +    description: SPI chip select
>> +    maxItems: 1
>> +
>> +  spi-max-frequency: true
>> +
>> +required:
>> +  - compatible
>> +  - reg
>> +
>> +additionalProperties: false
>> +
>> +examples:
>> +  - |
>> +    spi {
>> +            #address-cells = <1>;
>> +            #size-cells = <0>;
>> +
>> +            fpga_mgr@0 {
>> +                    compatible = "microchip,mpf-spi-fpga-mgr";
>> +                    spi-max-frequency = <20000000>;
>> +                    reg = <0>;
>> +            };
>> +    };
>> --
>> 2.35.1
>>


  reply	other threads:[~2022-06-08 10:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 11:10 [PATCH v16 0/3] Microchip Polarfire FPGA manager Ivan Bornyakov
2022-06-07 11:10 ` [PATCH v16 1/3] fpga: fpga-mgr: support bitstream offset in image buffer Ivan Bornyakov
2022-06-08  9:18   ` Xu Yilun
2022-06-07 11:10 ` [PATCH v16 2/3] fpga: microchip-spi: add Microchip MPF FPGA manager Ivan Bornyakov
2022-06-08  9:20   ` Xu Yilun
2022-06-08  9:30     ` Conor.Dooley
2022-06-08  9:41       ` Xu Yilun
2022-06-08 10:01         ` Conor.Dooley
2022-06-08 10:35           ` Xu Yilun
2022-06-07 11:10 ` [PATCH v16 3/3] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr Ivan Bornyakov
2022-06-08  9:21   ` Xu Yilun
2022-06-08  9:38     ` Conor.Dooley [this message]
2022-06-08  9:24 ` [PATCH v16 0/3] Microchip Polarfire FPGA manager Xu Yilun

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=6f408cef-a013-3e62-22b9-fe14d9f6a799@microchip.com \
    --to=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hao.wu@intel.com \
    --cc=i.bornyakov@metrotek.ru \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-fpga@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mdf@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=system@metrotek.ru \
    --cc=trix@redhat.com \
    --cc=yilun.xu@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®