devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: sunxi-ng: Add support for A83T's PRCM
@ 2017-05-26  8:00 Chen-Yu Tsai
       [not found] ` <20170526080025.28532-1-wens-jdAy2FN1RRM@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Chen-Yu Tsai @ 2017-05-26  8:00 UTC (permalink / raw)
  To: Maxime Ripard, Michael Turquette, Stephen Boyd, Rob Herring,
	Mark Rutland
  Cc: Chen-Yu Tsai, linux-clk-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw

Hi everyone,

This series adds support for the A83T's PRCM to the existing sun8i-r-ccu
driver. When the sun8i-r-ccu driver was introduced, indices were reserved
for all the possible clocks and resets of the sun8i family. In patch 2
we simply pick existing clocks, and implement ones that are different or
missing.

Differences from other sun8i implementations include different clock parent
names, due to the A83T not having a proper 32.768 kHz oscillator, and
different predividers for the IR clock.

Patch 1 adds a compatible string for the A83T variant.

Patch 2 adds the driver support, as mentioned above.

Patch 3 adds a device node for the PRCM.


Regards
ChenYu


Chen-Yu Tsai (3):
  dt-bindings: clock: sunxi-ccu: Add compatible string for A83T PRCM
  clk: sunxi-ng: a83t: Add support for A83T's PRCM
  ARM: sun8i: a83t: Add device node for PRCM

 .../devicetree/bindings/clock/sunxi-ccu.txt        |   3 +-
 arch/arm/boot/dts/sun8i-a83t.dtsi                  |   9 ++
 drivers/clk/sunxi-ng/ccu-sun8i-r.c                 | 107 +++++++++++++++++++++
 3 files changed, 118 insertions(+), 1 deletion(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-05-31 18:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26  8:00 [PATCH 0/3] clk: sunxi-ng: Add support for A83T's PRCM Chen-Yu Tsai
     [not found] ` <20170526080025.28532-1-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-26  8:00   ` [PATCH 1/3] dt-bindings: clock: sunxi-ccu: Add compatible string for A83T PRCM Chen-Yu Tsai
2017-05-31 18:09     ` Rob Herring
2017-05-26  8:00   ` [PATCH 2/3] clk: sunxi-ng: a83t: Add support for A83T's PRCM Chen-Yu Tsai
2017-05-26  8:00   ` [PATCH 3/3] ARM: sun8i: a83t: Add device node for PRCM Chen-Yu Tsai
     [not found]     ` <20170526080025.28532-4-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-29  7:58       ` Maxime Ripard

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