[RESEND] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

2017-10-31 Thread 林上智
> > Add QSPI node support, and this function is disabled by default This
> > setting could be overwritten in board-level definitions
>
> Adding Shawn Guo.
>
This patch is modified based on https://patchwork.ozlabs.org/patch/492099/. The 
originator of this patch is Haikun Wang.
> >
Signed-off-by: Haikun Wang 
> > Signed-off-by: SZ Lin 
>
> Acked-by: Li Yang 
>
> > ---
> >  arch/arm/boot/dts/ls1021a.dtsi | 14 ++
> >  1 file changed, 14 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/ls1021a.dtsi
> > b/arch/arm/boot/dts/ls1021a.dtsi index 7bb9df2c1460..9da876e47810
> > 100644
> > --- a/arch/arm/boot/dts/ls1021a.dtsi
> > +++ b/arch/arm/boot/dts/ls1021a.dtsi
> > @@ -154,6 +154,20 @@
> > big-endian;
> > };
> >
> > +   qspi: quadspi@155 {
> > +   compatible = "fsl,ls1021a-qspi";
> > +   #address-cells = <1>;
> > +   #size-cells = <0>;
> > +   reg = <0x0 0x155 0x0 0x1>,
> > + <0x0 0x4000 0x0 0x4000>;
> > +   reg-names = "QuadSPI", "QuadSPI-memory";
> > +   interrupts = ;
> > +   clock-names = "qspi_en", "qspi";
> > +   clocks = < 4 1>, < 4 1>;
> > +   big-endian;
> > +   status = "disabled";
> > +   };
> > +
> > esdhc: esdhc@156 {
> > compatible = "fsl,esdhc";
> > reg = <0x0 0x156 0x0 0x1>;
> > --
> > 2.14.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe devicetree"
> > in the body of a message to majord...@vger.kernel.org More majordomo
> > info at  http://vger.kernel.org/majordomo-info.html


[RESEND] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

2017-10-31 Thread 林上智
> > Add QSPI node support, and this function is disabled by default This
> > setting could be overwritten in board-level definitions
>
> Adding Shawn Guo.
>
This patch is modified based on https://patchwork.ozlabs.org/patch/492099/. The 
originator of this patch is Haikun Wang.
> >
Signed-off-by: Haikun Wang 
> > Signed-off-by: SZ Lin 
>
> Acked-by: Li Yang 
>
> > ---
> >  arch/arm/boot/dts/ls1021a.dtsi | 14 ++
> >  1 file changed, 14 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/ls1021a.dtsi
> > b/arch/arm/boot/dts/ls1021a.dtsi index 7bb9df2c1460..9da876e47810
> > 100644
> > --- a/arch/arm/boot/dts/ls1021a.dtsi
> > +++ b/arch/arm/boot/dts/ls1021a.dtsi
> > @@ -154,6 +154,20 @@
> > big-endian;
> > };
> >
> > +   qspi: quadspi@155 {
> > +   compatible = "fsl,ls1021a-qspi";
> > +   #address-cells = <1>;
> > +   #size-cells = <0>;
> > +   reg = <0x0 0x155 0x0 0x1>,
> > + <0x0 0x4000 0x0 0x4000>;
> > +   reg-names = "QuadSPI", "QuadSPI-memory";
> > +   interrupts = ;
> > +   clock-names = "qspi_en", "qspi";
> > +   clocks = < 4 1>, < 4 1>;
> > +   big-endian;
> > +   status = "disabled";
> > +   };
> > +
> > esdhc: esdhc@156 {
> > compatible = "fsl,esdhc";
> > reg = <0x0 0x156 0x0 0x1>;
> > --
> > 2.14.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe devicetree"
> > in the body of a message to majord...@vger.kernel.org More majordomo
> > info at  http://vger.kernel.org/majordomo-info.html