u-boot-brain/drivers/pinctrl
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
..
ath79 dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
exynos dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
meson dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
mvebu dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
nxp dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
rockchip rockchip: pinctrl: rk3399: add the of-platdata support 2017-03-16 16:03:43 -06:00
uniphier pinctrl: uniphier: support pin configuration 2017-02-23 08:37:56 +09:00
Kconfig STiH410: Add STi pinctrl driver 2017-03-14 20:40:20 -04:00
Makefile STiH410: Add STi pinctrl driver 2017-03-14 20:40:20 -04:00
pinctrl_pic32.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl-at91-pio4.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl-generic.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl-sandbox.c pinctrl: sandbox: add sandbox pinctrl driver 2015-08-31 07:57:29 -06:00
pinctrl-sti.c STiH410: Add STi pinctrl driver 2017-03-14 20:40:20 -04:00
pinctrl-uclass.c dm: allow limiting pre-reloc markings to spl or tpl 2017-03-16 16:03:44 -06:00