mbox series

[GIT,PULL] arm64: dts: various cleanup for v5.18

Message ID 20220307173614.157884-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: dts: various cleanup for v5.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/dt64-cleanup-5.18

Message

Krzysztof Kozlowski March 7, 2022, 5:36 p.m. UTC
Hi Arnd and Olof,

These patches were for very long time on the mailing list, but they were not
picked up. LG maintainer acked the LG part, ARM Juno remains unanswered.

These are considered cleanups, not fixes, although they fix real
dt_bindings_check warnings.

Could you pick them up for v5.18?

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/dt64-cleanup-5.18

for you to fetch changes up to ad3c72b0c6b912a0e917ae8010c62cc98012ab1e:

  arm64: dts: lg: align pl330 node name with dtschema (2022-03-02 20:25:14 +0100)

----------------------------------------------------------------
Minor cleanup of ARM64 DTS for v5.18

The DT schema expects DMA controller nodes to follow certain node naming
and having dma-cells property.  Adjust the DTS files to pass DT schema
checks.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm64: dts: juno: align pl330 node name with dtschema
      arm64: dts: lg: add dma-cells to pl330 node
      arm64: dts: lg: align pl330 node name with dtschema

 arch/arm64/boot/dts/arm/juno-base.dtsi | 2 +-
 arch/arm64/boot/dts/lg/lg1312.dtsi     | 3 ++-
 arch/arm64/boot/dts/lg/lg1313.dtsi     | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann March 8, 2022, 4:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Mar 2022 18:36:14 +0100, Krzysztof Kozlowski wrote:
> These patches were for very long time on the mailing list, but they were not
> picked up. LG maintainer acked the LG part, ARM Juno remains unanswered.
> 
> These are considered cleanups, not fixes, although they fix real
> dt_bindings_check warnings.
> 
> Could you pick them up for v5.18?
> 
> [...]

Merged into arm/dt, thanks!

merge commit: e8f022f9ecb4bb77fb9ab7afc7af03093ee83658

       Arnd