Skip to content

Commit eb68a98

Browse files
boards: ti: lp_am243x: dtsi and board.cmake formatting cleanup
Address comments from PR 91986, relating to the formatting of the board.cmake file and the dtsi files for the lp_am243x board. Signed-off-by: Spencer J. Coward <[email protected]>
1 parent 9d6fdee commit eb68a98

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

boards/ti/lp_am243x/board.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
if(CONFIG_SOC_AM2434_M4)
6-
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3338")
6+
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3338")
77
elseif(CONFIG_SOC_AM2434_R5F0_0)
8-
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3334")
8+
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3334")
99
endif()
1010

1111
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)

boards/ti/lp_am243x/lp_am243x_am2434_r5f0_0-pinctrl.dtsi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@
2424
i2c0_sda: i2c0_sda_default {
2525
pinmux = <K3_PINMUX(0x264, PIN_INPUT_PULLUP, MUX_MODE_0)>;
2626
};
27-
};
28-
29-
&pinctrl {
30-
status = "okay";
3127

3228
gpio0_led1: test_led1_green {
3329
pinmux = <K3_PINMUX(0x58, PIN_OUTPUT, MUX_MODE_7)>;
3430
};
35-
};
31+
};

0 commit comments

Comments
 (0)