Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/ti/lp_am243x/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# SPDX-License-Identifier: Apache-2.0

if(CONFIG_SOC_AM2434_M4)
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3338")
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3338")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no fixup commits, squash

elseif(CONFIG_SOC_AM2434_R5F0_0)
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3334")
board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3334")
endif()

include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
6 changes: 1 addition & 5 deletions boards/ti/lp_am243x/lp_am243x_am2434_r5f0_0-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@
i2c0_sda: i2c0_sda_default {
pinmux = <K3_PINMUX(0x264, PIN_INPUT_PULLUP, MUX_MODE_0)>;
};
};

&pinctrl {
status = "okay";

gpio0_led1: test_led1_green {
pinmux = <K3_PINMUX(0x58, PIN_OUTPUT, MUX_MODE_7)>;
};
};
};

Check warning on line 31 in boards/ti/lp_am243x/lp_am243x_am2434_r5f0_0-pinctrl.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

MISSING_EOF_NEWLINE

boards/ti/lp_am243x/lp_am243x_am2434_r5f0_0-pinctrl.dtsi:31 adding a line without newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline

Loading