Skip to content

Commit 15f0afc

Browse files
GeorgeCGVcarlescufi
authored andcommitted
dts: arm: st: h7: cleanup stm32h723 line
Removes label and compatible properties from the flash section. The properties are provided by included stm32h723.dtsi. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent b23ea08 commit 15f0afc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dts/arm/st/h7/stm32h723Xe.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2021 STMicroelectronics
3+
*
34
* SPDX-License-Identifier: Apache-2.0
45
*/
56

@@ -10,8 +11,6 @@
1011
soc {
1112
flash-controller@52002000 {
1213
flash0: flash@8000000 {
13-
compatible = "soc-nv-flash";
14-
label = "FLASH_STM32";
1514
reg = <0x08000000 DT_SIZE_K(512)>;
1615
};
1716
};

dts/arm/st/h7/stm32h723Xg.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2020 Alexander Kozhinov <[email protected]>
3+
*
34
* SPDX-License-Identifier: Apache-2.0
45
*/
56

@@ -10,8 +11,6 @@
1011
soc {
1112
flash-controller@52002000 {
1213
flash0: flash@8000000 {
13-
compatible = "soc-nv-flash";
14-
label = "FLASH_STM32";
1514
reg = <0x08000000 DT_SIZE_K(1024)>;
1615
};
1716
};

0 commit comments

Comments
 (0)