Re: [U-Boot] soc vs. clocks in device-tree

2016-06-23 Thread Benjamin Tietz
Hi Simon, On Tue, Jun 21, 2016 at 08:50:11PM -0600, Simon Glass wrote: > Hi Benjamin, > > On 20 June 2016 at 12:42, Benjamin Tietz wrote: > > > > Hello, > > > > in my device-tree (for stm32f429 - as found in the linux kernel) exist > > two branches /soc and /clocks. While /soc contains all embed

Re: [U-Boot] soc vs. clocks in device-tree

2016-06-21 Thread Simon Glass
Hi Benjamin, On 20 June 2016 at 12:42, Benjamin Tietz wrote: > > Hello, > > in my device-tree (for stm32f429 - as found in the linux kernel) exist > two branches /soc and /clocks. While /soc contains all embedded > functionality of the SOC, /clocks contain the external crystal, like in > the foll

[U-Boot] soc vs. clocks in device-tree

2016-06-20 Thread Benjamin Tietz
Hello, in my device-tree (for stm32f429 - as found in the linux kernel) exist two branches /soc and /clocks. While /soc contains all embedded functionality of the SOC, /clocks contain the external crystal, like in the following snippet. / { clocks { clk_hse: clk-hse {