devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ARM: dts: renesas: Add missing clocks for ARM CPU cores
@ 2017-10-12  9:35 Geert Uytterhoeven
  2017-10-12  9:35 ` [PATCH 01/13] dt-bindings: clk: r7s72100: Add missing I and G clocks Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2017-10-12  9:35 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, devicetree, linux-arm-kernel,
	Geert Uytterhoeven

	Hi Simon, Magnus,

This series improves DT hardware descriptions for Renesas arm32 SoCs by
adding missing clocks properties to the device nodes corresponding to
ARM CPU cores.

Notes:
  - This series should have no functional impact, except perhaps on
    big.LITTLE SoCs, when using a firmware that enables both big and
    little CPU cores (see also Sudeep Holla's comments for R-Car Gen3 in
    "Re: [PATCH v2 2/2] arm64: dts: r8a7796: Add OPPs table for cpu
    devices" (https://www.spinics.net/lists/arm-kernel/msg610489.html),
  - The clocks for CA9 CPU cores on R-Mobile A1 and EMMA Mobile EV2 are
    still missing, as these clocks are not supported by the DT bindings
    and drivers, and cannot be referenced yet.

Tested on r8a73a4/ape6evm, r8a7791/koelsch, and sh73a0/kzm9g.

Testing on r8a7790/lager would be appreciated.

Thanks for your comments!

Geert Uytterhoeven (13):
  dt-bindings: clk: r7s72100: Add missing I and G clocks
  ARM: dts: r7s72100: Add clock for CA9 CPU core
  ARM: dts: r8a73a4: Add clock for CA15 CPU0 core
  ARM: dts: r8a7743: Add missing clock for secondary CA15 CPU core
  ARM: dts: r8a7778: Add clock for CA9 CPU core
  ARM: dts: r8a7779: Add clocks for CA9 CPU cores
  ARM: dts: r8a7790: Add missing clocks for secondary CA15 CPU cores
  ARM: dts: r8a7790: Add clocks for CA7 CPU cores
  ARM: dts: r8a7791: Add missing clock for secondary CA15 CPU core
  ARM: dts: r8a7792: Add missing clock for secondary CA15 CPU core
  ARM: dts: r8a7793: Add missing clock for secondary CA15 CPU core
  ARM: dts: r8a7794: Add missing clock for secondary CA7 CPU core
  ARM: dts: sh73a0: Add clocks for CA9 CPU cores

 arch/arm/boot/dts/r7s72100.dtsi            | 1 +
 arch/arm/boot/dts/r8a73a4.dtsi             | 1 +
 arch/arm/boot/dts/r8a7743.dtsi             | 1 +
 arch/arm/boot/dts/r8a7778.dtsi             | 1 +
 arch/arm/boot/dts/r8a7779.dtsi             | 4 ++++
 arch/arm/boot/dts/r8a7790.dtsi             | 7 +++++++
 arch/arm/boot/dts/r8a7791.dtsi             | 1 +
 arch/arm/boot/dts/r8a7792.dtsi             | 1 +
 arch/arm/boot/dts/r8a7793.dtsi             | 1 +
 arch/arm/boot/dts/r8a7794.dtsi             | 1 +
 arch/arm/boot/dts/sh73a0.dtsi              | 2 ++
 include/dt-bindings/clock/r7s72100-clock.h | 2 ++
 12 files changed, 23 insertions(+)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2017-10-16  9:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12  9:35 [PATCH 00/13] ARM: dts: renesas: Add missing clocks for ARM CPU cores Geert Uytterhoeven
2017-10-12  9:35 ` [PATCH 01/13] dt-bindings: clk: r7s72100: Add missing I and G clocks Geert Uytterhoeven
2017-10-12  9:35 ` [PATCH 05/13] ARM: dts: r8a7778: Add clock for CA9 CPU core Geert Uytterhoeven
     [not found] ` <1507800916-11509-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-10-12  9:35   ` [PATCH 02/13] ARM: dts: r7s72100: " Geert Uytterhoeven
2017-10-12  9:35   ` [PATCH 03/13] ARM: dts: r8a73a4: Add clock for CA15 CPU0 core Geert Uytterhoeven
2017-10-12  9:35   ` [PATCH 04/13] ARM: dts: r8a7743: Add missing clock for secondary CA15 CPU core Geert Uytterhoeven
2017-10-13  6:23     ` Chris Paterson
2017-10-12  9:35   ` [PATCH 06/13] ARM: dts: r8a7779: Add clocks for CA9 CPU cores Geert Uytterhoeven
2017-10-12  9:35   ` [PATCH 07/13] ARM: dts: r8a7790: Add missing clocks for secondary CA15 " Geert Uytterhoeven
2017-10-16  9:42     ` Simon Horman
2017-10-12  9:35   ` [PATCH 08/13] ARM: dts: r8a7790: Add clocks for CA7 " Geert Uytterhoeven
     [not found]     ` <1507800916-11509-9-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-10-16  9:42       ` Simon Horman
2017-10-12  9:35   ` [PATCH 09/13] ARM: dts: r8a7791: Add missing clock for secondary CA15 CPU core Geert Uytterhoeven
2017-10-12  9:35   ` [PATCH 10/13] ARM: dts: r8a7792: " Geert Uytterhoeven
2017-10-12  9:35   ` [PATCH 13/13] ARM: dts: sh73a0: Add clocks for CA9 CPU cores Geert Uytterhoeven
2017-10-16  9:53   ` [PATCH 00/13] ARM: dts: renesas: Add missing clocks for ARM " Simon Horman
2017-10-12  9:35 ` [PATCH 11/13] ARM: dts: r8a7793: Add missing clock for secondary CA15 CPU core Geert Uytterhoeven
2017-10-12  9:35 ` [PATCH 12/13] ARM: dts: r8a7794: Add missing clock for secondary CA7 " Geert Uytterhoeven

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).