mbox series

[GIT,PULL] Ux500 DTS updates

Message ID CACRpkdY24Lv0F3ct2R6ALPpAdxWz_vEjrPAGNSF3pcoOj-Xqcg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Ux500 DTS updates | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ux500-dts-v6.3

Message

Linus Walleij Jan. 25, 2023, 9:43 p.m. UTC
Hi SoC folks,

here are some minor Ux500 DTS updates for the v6.3 kernel,
details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ux500-dts-v6.3

for you to fetch changes up to ddd932e45ec761996219b9efceb9fd5445bb3ab3:

  ARM: dts: ux500: Add clkout-clock node (2023-01-06 00:28:21 +0100)

----------------------------------------------------------------
Some Ux500 DTS updates for the v6.3 kernel:

- Add the embedded eSRAMs to the device tree

- Fix up LED node names

- Add a clkout-node for the external clock

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: ste: align LED node names with dtschema

Linus Walleij (2):
      ARM: dts: ux500: Add eSRAM to the device tree
      ARM: dts: ux500: Add clkout-clock node

 arch/arm/boot/dts/ste-db8500.dtsi |  4 ----
 arch/arm/boot/dts/ste-db9500.dtsi |  4 ----
 arch/arm/boot/dts/ste-dbx5x0.dtsi | 21 +++++++++++++++++++++
 arch/arm/boot/dts/ste-href.dtsi   | 12 ++++++------
 4 files changed, 27 insertions(+), 14 deletions(-)

Comments

Linus Walleij Jan. 25, 2023, 10:18 p.m. UTC | #1
Wait!

On Wed, Jan 25, 2023 at 10:43 PM Linus Walleij <linus.walleij@linaro.org> wrote:

> Linus Walleij (2):
>       ARM: dts: ux500: Add eSRAM to the device tree

Now I see there is an appropriate "mmi-sram" binding in
Documentation/devicetree/bindings/sram/sram.yaml

That's obviously what I should be using for this.

I took it out and pushed the same tag without this patch.

Yours,
Linus Walleij
Arnd Bergmann Jan. 26, 2023, 9:08 a.m. UTC | #2
On Wed, Jan 25, 2023, at 23:18, Linus Walleij wrote:
> Wait!
>
> On Wed, Jan 25, 2023 at 10:43 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
>> Linus Walleij (2):
>>       ARM: dts: ux500: Add eSRAM to the device tree
>
> Now I see there is an appropriate "mmi-sram" binding in
> Documentation/devicetree/bindings/sram/sram.yaml
>
> That's obviously what I should be using for this.

Ok

> I took it out and pushed the same tag without this patch.

This results in a warning from my tools that notice the commit
ID in the branch is different from the one in the email.

I pulled it manually, but if you notice something like
this again, it's better if you follow up with a v2 pull
request. Patchwork should notice this and mark the first
version as superseded in this case.

     Arnd
Linus Walleij Jan. 26, 2023, 9:20 a.m. UTC | #3
On Thu, Jan 26, 2023 at 10:09 AM Arnd Bergmann <arnd@arndb.de> wrote:

> I pulled it manually, but if you notice something like
> this again, it's better if you follow up with a v2 pull
> request. Patchwork should notice this and mark the first
> version as superseded in this case.

Hm yeah I did that before actually it works fine, just didn't think
about it...

Thanks for pulling!

Yours,
Linus Walleij