public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: matthias.bgg@gmail•com (Matthias Brugger)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v5 3/3] arm64: dts: Add spi slave dts
Date: Fri, 28 Sep 2018 23:07:32 +0200	[thread overview]
Message-ID: <aef8fb56-e774-b9bd-e361-a1ea69e1885d@gmail.com> (raw)
In-Reply-To: <1538131985-9471-4-git-send-email-leilk.liu@mediatek.com>



On 28/09/2018 12:53, Leilk Liu wrote:
> This patch adds MT2712 spi slave into device tree.
> 
> Signed-off-by: Leilk Liu <leilk.liu@mediatek•com>
> ---

Pushed to v4.19-next/dts64

Thanks!

>  arch/arm64/boot/dts/mediatek/mt2712e.dtsi |   11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> index 75cc0f7..ee627a7 100644
> --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> @@ -301,6 +301,17 @@
>  		status = "disabled";
>  	};
>  
> +	spis1: spi at 10013000 {
> +		compatible = "mediatek,mt2712-spi-slave";
> +		reg = <0 0x10013000 0 0x100>;
> +		interrupts = <GIC_SPI 283 IRQ_TYPE_LEVEL_LOW>;
> +		clocks = <&infracfg CLK_INFRA_AO_SPI1>;
> +		clock-names = "spi";
> +		assigned-clocks = <&topckgen CLK_TOP_SPISLV_SEL>;
> +		assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL1_D2>;
> +		status = "disabled";
> +	};
> +
>  	apmixedsys: syscon at 10209000 {
>  		compatible = "mediatek,mt2712-apmixedsys", "syscon";
>  		reg = <0 0x10209000 0 0x1000>;
> 

      reply	other threads:[~2018-09-28 21:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-28 10:53 [PATCH v5 0/3] Add Mediatek SPI slave driver Leilk Liu
2018-09-28 10:53 ` [PATCH v5 1/3] spi: mediatek: add bindings for Mediatek MT2712 soc platform Leilk Liu
2018-09-28 14:05   ` Applied "spi: mediatek: add bindings for Mediatek MT2712 soc platform" to the spi tree Mark Brown
2018-09-28 10:53 ` [PATCH v5 2/3] spi: mediatek: add spi slave for Mediatek MT2712 Leilk Liu
2018-09-28 10:53 ` [PATCH v5 3/3] arm64: dts: Add spi slave dts Leilk Liu
2018-09-28 21:07   ` Matthias Brugger [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=aef8fb56-e774-b9bd-e361-a1ea69e1885d@gmail.com \
    --to=matthias.bgg@gmail$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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