From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH v5 3/3] arm64: dts: Add spi slave dts Date: Fri, 28 Sep 2018 23:07:32 +0200 Message-ID: References: <1538131985-9471-1-git-send-email-leilk.liu@mediatek.com> <1538131985-9471-4-git-send-email-leilk.liu@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1538131985-9471-4-git-send-email-leilk.liu@mediatek.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Leilk Liu , Mark Brown Cc: Mark Rutland , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org, yt.shen@mediatek.com List-Id: linux-mediatek@lists.infradead.org On 28/09/2018 12:53, Leilk Liu wrote: > This patch adds MT2712 spi slave into device tree. > > Signed-off-by: Leilk Liu > --- 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@10013000 { > + compatible = "mediatek,mt2712-spi-slave"; > + reg = <0 0x10013000 0 0x100>; > + interrupts = ; > + 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@10209000 { > compatible = "mediatek,mt2712-apmixedsys", "syscon"; > reg = <0 0x10209000 0 0x1000>; > From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthias.bgg@gmail.com (Matthias Brugger) Date: Fri, 28 Sep 2018 23:07:32 +0200 Subject: [PATCH v5 3/3] arm64: dts: Add spi slave dts In-Reply-To: <1538131985-9471-4-git-send-email-leilk.liu@mediatek.com> References: <1538131985-9471-1-git-send-email-leilk.liu@mediatek.com> <1538131985-9471-4-git-send-email-leilk.liu@mediatek.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 28/09/2018 12:53, Leilk Liu wrote: > This patch adds MT2712 spi slave into device tree. > > Signed-off-by: Leilk Liu > --- 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 = ; > + 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>; >