Skip to content

Commit

Permalink
boards: bl5430_dvk: Fix SPI device used for mipi display.
Browse files Browse the repository at this point in the history
Sets the correct SPI device to use when using MIPI display.

Fixes: zephyrproject-rtos#75991

Signed-off-by: David Leach <david.leach@nxp.com>
  • Loading branch information
dleach02 committed Jul 17, 2024
1 parent cb17f5f commit 6e3cd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
compatible = "zephyr,mipi-dbi-spi";
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
dc-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
spi-dev = <&spi2>;
spi-dev = <&spi4>;
write-only;
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 6e3cd82

Please sign in to comment.