bl5340_dvk: Move MIPI_DBI interface back to spi4

Commit 3dbbb73 accidentally changed the MIPI_DBI spi interface from
spi4 to spi2 for this board during conversion to use the MIPI_DBI wrapper.

This does not work, and this change reverts it back to spi4.

Tested on actual boards (bl5340, bl5340pa).
Before this change LVGL demo displays nothing, after this change it works
fine again.

Signed-off-by: Daniel Berlin <dberlin@dberlin.org>
This commit is contained in:
Daniel Berlin 2024-07-15 16:57:02 -04:00 committed by Anas Nashif
commit 08e44f9dae

View file

@ -111,7 +111,7 @@
compatible = "zephyr,mipi-dbi-spi"; compatible = "zephyr,mipi-dbi-spi";
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
dc-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; dc-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
spi-dev = <&spi2>; spi-dev = <&spi4>;
write-only; write-only;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;