devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings
@ 2017-09-26  7:22 Corentin Labbe
  2017-09-26  7:22 ` [PATCH v3 01/14] ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error Corentin Labbe
                   ` (11 more replies)
  0 siblings, 12 replies; 22+ messages in thread
From: Corentin Labbe @ 2017-09-26  7:22 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, wens-jdAy2FN1RRM,
	catalin.marinas-5wv7dgnIgG8, will.deacon-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Corentin Labbe

Hello

The goal of this patch series is to have a clean DT build with W=1.

Regards

Changes since v1:
- moved i2c2 unit address change from patch #2 in patch #1

Changes since v2
- added two patch for fixing pin names

Corentin Labbe (14):
  ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error
  ARM: dts: sunxi: h3/h5: Fix i2c2 register address
  ARM: dts: sunxi: h3/h5: Fix node with unit name and no reg property
  ARM: dts: nanopi: Fix node with unit name and no reg property
  ARM: dts: orangepi2: Fix node with unit name and no reg property
  ARM: dts: sun8i: orangepi-lite: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepi one: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepipc: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepi-plus: Fix node with unit name and no reg
    property
  arm64: allwinner: a64: Fix simple-bus unit address format error
  arm64: allwinner: a64: Fix node with unit name and no reg property
  ARM: dts: sun8i: a83t: Fix simple-bus unit address format error
  arm64: allwinner: a64: fix pin name
  ARM: dts: sun8i: fix pin name

 arch/arm/boot/dts/sun8i-a83t.dtsi                  |  6 +-
 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts  |  8 +-
 arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts    |  8 +-
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts          | 10 +--
 arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts      |  4 +-
 arch/arm/boot/dts/sun8i-h3-nanopi-m1.dts           |  2 +-
 arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts      |  4 +-
 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi             | 12 +--
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts          | 16 ++--
 arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts       | 14 ++--
 arch/arm/boot/dts/sun8i-h3-orangepi-one.dts        | 10 +--
 arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts    |  2 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts         | 12 +--
 arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts       |  2 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 | 88 +++++++++++-----------
 .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts |  2 +-
 .../boot/dts/allwinner/sun50i-a64-nanopi-a64.dts   |  2 +-
 .../boot/dts/allwinner/sun50i-a64-olinuxino.dts    |  2 +-
 .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts |  2 +-
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  2 +-
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts  |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 26 +++----
 .../dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts   |  6 +-
 .../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts   |  4 +-
 .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts  |  6 +-
 .../dts/allwinner/sun50i-h5-orangepi-prime.dts     |  8 +-
 .../allwinner/sun50i-h5-orangepi-zero-plus2.dts    |  4 +-
 27 files changed, 132 insertions(+), 132 deletions(-)

-- 
2.13.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-08-01 13:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26  7:22 [PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 01/14] ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address Corentin Labbe
2018-08-01 13:11   ` Icenowy Zheng
2017-09-26  7:22 ` [PATCH v3 03/14] ARM: dts: sunxi: h3/h5: Fix node with unit name and no reg property Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 04/14] ARM: dts: nanopi: " Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 06/14] ARM: dts: sun8i: orangepi-lite: " Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 07/14] ARM: dts: sun8i: orangepi one: " Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 08/14] ARM: dts: sun8i: orangepipc: " Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 09/14] ARM: dts: sun8i: orangepi-plus: " Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 10/14] arm64: allwinner: a64: Fix simple-bus unit address format error Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 11/14] arm64: allwinner: a64: Fix node with unit name and no reg property Corentin Labbe
2017-09-26  7:22 ` [PATCH v3 14/14] ARM: dts: sun8i: fix pin name Corentin Labbe
     [not found] ` <20170926072234.27481-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-26  7:22   ` [PATCH v3 05/14] ARM: dts: orangepi2: Fix node with unit name and no reg property Corentin Labbe
2017-09-26  7:22   ` [PATCH v3 12/14] ARM: dts: sun8i: a83t: Fix simple-bus unit address format error Corentin Labbe
2017-09-26  7:22   ` [PATCH v3 13/14] arm64: allwinner: a64: fix pin name Corentin Labbe
     [not found]     ` <20170926072234.27481-14-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-26  7:46       ` Chen-Yu Tsai
     [not found]         ` <CAGb2v67R1k_RxK4n+eGNyzqD44efSwTKZ028=5AiiBbVqBeEjQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-09-26  7:53           ` Corentin Labbe
2017-09-26  7:48   ` [PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings Chen-Yu Tsai
     [not found]     ` <CAGb2v64AK-xifjcowUk1mp4TRwHFPOqjZR58Bd5w7Bei52T06g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-09-26  8:58       ` Maxime Ripard
2017-09-26 13:01         ` Chen-Yu Tsai
2017-09-27 15:18           ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).