diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-11-06 16:16:32 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-11-26 10:11:48 +0100 |
commit | e07a86b5e320113c31221029179db29e392fc090 (patch) | |
tree | a9796802ec26bb44d26b31dbd8da697b486a4fc1 /arch/arm/dts/stm32f469.dtsi | |
parent | 5c347f339877446ce0cd44ec82be514e4cf66e7d (diff) | |
download | u-boot-e07a86b5e320113c31221029179db29e392fc090.tar.gz u-boot-e07a86b5e320113c31221029179db29e392fc090.tar.bz2 u-boot-e07a86b5e320113c31221029179db29e392fc090.zip |
ARM: dts: stm32: DT alignment with kernel v5.3
Device tree and binding alignment with kernel v5.3
and converted to SPDX.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f469.dtsi')
-rw-r--r-- | arch/arm/dts/stm32f469.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32f469.dtsi b/arch/arm/dts/stm32f469.dtsi index 0d58d40649..69c862d973 100644 --- a/arch/arm/dts/stm32f469.dtsi +++ b/arch/arm/dts/stm32f469.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) /* Copyright (C) STMicroelectronics 2017 - All Rights Reserved */ #include "stm32f429.dtsi" |