
12 Jul
2019
12 Jul
'19
2:16 p.m.
Hi,
From: Patrick DELAUNAY patrick.delaunay@st.com Sent: vendredi 5 juillet 2019 17:20
U-Boot should disable nodes in device tree if needed according ETZPC status in ft_system_setup().
ETZPC itself use an array on addresses to do the match between the status bits and the node.
Signed-off-by: Benjamin Gaignard benjamin.gaignard@st.com Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Changes in v2: None
arch/arm/mach-stm32mp/Kconfig | 7 ++ arch/arm/mach-stm32mp/fdt.c | 178 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 185 insertions(+)
Applied to u-boot-stm32/master, thanks!
Patrick