Skip to content

Commit

Permalink
ARM32: dts: wandboard: fix no spi issue
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhang <[email protected]>
  • Loading branch information
JoeZhang-tn authored and ray-chang committed Feb 15, 2024
1 parent eec5d34 commit 45d3db9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/imx6qdl-wandboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -522,3 +522,12 @@
no-1-8-v;
status = "okay";
};

&ecspi1 {
status = "okay";
spidev@0 {
compatible = "rohm,dh2228fv";
spi-max-frequency = <10000000>;
reg = <0>;
};
};

0 comments on commit 45d3db9

Please sign in to comment.