All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Rob Herring <robh+dt@kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [PATCH 0/4] Update mpc5200 dts files to fix warnings
Date: Thu, 14 Oct 2021 00:05:28 +0200	[thread overview]
Message-ID: <20211013220532.24759-1-agust@denx.de> (raw)

This series fixes localbus, memory and pci node build warnings.
It was tested with current linux-next on digsy_mtc and tqm5200
boards.

Anatolij Gustschin (4):
  powerpc/5200: dts: add missing pci ranges
  powerpc/5200: dts: fix pci ranges warnings
  powerpc/5200: dts: fix memory node unit name
  powerpc/5200: dts: fix localbus node warnings

 arch/powerpc/boot/dts/a3m071.dts    | 12 ++++-----
 arch/powerpc/boot/dts/a4m072.dts    | 26 ++++++++++----------
 arch/powerpc/boot/dts/charon.dts    | 22 ++++++++---------
 arch/powerpc/boot/dts/cm5200.dts    |  7 ++++--
 arch/powerpc/boot/dts/digsy_mtc.dts | 24 +++++++++---------
 arch/powerpc/boot/dts/lite5200.dts  | 12 ++++-----
 arch/powerpc/boot/dts/lite5200b.dts | 14 ++++++-----
 arch/powerpc/boot/dts/media5200.dts | 28 +++++++++++----------
 arch/powerpc/boot/dts/motionpro.dts | 32 +++++++++++++-----------
 arch/powerpc/boot/dts/mpc5200b.dtsi |  8 +++---
 arch/powerpc/boot/dts/mucmc52.dts   | 38 +++++++++++++++--------------
 arch/powerpc/boot/dts/o2d.dts       | 12 +++++----
 arch/powerpc/boot/dts/o2d.dtsi      | 14 ++++++-----
 arch/powerpc/boot/dts/o2d300.dts    | 10 +++++---
 arch/powerpc/boot/dts/o2dnt2.dts    | 12 +++++----
 arch/powerpc/boot/dts/o2i.dts       |  4 +--
 arch/powerpc/boot/dts/o2mnt.dts     |  4 +--
 arch/powerpc/boot/dts/o3dnt.dts     | 12 +++++----
 arch/powerpc/boot/dts/pcm030.dts    |  8 +++---
 arch/powerpc/boot/dts/pcm032.dts    | 34 ++++++++++++++------------
 arch/powerpc/boot/dts/tqm5200.dts   | 12 ++++-----
 arch/powerpc/boot/dts/uc101.dts     | 14 ++++++-----
 22 files changed, 195 insertions(+), 164 deletions(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: linuxppc-dev@lists.ozlabs.org
Cc: devicetree@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Paul Mackerras <paulus@samba.org>
Subject: [PATCH 0/4] Update mpc5200 dts files to fix warnings
Date: Thu, 14 Oct 2021 00:05:28 +0200	[thread overview]
Message-ID: <20211013220532.24759-1-agust@denx.de> (raw)

This series fixes localbus, memory and pci node build warnings.
It was tested with current linux-next on digsy_mtc and tqm5200
boards.

Anatolij Gustschin (4):
  powerpc/5200: dts: add missing pci ranges
  powerpc/5200: dts: fix pci ranges warnings
  powerpc/5200: dts: fix memory node unit name
  powerpc/5200: dts: fix localbus node warnings

 arch/powerpc/boot/dts/a3m071.dts    | 12 ++++-----
 arch/powerpc/boot/dts/a4m072.dts    | 26 ++++++++++----------
 arch/powerpc/boot/dts/charon.dts    | 22 ++++++++---------
 arch/powerpc/boot/dts/cm5200.dts    |  7 ++++--
 arch/powerpc/boot/dts/digsy_mtc.dts | 24 +++++++++---------
 arch/powerpc/boot/dts/lite5200.dts  | 12 ++++-----
 arch/powerpc/boot/dts/lite5200b.dts | 14 ++++++-----
 arch/powerpc/boot/dts/media5200.dts | 28 +++++++++++----------
 arch/powerpc/boot/dts/motionpro.dts | 32 +++++++++++++-----------
 arch/powerpc/boot/dts/mpc5200b.dtsi |  8 +++---
 arch/powerpc/boot/dts/mucmc52.dts   | 38 +++++++++++++++--------------
 arch/powerpc/boot/dts/o2d.dts       | 12 +++++----
 arch/powerpc/boot/dts/o2d.dtsi      | 14 ++++++-----
 arch/powerpc/boot/dts/o2d300.dts    | 10 +++++---
 arch/powerpc/boot/dts/o2dnt2.dts    | 12 +++++----
 arch/powerpc/boot/dts/o2i.dts       |  4 +--
 arch/powerpc/boot/dts/o2mnt.dts     |  4 +--
 arch/powerpc/boot/dts/o3dnt.dts     | 12 +++++----
 arch/powerpc/boot/dts/pcm030.dts    |  8 +++---
 arch/powerpc/boot/dts/pcm032.dts    | 34 ++++++++++++++------------
 arch/powerpc/boot/dts/tqm5200.dts   | 12 ++++-----
 arch/powerpc/boot/dts/uc101.dts     | 14 ++++++-----
 22 files changed, 195 insertions(+), 164 deletions(-)

-- 
2.17.1


             reply	other threads:[~2021-10-13 22:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 22:05 Anatolij Gustschin [this message]
2021-10-13 22:05 ` [PATCH 0/4] Update mpc5200 dts files to fix warnings Anatolij Gustschin
2021-10-13 22:05 ` [PATCH 1/4] powerpc/5200: dts: add missing pci ranges Anatolij Gustschin
2021-10-13 22:05   ` Anatolij Gustschin
2021-10-13 22:05 ` [PATCH 2/4] powerpc/5200: dts: fix pci ranges warnings Anatolij Gustschin
2021-10-13 22:05   ` Anatolij Gustschin
2021-10-13 22:05 ` [PATCH 3/4] powerpc/5200: dts: fix memory node unit name Anatolij Gustschin
2021-10-13 22:05   ` Anatolij Gustschin
2021-10-13 22:05 ` [PATCH 4/4] powerpc/5200: dts: fix localbus node warnings Anatolij Gustschin
2021-10-13 22:05   ` Anatolij Gustschin
2021-10-15 16:31   ` Rob Herring
2021-10-15 16:31     ` Rob Herring
2021-10-15 16:34 ` [PATCH 0/4] Update mpc5200 dts files to fix warnings Rob Herring
2021-10-15 16:34   ` Rob Herring
2021-11-02 10:11 ` Michael Ellerman
2021-11-02 10:11   ` Michael Ellerman

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=20211013220532.24759-1-agust@denx.de \
    --to=agust@denx.de \
    --cc=benh@kernel.crashing.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=robh+dt@kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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.