Skip to content

Commit b1cf15b

Browse files
ndrs-pstjhedberg
authored andcommitted
dts: fix typo in (boards, dts)
Utilize a code spell-checking tool to scan for and correct spelling errors in `.dts` and `.dtsi` files within the `boards` and `dts` directories. Note: To pass CI compliance checks, also fix the formatting in `/dts/arm/infineon/edge/pse84/system_clocks.dtsi` Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 33b4a3f commit b1cf15b

File tree

18 files changed

+47
-46
lines changed

18 files changed

+47
-46
lines changed

boards/atmel/sam/sam_e70_xplained/sam_e70_xplained-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
compatible = "gpio-keys";
4343

4444
/* The switch is labeled SW300 in the schematic, and labeled
45-
* SW0 on the board, and labeld SW1 User Button on docs
45+
* SW0 on the board, and labeled SW1 User Button on docs
4646
*/
4747
sw0_user_button: button_1 {
4848
label = "User Button";

boards/fanke/fk743m5_xih6/fk743m5_xih6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
compatible = "zephyr,memory-region";
3737
reg = <0x90000000 DT_SIZE_M(256)>;
3838
zephyr,memory-region = "EXTMEM";
39-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
39+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
4040
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
4141
};
4242

boards/native/nrf_bsim/nrf52_bsim.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include <mem.h>
1111
#include <arm/nordic/nrf52833.dtsi>
12-
/* We resuse the pinctrl definitions directly from the real board : */
12+
/* We reuse the pinctrl definitions directly from the real board : */
1313
#include <../boards/nordic/nrf52833dk/nrf52833dk_nrf52833-pinctrl.dtsi>
1414

1515
/ {

boards/phytec/phyboard_polis/phyboard_polis_mimx8mm6_m4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
/*
115115
* needs to be configured, so the leds don't generate an error,
116-
* but does not interfer with the A53-Core
116+
* but does not interfere with the A53-Core
117117
*/
118118
&gpio1 {
119119
status = "okay";

boards/st/b_u585i_iot02a/b_u585i_iot02a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
compatible = "zephyr,memory-region";
3434
reg = <0x70000000 DT_SIZE_M(64)>;
3535
zephyr,memory-region = "EXTMEM";
36-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
36+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
3737
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
3838
};
3939
};

boards/st/nucleo_h7s3l8/nucleo_h7s3l8.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
compatible = "zephyr,memory-region";
6666
reg = <0x70000000 DT_SIZE_M(32)>;
6767
zephyr,memory-region = "EXTMEM";
68-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
68+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
6969
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
7070
};
7171
};

boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
compatible = "zephyr,memory-region";
4747
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
4848
zephyr,memory-region = "EXTMEM";
49-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
49+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
5050
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
5151
};
5252

boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
compatible = "zephyr,memory-region";
3636
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
3737
zephyr,memory-region = "EXTMEM";
38-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
38+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
3939
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
4040
};
4141

boards/st/stm32h757i_eval/stm32h757i_eval_stm32h757xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
compatible = "zephyr,memory-region";
3838
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
3939
zephyr,memory-region = "EXTMEM";
40-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
40+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
4141
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
4242
};
4343

boards/st/stm32h7b3i_dk/stm32h7b3i_dk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
compatible = "zephyr,memory-region";
6868
reg = <0x90000000 DT_SIZE_M(64)>;
6969
zephyr,memory-region = "EXTMEM";
70-
/* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
70+
/* The ATTR_MPU_EXTMEM attribute causing a MPU FAULT */
7171
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_IO)>;
7272
};
7373

0 commit comments

Comments
 (0)