Skip to content

Commit c18fdda

Browse files
tests: drivers: spi: Correct the spi node for ek_ra8d1
Currently, the SPI pinctrl is incorrect for the spi0 node. In this PR (#77850), we changed the pinctrl number for SPI from spi0 to spi1, but we forgot to update the node name to spi1. This commit aims to: - Correct the spi node in test app spi_loopback for ek_ra8d1 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 36a8bae commit c18fdda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/drivers/spi/spi_loopback/boards/ek_ra8d1.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Copyright (c) 2024 Renesas Electronics Corporation
2+
* Copyright (c) 2024-2025 Renesas Electronics Corporation
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
&spi0 {
6+
&spi1 {
77
rx-dtc;
88
tx-dtc;
99
slow@0 {

0 commit comments

Comments
 (0)