Skip to content

Commit 6b23044

Browse files
erwangocarlescufi
authored andcommitted
boards: shields: fix indentation issues
Fix indentation issues in shield overlays seen when reviewing previous commit. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 07b642d commit 6b23044

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

boards/shields/frdm_stbc_agm01/frdm_stbc_agm01.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
};
1212

1313
&arduino_i2c {
14-
fxos8700_1e_frdm_stbc_agm01: fxos8700@1e {
14+
fxos8700_1e_frdm_stbc_agm01: fxos8700@1e {
1515
compatible = "nxp,fxos8700";
1616
reg = <0x1e>;
1717
int1-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>;
1818
int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>;
19-
};
19+
};
2020

21-
fxas21002_frdm_stbc_agm01: fxas21002@20 {
22-
compatible = "nxp,fxas21002";
21+
fxas21002_frdm_stbc_agm01: fxas21002@20 {
22+
compatible = "nxp,fxas21002";
2323
reg = <0x20>;
2424
int1-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>;
2525
int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
26-
};
26+
};
2727
};

boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_cpu0.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<&gpio1 12 GPIO_ACTIVE_LOW>,
1515
<&gpio1 26 GPIO_ACTIVE_LOW>;
1616

17-
/* LPCXpresso55xxx boards all use SSEL1. */
17+
/* LPCXpresso55xxx boards all use SSEL1. */
1818
eth_click_mikroe_eth_click: eth_click@1 {
1919
compatible = "microchip,enc28j60";
2020
reg = <0x1>;

boards/shields/mikroe_eth_click/boards/lpcxpresso55s69_ns.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<&gpio1 12 GPIO_ACTIVE_LOW>,
1515
<&gpio1 26 GPIO_ACTIVE_LOW>;
1616

17-
/* LPCXpresso55xxx boards all use SSEL1. */
17+
/* LPCXpresso55xxx boards all use SSEL1. */
1818
eth_click_mikroe_eth_click: eth_click@1 {
1919
compatible = "microchip,enc28j60";
2020
reg = <0x1>;

0 commit comments

Comments
 (0)