diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-12-06 11:59:42 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-04-23 15:31:11 +0200 |
commit | 105630314887e63e95590ec4db07ed3b00e77aa1 (patch) | |
tree | 4d698e8e5b3abbdba94f03ce86d678bd98a9f08e /arch/arm/dts/stm32h743.dtsi | |
parent | fe63d3cfb77ef5986951c04a9fa8fe73fb32fdb6 (diff) |
ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7
In order to prepare and ease future DT synchronization with kernel
DT, migrate all U-boot specific nodes/properties/addons to
U-boot DT files.
As sdmmc is not yet supported on kernel side, sdmmc nodes
are located in eval-u-boot and disco-u-boot DT files.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32h743.dtsi')
-rw-r--r-- | arch/arm/dts/stm32h743.dtsi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi index d5b8d879ee..23e185cf11 100644 --- a/arch/arm/dts/stm32h743.dtsi +++ b/arch/arm/dts/stm32h743.dtsi @@ -104,12 +104,6 @@ reg = <0x58024800 0x400>; }; - fmc: fmc@52004000 { - compatible = "st,stm32h7-fmc"; - reg = <0x52004000 0x1000>; - clocks = <&rcc FMC_CK>; - }; - clk_hsi: clk-hsi { #clock-cells = <0>; compatible = "fixed-clock"; @@ -121,18 +115,6 @@ compatible = "fixed-clock"; clock-frequency = <4000000>; }; - - sdmmc1: sdmmc@52007000 { - compatible = "st,stm32-sdmmc2"; - reg = <0x52007000 0x1000>; - interrupts = <49>; - clocks = <&rcc SDMMC1_CK>; - resets = <&rcc STM32H7_AHB3_RESET(SDMMC1)>; - st,idma = <1>; - cap-sd-highspeed; - cap-mmc-highspeed; - status = "disabled"; - }; }; }; |