Re: [PATCH] arm64: dts: imx8mq: Init rates and parents configs for clocks

2019-06-25 Thread Leonard Crestez
On 25.06.2019 15:51, Abel Vesa wrote: > Add the initial configuration for clocks that need default parent and rate > setting. This is based on the vendor tree clock provider parents and rates > configuration except this is doing the setup in dts rather then using clock > consumer API in a clock

[PATCH] arm64: dts: imx8mq: Init rates and parents configs for clocks

2019-06-25 Thread Abel Vesa
Add the initial configuration for clocks that need default parent and rate setting. This is based on the vendor tree clock provider parents and rates configuration except this is doing the setup in dts rather then using clock consumer API in a clock provider driver. Signed-off-by: Abel Vesa ---