Skip to content

Commit cb09d19

Browse files
etienne-lmskartben
authored andcommitted
boards: st: fix STM3MP1* boards DTS files coding style
Fix board DTS coding style issues to prevent they spread when a new board is introduced and used this DTS as example start point. Issues addressed from Zephyr devicetree style guidelines [1]: - Insert a single empty line to separate nodes at the same hierarchy level. No functional change. Link: https://docs.zephyrproject.org/latest/contribute/style/devicetree.html [1] Signed-off-by: Etienne Carriere <[email protected]>
1 parent 0a3526b commit cb09d19

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/st/stm32mp135f_dk/stm32mp135f_dk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
width = <480>;
148148
height = <272>;
149149
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
150+
150151
display-timings {
151152
compatible = "zephyr,panel-timing";
152153
de-active = <0>;
@@ -160,6 +161,7 @@
160161
hfront-porch = <32>;
161162
vfront-porch = <2>;
162163
};
164+
163165
def-back-color-red = <0xFF>;
164166
def-back-color-green = <0xFF>;
165167
def-back-color-blue = <0xFF>;

boards/st/stm32mp157c_dk2/stm32mp157c_dk2.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
leds {
3131
compatible = "gpio-leds";
32+
3233
red_led_1: led_1 {
3334
gpios = <&gpioh 7 GPIO_ACTIVE_HIGH>;
3435
label = "LD7";
@@ -37,6 +38,7 @@
3738

3839
gpio_keys {
3940
compatible = "gpio-keys";
41+
4042
user_button: button {
4143
label = "User 1";
4244
gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)