]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fdts: add missing hash node in STM32MP157C-ED1 board DT
authorYann Gautier <yann.gautier@st.com>
Tue, 13 Oct 2020 16:05:06 +0000 (18:05 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 13 Oct 2020 16:05:23 +0000 (18:05 +0200)
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>
fdts/stm32mp157c-ed1.dts

index 615e2cc07578fecf594afaa2d8bd94f7e74f1564..a6b98b7d9337fb9dbc75dd2cc6460b88a555f630 100644 (file)
        status="okay";
 };
 
+&hash1 {
+       status = "okay";
+};
+
 &i2c4 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c4_pins_a>;