Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588065

[PATCH 0/6] ARM: dts: socfpga: Fix dtc warnings

From Florian Vaussard <florian.vaussard@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] ARM: dts: socfpga: Fix dtc warnings
Date 2017-02-25 07:00 +0100
Message-ID <teDyF-3fH-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


We get a bunch of warnings when compiling the SoCFPGA device trees with W=1.
This warnings happens because some nodes have a unit name but no 'reg' property,
or are missing a unit name while having a 'reg' property. This series enables to
compile all SoCFPGA dts without warnings.

Patches 1 to 5 fix these warnings by adding the unit name or removing the
'reg' property when approriate.

Patch 6 removes the inclusion of the deprecated skeleton.dtsi file, as SoCFPGA
device trees already define the mandatory properties and nodes. This is needed
to remove the latest warning.

This series was boot tested on a Cyclone5 SoC DK, thus covering some of the
changes dones by patches 1 -> 3 + 6.

Regards,
Florian

Florian Vaussard (6):
  ARM: dts: socfpga: Add unit name to clock nodes
  ARM: dts: socfpga: Add unit name to memory nodes
  ARM: dts: socfpga: Remove unneeded unit names
  ARM: dts: socfpga: Remove unneeded reg from stmpe_touchscreen
  ARM: dts: socfpga: Remove unit name for LEDs in EBV SOCrates
  ARM: dts: socfpga: Do not include skeleton.dtsi

 arch/arm/boot/dts/socfpga.dtsi                     | 43 +++++++++---------
 arch/arm/boot/dts/socfpga_arria10.dtsi             | 51 +++++++++++-----------
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |  2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi        |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |  1 -
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts    |  8 ++--
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts |  2 +-
 arch/arm/boot/dts/socfpga_vt.dts                   |  2 +-
 13 files changed, 59 insertions(+), 62 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] ARM: dts: socfpga: Fix dtc warnings Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 5/6] ARM: dts: socfpga: Remove unit name for LEDs in EBV SOCrates Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 4/6] ARM: dts: socfpga: Remove unneeded reg from stmpe_touchscreen Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 3/6] ARM: dts: socfpga: Remove unneeded unit names Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 2/6] ARM: dts: socfpga: Add unit name to memory nodes Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 6/6] ARM: dts: socfpga: Do not include skeleton.dtsi Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  [PATCH 1/6] ARM: dts: socfpga: Add unit name to clock nodes Florian Vaussard <florian.vaussard@gmail.com> - 2017-02-25 07:00 +0100
  Re: [PATCH 0/6] ARM: dts: socfpga: Fix dtc warnings Dinh Nguyen <dinguyen@kernel.org> - 2017-02-27 17:50 +0100
    Re: [PATCH 0/6] ARM: dts: socfpga: Fix dtc warnings Florian Vaussard <florian.vaussard@heig-vd.ch> - 2017-02-28 12:30 +0100

csiph-web