ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in stm32f746-disco-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 25 Jun 2019 08:06:06 +0000 (10:06 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Fri, 28 Jun 2019 07:45:07 +0000 (09:45 +0200)
As in stm32f7-u-boot.dtsi these nodes already have "u-bootdm-pre-reloc"
property, no need to add them again in stm32f746-disco-u-boot.dtsi.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32f746-disco-u-boot.dtsi

index ade7285786cf2ae7a74f80abfc642350fd7faf63..d8f9d8dc5f2a7d5647ba3ba16d5ef416eaf1814b 100644 (file)
        };
 };
 
-&clk_hse {
-       u-boot,dm-pre-reloc;
-};
-
 &fmc {
        /* Memory configuration from sdram datasheet MT48LC_4M32_B2B5-6A */
        bank1: bank@0 {
        };
 
        fmc_pins: fmc@0 {
-               u-boot,dm-pre-reloc;
                pins {
-                       u-boot,dm-pre-reloc;
                        pinmux = <STM32_PINMUX('D',10, AF12)>, /* D15 */
                                 <STM32_PINMUX('D', 9, AF12)>, /* D14 */
                                 <STM32_PINMUX('D', 8, AF12)>, /* D13 */