Skip to content

Commit bb0c5b8

Browse files
committed
[WIP] stuff!
1 parent 9e36984 commit bb0c5b8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
flash@0 {
6565
reg = <0>;
6666
compatible = "jedec,spi-nor";
67+
68+
#include "openbmc-flash-layout.dtsi"
6769
};
6870
};
6971

drivers/spi/spi-wpcm-fiu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static bool wpcm_fiu_fast_read_match(const struct spi_mem_op *op)
177177

178178
static int wpcm_fiu_fast_read_exec(struct spi_mem *mem, const struct spi_mem_op *op)
179179
{
180-
return -EINVAL;
180+
return wpcm_fiu_normal_exec(mem, op);
181181
}
182182

183183
/*

0 commit comments

Comments
 (0)