commit | bfe1f08f88beacc61755bbeeb509b840c66df740 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Feb 27 17:01:27 2019 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 12 16:09:13 2019 +0200 |
tree | f8bba1905a5502becb237f2fb2c61948731c27bf | |
parent | 59a54e37a6adb86c920d8cadbac663e8fb2eeb2c [diff] [blame] |
stm32mp1: bsec: use device tree new compatible Update bsec driver to use the device tree provided by Kernel. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
diff --git a/arch/arm/dts/stm32mp157-u-boot.dtsi b/arch/arm/dts/stm32mp157-u-boot.dtsi index 90d13f3..2594702 100644 --- a/arch/arm/dts/stm32mp157-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157-u-boot.dtsi
@@ -39,6 +39,10 @@ }; }; +&bsec { + u-boot,dm-pre-reloc; +}; + &clk_hsi { u-boot,dm-pre-reloc; };