Skip to content

Commit

Permalink
[WIP] stuff!
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Jun 1, 2023
1 parent 9e36984 commit bb0c5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
flash@0 {
reg = <0>;
compatible = "jedec,spi-nor";

#include "openbmc-flash-layout.dtsi"
};
};

Expand Down
2 changes: 1 addition & 1 deletion drivers/spi/spi-wpcm-fiu.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static bool wpcm_fiu_fast_read_match(const struct spi_mem_op *op)

static int wpcm_fiu_fast_read_exec(struct spi_mem *mem, const struct spi_mem_op *op)
{
return -EINVAL;
return wpcm_fiu_normal_exec(mem, op);
}

/*
Expand Down

0 comments on commit bb0c5b8

Please sign in to comment.