All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] ARM: dts: Second cleanup for v6.2
Date: Sun,  4 Dec 2022 09:29:09 +0100	[thread overview]
Message-ID: <20221204082909.5649-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

I had few remaining cleanup patches for ARM DTS.  The imx and lpc32xx one did
not get maintainer acks, but the rest got.

On top of previous pull request / tag.

Best regards,
Krzysztof


The following changes since commit 001b38cea30961e0f4e562a1872f2409a8024ff0:

  dt-bindings: arm: aspeed: adjust qcom,dc-scm-v1-bmc compatible after rename (2022-11-10 10:18:49 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-cleanup-6.2-2

for you to fetch changes up to 91bf30a42b16257f98345c9ba519d72babbbaf8a:

  ARM: dts: sti: align LED node names with dtschema (2022-12-01 18:04:47 +0100)

----------------------------------------------------------------
Minor improvements in ARM DTS for v6.2, part two

Few cleanups which should not have any functional impact:
1. Trim addresses in "reg" to 8 digits.
2. Align LED node names with dtschema.
3. omap: echo: Use preferred enable-gpios property for LP5523 LED.

----------------------------------------------------------------
Krzysztof Kozlowski (8):
      ARM: dts: omap: trim addresses to 8 digits
      ARM: dts: imx: trim addresses to 8 digits
      ARM: dts: lpc32xx: trim addresses to 8 digits
      ARM: dts: logicpd: align LED node names with dtschema
      ARM: dts: omap: align LED node names with dtschema
      ARM: dts: omap: echo: use preferred enable-gpios for LP5523 LED
      ARM: dts: am335x: align LED node names with dtschema
      ARM: dts: sti: align LED node names with dtschema

 arch/arm/boot/dts/am335x-baltos-leds.dtsi            | 6 +++---
 arch/arm/boot/dts/am335x-evm.dts                     | 2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi               | 4 ++--
 arch/arm/boot/dts/am335x-pocketbeagle.dts            | 8 ++++----
 arch/arm/boot/dts/am437x-idk-evm.dts                 | 2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                  | 2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts                 | 2 +-
 arch/arm/boot/dts/am57xx-idk-common.dtsi             | 2 +-
 arch/arm/boot/dts/dra7-evm-common.dtsi               | 2 +-
 arch/arm/boot/dts/dra7-evm.dts                       | 2 +-
 arch/arm/boot/dts/dra72-evm-common.dtsi              | 4 ++--
 arch/arm/boot/dts/imx6sx.dtsi                        | 2 +-
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi           | 2 +-
 arch/arm/boot/dts/lpc32xx.dtsi                       | 2 +-
 arch/arm/boot/dts/omap3-beagle.dts                   | 6 +++---
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi       | 8 ++++----
 arch/arm/boot/dts/omap3-echo.dts                     | 2 +-
 arch/arm/boot/dts/omap3-n900.dts                     | 2 +-
 arch/arm/boot/dts/omap3-overo-alto35-common.dtsi     | 8 ++++----
 arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi | 4 ++--
 arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi   | 4 ++--
 arch/arm/boot/dts/omap3-overo-palo35-common.dtsi     | 4 ++--
 arch/arm/boot/dts/omap3-overo-palo43-common.dtsi     | 4 ++--
 arch/arm/boot/dts/omap3-overo-summit-common.dtsi     | 2 +-
 arch/arm/boot/dts/omap3-overo-tobi-common.dtsi       | 2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi            | 4 ++--
 arch/arm/boot/dts/omap4-panda-es.dts                 | 4 ++--
 arch/arm/boot/dts/stih410-b2260.dts                  | 8 ++++----
 arch/arm/boot/dts/stih418-b2199.dts                  | 4 ++--
 arch/arm/boot/dts/stih418-b2264.dts                  | 2 +-
 arch/arm/boot/dts/stihxxx-b2120.dtsi                 | 4 ++--
 31 files changed, 57 insertions(+), 57 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] ARM: dts: Second cleanup for v6.2
Date: Sun,  4 Dec 2022 09:29:09 +0100	[thread overview]
Message-ID: <20221204082909.5649-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

I had few remaining cleanup patches for ARM DTS.  The imx and lpc32xx one did
not get maintainer acks, but the rest got.

On top of previous pull request / tag.

Best regards,
Krzysztof


The following changes since commit 001b38cea30961e0f4e562a1872f2409a8024ff0:

  dt-bindings: arm: aspeed: adjust qcom,dc-scm-v1-bmc compatible after rename (2022-11-10 10:18:49 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-cleanup-6.2-2

for you to fetch changes up to 91bf30a42b16257f98345c9ba519d72babbbaf8a:

  ARM: dts: sti: align LED node names with dtschema (2022-12-01 18:04:47 +0100)

----------------------------------------------------------------
Minor improvements in ARM DTS for v6.2, part two

Few cleanups which should not have any functional impact:
1. Trim addresses in "reg" to 8 digits.
2. Align LED node names with dtschema.
3. omap: echo: Use preferred enable-gpios property for LP5523 LED.

----------------------------------------------------------------
Krzysztof Kozlowski (8):
      ARM: dts: omap: trim addresses to 8 digits
      ARM: dts: imx: trim addresses to 8 digits
      ARM: dts: lpc32xx: trim addresses to 8 digits
      ARM: dts: logicpd: align LED node names with dtschema
      ARM: dts: omap: align LED node names with dtschema
      ARM: dts: omap: echo: use preferred enable-gpios for LP5523 LED
      ARM: dts: am335x: align LED node names with dtschema
      ARM: dts: sti: align LED node names with dtschema

 arch/arm/boot/dts/am335x-baltos-leds.dtsi            | 6 +++---
 arch/arm/boot/dts/am335x-evm.dts                     | 2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi               | 4 ++--
 arch/arm/boot/dts/am335x-pocketbeagle.dts            | 8 ++++----
 arch/arm/boot/dts/am437x-idk-evm.dts                 | 2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                  | 2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts                 | 2 +-
 arch/arm/boot/dts/am57xx-idk-common.dtsi             | 2 +-
 arch/arm/boot/dts/dra7-evm-common.dtsi               | 2 +-
 arch/arm/boot/dts/dra7-evm.dts                       | 2 +-
 arch/arm/boot/dts/dra72-evm-common.dtsi              | 4 ++--
 arch/arm/boot/dts/imx6sx.dtsi                        | 2 +-
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi           | 2 +-
 arch/arm/boot/dts/lpc32xx.dtsi                       | 2 +-
 arch/arm/boot/dts/omap3-beagle.dts                   | 6 +++---
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi       | 8 ++++----
 arch/arm/boot/dts/omap3-echo.dts                     | 2 +-
 arch/arm/boot/dts/omap3-n900.dts                     | 2 +-
 arch/arm/boot/dts/omap3-overo-alto35-common.dtsi     | 8 ++++----
 arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi | 4 ++--
 arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi   | 4 ++--
 arch/arm/boot/dts/omap3-overo-palo35-common.dtsi     | 4 ++--
 arch/arm/boot/dts/omap3-overo-palo43-common.dtsi     | 4 ++--
 arch/arm/boot/dts/omap3-overo-summit-common.dtsi     | 2 +-
 arch/arm/boot/dts/omap3-overo-tobi-common.dtsi       | 2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi            | 4 ++--
 arch/arm/boot/dts/omap4-panda-es.dts                 | 4 ++--
 arch/arm/boot/dts/stih410-b2260.dts                  | 8 ++++----
 arch/arm/boot/dts/stih418-b2199.dts                  | 4 ++--
 arch/arm/boot/dts/stih418-b2264.dts                  | 2 +-
 arch/arm/boot/dts/stihxxx-b2120.dtsi                 | 4 ++--
 31 files changed, 57 insertions(+), 57 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-12-04  8:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04  8:29 Krzysztof Kozlowski [this message]
2022-12-04  8:29 ` [GIT PULL] ARM: dts: Second cleanup for v6.2 Krzysztof Kozlowski
2022-12-04 12:20 ` patchwork-bot+linux-soc

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=20221204082909.5649-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /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.