[PATCH 1/3] ARM: socfpga: dtsi: add qspi node
Dinh Nguyen
dinguyen at opensource.altera.com
Wed Oct 19 08:55:46 PDT 2016
On Tue, 18 Oct 2016, Steffen Trumtrar wrote:
> Add the qspi node to the socfpga dtsi file.
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> ---
> arch/arm/boot/dts/socfpga.dtsi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> index 9f48141270b8..0dc96d2248a6 100644
> --- a/arch/arm/boot/dts/socfpga.dtsi
> +++ b/arch/arm/boot/dts/socfpga.dtsi
> @@ -705,6 +705,20 @@
> reg = <0xffff0000 0x10000>;
> };
>
> + qspi: spi at ff705000 {
> + compatible = "cdns,qspi-nor";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + reg = <0xff705000 0x1000>,
> + <0xffa00000 0x1000>;
I think the QSPI data address space has a length of 0x100000. I've fixed it up locally.
BR,
Dinh
More information about the linux-arm-kernel
mailing list