diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-02-19 16:49:05 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-04-23 15:31:06 +0200 |
commit | fe63d3cfb77ef5986951c04a9fa8fe73fb32fdb6 (patch) | |
tree | 8e233e1f54964cb35c661c063fd1cf05a38feefc /arch/arm/dts/stm32f7-u-boot.dtsi | |
parent | 01aabf97d1f08694ed511785638685cbee21e597 (diff) |
ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7
Synchronize stm32f7 device tree with kernel v4.20.
All pinctrl bindings are updated.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f7-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32f7-u-boot.dtsi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi index cf0cc3b408..7816b79bcf 100644 --- a/arch/arm/dts/stm32f7-u-boot.dtsi +++ b/arch/arm/dts/stm32f7-u-boot.dtsi @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ +#include <dt-bindings/memory/stm32-sdram.h> /{ soc { u-boot,dm-pre-reloc; @@ -126,16 +127,6 @@ u-boot,dm-pre-reloc; }; }; - - usart1_pins_a: usart1@0 { - u-boot,dm-pre-reloc; - pins1 { - u-boot,dm-pre-reloc; - }; - pins2 { - u-boot,dm-pre-reloc; - }; - }; }; &pwrcfg { |