[U-Boot] [PATCH] ARM64: zynqmp: Add u-boot, dm-pre-reloc to clk nodes

Simon Glass sjg at chromium.org
Mon Aug 1 03:03:42 CEST 2016


On 29 July 2016 at 05:31, Michal Simek <michal.simek at xilinx.com> wrote:
> Serial driver is getting clk information via DT that's why
> also clk node needs to have this flag.
>
> Different behavior was introduced by:
> "dm: Use dm_scan_fdt_dev() directly where possible"
> (sha1: 911954859d6dece49c3e4835faea004cfe392506)
> where simple-bus driver starts to call dm_scan_fdt_dev() which has
> additional logic around pre_reloc_only parameter which exclude
> clk nodes.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp-clk.dtsi       | 1 +
>  arch/arm/dts/zynqmp-ep108-clk.dtsi | 1 +
>  2 files changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list