mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 04:48:14 +00:00
fdts: add missing hash node in STM32MP157C-ED1 board DT
Without this node, the board fails to boot and panics in the function stm32mp_init_auth(). Change-Id: Ia54924410dac2a8c94dd6e45d7e93977fe7d87e2 Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
ab049ec07a
commit
b37b52ef8b
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
||||||
status="okay";
|
status="okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&hash1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&i2c4 {
|
&i2c4 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c4_pins_a>;
|
pinctrl-0 = <&i2c4_pins_a>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue