All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Rob Herring <robh@kernel.org>
Cc: Akhila YS <akhilayalmati@gmail.com>,
	 Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	linux-mtd@lists.infradead.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: mtd: st,spear600-smi: convert to DT schema
Date: Wed, 25 Feb 2026 17:28:22 +0100	[thread overview]
Message-ID: <87fr6opz2x.fsf@bootlin.com> (raw)
In-Reply-To: <CAL_JsqKSpsj1BQB1q_s1+j1FT+XLORgWRijMTNc4wTawKDZxQw@mail.gmail.com> (Rob Herring's message of "Mon, 23 Feb 2026 09:00:45 -0600")

Hello Rob,

>> > +    flash@fc000000 {
>> > +        compatible = "st,spear600-smi";
>> > +        #address-cells = <1>;
>> > +        #size-cells = <1>;
>> > +        reg = <0xfc000000 0x1000>;
>> > +        interrupt-parent = <&vic1>;
>> > +        interrupts = <12>;
>> > +        clock-rate = <50000000>;  /* 50 MHz */
>> > +
>> > +        flash@f8000000 {
>>
>> This is now a warning in linux-next:
>
> Now this is a warning in v7.0-rc1. Miquel, please revert this as there
> has been no response.

Akhila staying silent, let's try to help with the YAML conversion effort:
https://lore.kernel.org/linux-devicetree/20260225-perso-fix-spear600-smi-yaml-v1-0-8ef3d205ab3a@bootlin.com/T/#m908bf59527847285c0447dd0379b3c88cfd71857

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Rob Herring <robh@kernel.org>
Cc: Akhila YS <akhilayalmati@gmail.com>,
	 Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	linux-mtd@lists.infradead.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: mtd: st,spear600-smi: convert to DT schema
Date: Wed, 25 Feb 2026 17:28:22 +0100	[thread overview]
Message-ID: <87fr6opz2x.fsf@bootlin.com> (raw)
In-Reply-To: <CAL_JsqKSpsj1BQB1q_s1+j1FT+XLORgWRijMTNc4wTawKDZxQw@mail.gmail.com> (Rob Herring's message of "Mon, 23 Feb 2026 09:00:45 -0600")

Hello Rob,

>> > +    flash@fc000000 {
>> > +        compatible = "st,spear600-smi";
>> > +        #address-cells = <1>;
>> > +        #size-cells = <1>;
>> > +        reg = <0xfc000000 0x1000>;
>> > +        interrupt-parent = <&vic1>;
>> > +        interrupts = <12>;
>> > +        clock-rate = <50000000>;  /* 50 MHz */
>> > +
>> > +        flash@f8000000 {
>>
>> This is now a warning in linux-next:
>
> Now this is a warning in v7.0-rc1. Miquel, please revert this as there
> has been no response.

Akhila staying silent, let's try to help with the YAML conversion effort:
https://lore.kernel.org/linux-devicetree/20260225-perso-fix-spear600-smi-yaml-v1-0-8ef3d205ab3a@bootlin.com/T/#m908bf59527847285c0447dd0379b3c88cfd71857

Thanks,
Miquèl

  reply	other threads:[~2026-02-25 16:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-22 16:23 [PATCH] dt-bindings: mtd: st,spear600-smi: convert to DT schema Akhila YS
2026-01-22 16:23 ` Akhila YS
2026-01-22 18:41 ` Conor Dooley
2026-01-22 18:41   ` Conor Dooley
2026-01-29 19:12 ` Miquel Raynal
2026-01-29 19:12   ` Miquel Raynal
2026-02-10 13:47 ` Rob Herring
2026-02-10 13:47   ` Rob Herring
2026-02-23 15:00   ` Rob Herring
2026-02-23 15:00     ` Rob Herring
2026-02-25 16:28     ` Miquel Raynal [this message]
2026-02-25 16:28       ` Miquel Raynal
2026-02-26 14:43       ` Akhila YS
2026-02-26 14:43         ` Akhila YS
2026-02-25 15:02   ` Akhila YS
2026-02-25 15:02     ` Akhila YS

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=87fr6opz2x.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=akhilayalmati@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=robh@kernel.org \
    --cc=vigneshr@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.