u-boot/drivers/clk/at91
Heiko Stübner 27326c7ee2 dm: allow limiting pre-reloc markings to spl or tpl
Right now the u-boot,dm-pre-reloc flag will make each marked node
always appear in both spl and tpl. But systems needing an additional
tpl might have special constraints for each, like the spl needing to
be very tiny.

So introduce two additional flags to mark nodes for only spl or tpl
environments and introduce a function dm_fdt_pre_reloc to automate
the necessary checks in code instances checking for pre-relocation
flags.

The behaviour of the original flag stays untouched and still marks
a node for both spl and tpl.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
2017-03-16 16:03:44 -06:00
..
Kconfig clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
Makefile clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-generated.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
clk-h32mx.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-main.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-master.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-peripheral.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
clk-plla.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-slow.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-system.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
clk-utmi.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
pmc.c dm: allow limiting pre-reloc markings to spl or tpl 2017-03-16 16:03:44 -06:00
pmc.h clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
sckc.c clk: at91: Fix at91-pmc and at91-sckc's class ID 2016-10-28 18:37:14 +02:00