From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806AbbI0NFs (ORCPT ); Sun, 27 Sep 2015 09:05:48 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33998 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753864AbbI0NFq (ORCPT ); Sun, 27 Sep 2015 09:05:46 -0400 Subject: Re: [PATCH v7] arm64: dts: Add spi bus dts To: Nicolas Boichat , Leilk Liu References: <1441028659-19068-1-git-send-email-leilk.liu@mediatek.com> Cc: Mark Rutland , devicetree@vger.kernel.org, Sascha Hauer , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Mark Brown , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Matthias Brugger Message-ID: <5607E9A6.2080502@gmail.com> Date: Sun, 27 Sep 2015 15:05:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/09/15 10:59, Nicolas Boichat wrote: > On Mon, Aug 31, 2015 at 9:44 PM, Leilk Liu wrote: >> This patch adds MT8173 spi bus controllers into device tree. > > The corresponding SPI driver has already been merged in > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git . > >> Signed-off-by: Leilk Liu > > Reviewed-and-Tested-by: Nicolas Boichat Applied, thanks. > >> --- >> Change in this patch: >> 1. fix spi clock flow usage error. >> --- >> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 18 ++++++++++++++++++ >> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 13 +++++++++++++ >> 2 files changed, 31 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts >> index 4be66ca..811cb76 100644 >> --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts >> +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts >> @@ -387,6 +387,24 @@ >> }; >> }; >> >> +&pio { >> + spi_pins_a: spi0 { >> + pins_spi { >> + pinmux = , >> + , >> + , >> + ; >> + }; >> + }; >> +}; >> + >> +&spi { >> + pinctrl-names = "default"; >> + pinctrl-0 = <&spi_pins_a>; >> + mediatek,pad-select = <0>; >> + status = "okay"; >> +}; >> + >> &uart0 { >> status = "okay"; >> }; >> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> index d18ee42..fcb4860 100644 >> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> @@ -365,6 +365,19 @@ >> status = "disabled"; >> }; >> >> + spi: spi@1100a000 { >> + compatible = "mediatek,mt8173-spi"; >> + #address-cells = <1>; >> + #size-cells = <0>; >> + reg = <0 0x1100a000 0 0x1000>; >> + interrupts = ; >> + clocks = <&topckgen CLK_TOP_SYSPLL3_D2>, >> + <&topckgen CLK_TOP_SPI_SEL>, >> + <&pericfg CLK_PERI_SPI0>; >> + clock-names = "parent-clk", "sel-clk", "spi-clk"; >> + status = "disabled"; >> + }; >> + >> i2c3: i2c3@11010000 { >> compatible = "mediatek,mt8173-i2c"; >> reg = <0 0x11010000 0 0x70>, >> -- >> 1.8.1.1.dirty >> >> >> _______________________________________________ >> Linux-mediatek mailing list >> Linux-mediatek@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-mediatek