mbox series

[00/19] Clean-up for lots of omap dtb warnings

Message ID 20220429070613.62360-1-tony@atomide.com
Headers show
Series Clean-up for lots of omap dtb warnings | expand

Message

Tony Lindgren April 29, 2022, 7:05 a.m. UTC
Hi,

With the recent omap clock driver changes, we can clean-up lots of make
dbs warnings. We get lots of warnings for make W=1 dtbs for
unique_unit_address, and make W=2 dtbs for node_name_chars_strict.

A lot of these come from omap3 because of large amount of SoC variants
and boards. This series reduces the warnings for omaps by over 80k
warnings.

Regards,

Tony


Tony Lindgren (19):
  ARM: dts: Group omap3 CONTROL_DEVCONF0 clocks
  ARM: dts: Group omap3 CONTROL_DEVCONF1 clocks
  ARM: dts: Group omap3 CM_FCLKEN1_CORE clocks
  ARM: dts: Group omap3 crypto accelerator clocks
  ARM: dts: Group omap3 CM_ICLKEN1_CORE clocks
  ARM: dts: Group omap3 CM_ICLKEN3_CORE clocks
  ARM: dts: Group omap3 CM_CLKSEL_CORE clocks
  ARM: dts: Group omap3 CM_FCLKEN_WKUP clocks
  ARM: dts: Group omap3 CM_ICLKEN_WKUP clocks
  ARM: dts: Group omap3 CM_CLKSEL_WKUP clocks
  ARM: dts: Group omap3 CM_CLKSEL1_PLL clocks
  ARM: dts: Group omap3 CM_CLKOUT_CTRL clocks
  ARM: dts: Group omap3 CM_FCLKEN_DSS clocks
  ARM: dts: Group omap3 CM_CLKSEL_DSS clocks
  ARM: dts: Group omap3 CM_FCLKEN_CAM clocks
  ARM: dts: Group omap3 CM_FCLKEN_PER clocks
  ARM: dts: Group omap3 CM_ICLKEN_PER clocks
  ARM: dts: Group omap3 CM_CLKSEL_PER clocks
  ARM: dts: Group omap3 CM_CLKSEL1_EMU clocks

 arch/arm/boot/dts/am35xx-clocks.dtsi          |   52 +-
 arch/arm/boot/dts/omap3430es1-clocks.dtsi     |  184 +-
 .../boot/dts/omap34xx-omap36xx-clocks.dtsi    |  275 ++-
 ...map36xx-am35xx-omap3430es2plus-clocks.dtsi |   79 +-
 arch/arm/boot/dts/omap36xx-clocks.dtsi        |   17 +-
 .../dts/omap36xx-omap3430es2plus-clocks.dtsi  |  136 +-
 arch/arm/boot/dts/omap3xxx-clocks.dtsi        | 2044 +++++++++--------
 7 files changed, 1540 insertions(+), 1247 deletions(-)