mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
To: "linux-snps-arc@lists.infradead.org" 
	<linux-snps-arc@lists.infradead.org>
Cc: "Eugeniy.Paltsev@synopsys.com" <Eugeniy.Paltsev@synopsys.com>,
	"Vineet Gupta" <Vineet.Gupta1@synopsys.com>,
	Alexey Brodkin <Alexey.Brodkin@synopsys.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARC: [plat-hsdk]: enable DW SPI controller
Date: Fri, 5 Jul 2019 16:03:51 +0000	[thread overview]
Message-ID: <8e8d7e3fb497a3760bc0979457ae1bae77ecc561.camel@synopsys.com> (raw)
In-Reply-To: <CY4PR1201MB0120F4FE7C0E000AAAC5762DA1100@CY4PR1201MB0120.namprd12.prod.outlook.com>

Hi Vineet,

I guess you'll add this to 5.3, right?

On Fri, 2019-06-07 at 15:29 +0000, Alexey Brodkin wrote:
> Hi Eugeniy,
> 
> > -----Original Message-----
> > From: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> > Sent: Friday, June 7, 2019 5:48 PM
> > To: linux-snps-arc@lists.infradead.org; Vineet Gupta <vgupta@synopsys.com>
> > Cc: linux-kernel@vger.kernel.org; Alexey Brodkin <abrodkin@synopsys.com>; Eugeniy Paltsev
> > <Eugeniy.Paltsev@synopsys.com>
> > Subject: [PATCH] ARC: [plat-hsdk]: enable DW SPI controller
> > 
> > HSDK SoC has DW SPI controller. Enable it in preparation of
> > enabling on-board SPI peripherals.
> > 
> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> 
> Adding Rob and...
> 
> Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
> 
> >  arch/arc/boot/dts/hsdk.dts      | 14 ++++++++++++++
> >  arch/arc/configs/hsdk_defconfig |  3 +++
> >  2 files changed, 17 insertions(+)
> > 
> > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts
> > index e57b24dd02e7..42e1c961ba48 100644
> > --- a/arch/arc/boot/dts/hsdk.dts
> > +++ b/arch/arc/boot/dts/hsdk.dts
> > @@ -11,6 +11,7 @@
> >   */
> >  /dts-v1/;
> > 
> > +#include <dt-bindings/gpio/gpio.h>
> >  #include <dt-bindings/reset/snps,hsdk-reset.h>
> > 
> >  / {
> > @@ -233,6 +234,19 @@
> >  			dma-coherent;
> >  		};
> > 
> > +		spi0: spi@20000 {
> > +			compatible = "snps,dw-apb-ssi";
> > +			reg = <0x20000 0x100>;
> > +			#address-cells = <1>;
> > +			#size-cells = <0>;
> > +			interrupts = <16>;
> > +			num-cs = <2>;
> > +			reg-io-width = <4>;
> > +			clocks = <&input_clk>;
> > +			cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
> > +				   <&creg_gpio 1 GPIO_ACTIVE_LOW>;
> > +		};
> > +
> >  		creg_gpio: gpio@14b0 {
> >  			compatible = "snps,creg-gpio-hsdk";
> >  			reg = <0x14b0 0x4>;
> > diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig
> > index 0c4411f50948..ccfa744fe755 100644
> > --- a/arch/arc/configs/hsdk_defconfig
> > +++ b/arch/arc/configs/hsdk_defconfig
> > @@ -46,6 +46,9 @@ CONFIG_SERIAL_8250_CONSOLE=y
> >  CONFIG_SERIAL_8250_DW=y
> >  CONFIG_SERIAL_OF_PLATFORM=y
> >  # CONFIG_HW_RANDOM is not set
> > +CONFIG_SPI=y
> > +CONFIG_SPI_DESIGNWARE=y
> > +CONFIG_SPI_DW_MMIO=y
> >  CONFIG_GPIOLIB=y
> >  CONFIG_GPIO_SYSFS=y
> >  CONFIG_GPIO_DWAPB=y
> > --
> > 2.21.0
-- 
 Eugeniy Paltsev

      reply	other threads:[~2019-07-05 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 14:48 Eugeniy Paltsev
2019-06-07 15:29 ` Alexey Brodkin
2019-07-05 16:03   ` Eugeniy Paltsev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e8d7e3fb497a3760bc0979457ae1bae77ecc561.camel@synopsys.com \
    --to=eugeniy.paltsev@synopsys.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®