[RFC 2/9] clk: bcm2835: add support for parent selection in DT
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2016-01-21 08:26:42
Also in:
linux-clk, linux-devicetree
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2016-01-21 08:26:42
Also in:
linux-clk, linux-devicetree
Martin, On Tue, Jan 19, 2016 at 02:51:33PM +0000, kernel at martin.sperl.org wrote:
From: Martin Sperl <redacted>
Allow for a per clock custom selection of clocks in the device tree.
Basic setup in dt looks like this:
clock at BCM2835_CLOCK_PCM {
reg = <BCM2835_CLOCK_PCM>;
parent-clock-names = "xosc", "plld_per", "plla_per", "pll_aux_per";
};Isn't this the same as the already existing assigned-clock-parents property? If yes, that should be used. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |