Message ID | 1392908239-22645-2-git-send-email-geert@linux-m68k.org (mailing list archive) |
---|---|
State | Changes Requested |
Commit | b4c477856d3c9374ce660c599677a89dc34cfa0d |
Headers | show |
On Thu, Feb 20, 2014 at 03:57:19PM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > Add Spansion s25fl008k SPI FLASH and MTD partition, based on bockw legacy > board code. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > --- > v2: > - Add Tested-by Thanks, I have queued this up. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index 06cda19dac6a..f76f6ec01e19 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts @@ -109,4 +109,18 @@ pinctrl-0 = <&hspi0_pins>; pinctrl-names = "default"; status = "okay"; + + flash: flash@0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "spansion,s25fl008k"; + reg = <0>; + spi-max-frequency = <104000000>; + m25p,fast-read; + + partition@0 { + label = "data(spi)"; + reg = <0x00000000 0x00100000>; + }; + }; };