Skip to content

Commit 3946500

Browse files
authored
boards: arm: Enable DPD flag on flash chip (#180)
Enable using the DPD mode on our SPI NOR chip. Signed-off-by: Jared Baumann <jared.baumann8@t-mobile.com>
1 parent 5be8b21 commit 3946500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/tmo_dev_edge/tmo_dev_edge.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
compatible = "jedec,spi-nor";
162162
reg = <0>;
163163
spi-max-frequency = <6400000>;
164+
has-dpd;
164165
// note size is in bits
165166
size = <0x04000000>;
166167
jedec-id = [ef 60 17];

0 commit comments

Comments
 (0)