diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2020-11-06 08:11:58 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-11-25 10:29:23 +0100 |
commit | 61c88ace4bad5c7956acbb952835b2fc81e99157 (patch) | |
tree | 424eb90f2993f864fbb26b655a39777d5a411f7a /arch/arm/dts/stm32f769-disco-u-boot.dtsi | |
parent | 63185b0a32442fe36fda3f6cb5b29d186085f179 (diff) | |
download | u-boot-61c88ace4bad5c7956acbb952835b2fc81e99157.tar.gz |
ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boards
Device tree alignment with kernel v5.10-rc1.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f769-disco-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32f769-disco-u-boot.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/stm32f769-disco-u-boot.dtsi b/arch/arm/dts/stm32f769-disco-u-boot.dtsi index c1d7d6b8f5..7dfe430a40 100644 --- a/arch/arm/dts/stm32f769-disco-u-boot.dtsi +++ b/arch/arm/dts/stm32f769-disco-u-boot.dtsi @@ -215,7 +215,7 @@ }; }; - usart1_pins_a: usart1@0 { + usart1_pins_a: usart1-0 { u-boot,dm-pre-reloc; pins1 { u-boot,dm-pre-reloc; @@ -228,7 +228,7 @@ &qspi { reg = <0xA0001000 0x1000>, <0x90000000 0x4000000>; - flash0: mx66l51235l { + flash0: mx66l51235l@0 { #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; |