Skip to content

Commit

Permalink
tests: drivers: spi: Correct the spi node for ek_ra8d1
Browse files Browse the repository at this point in the history
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 <khoa.nguyen.xh@renesas.com>
  • Loading branch information
khoa-nguyen-18 authored and kartben committed Jan 27, 2025
1 parent 810ceb2 commit 436a6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/drivers/spi/spi_loopback/boards/ek_ra8d1.overlay
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* Copyright (c) 2024-2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/

&spi0 {
&spi1 {
rx-dtc;
tx-dtc;
slow@0 {
Expand Down

0 comments on commit 436a6d8

Please sign in to comment.