From mboxrd@z Thu Jan 1 00:00:00 1970 From: lei liu Subject: Re: [PATCH v5 3/3] arm64: dts: Add spi bus dts Date: Thu, 13 Aug 2015 11:35:16 +0800 Message-ID: <1439436916.21454.15.camel@mhfsdcap03> References: <1438931991-17044-1-git-send-email-leilk.liu@mediatek.com> <1438931991-17044-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: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Daniel Kurtz Cc: Mark Brown , Mark Rutland , Matthias Brugger , Sascha Hauer , "open list:OPEN FIRMWARE AND..." , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org > > + spi: spi@1100a000 { > > + compatible = "mediatek,mt8173-spi"; > > + #address-cells = <1>; > > + #size-cells = <0>; > > + reg = <0 0x1100a000 0 0x1000>; > > + interrupts = ; > > + clocks = <&topckgen CLK_TOP_SPI_SEL>, <&topckgen CLK_TOP_SYSPLL3_D2>; > > + clock-names = "spi-clk", "parent-clk"; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&spi_pins_a>; > > + mediatek,pad-select = <0>; > > The pinctl and pad-select fields are board specific. > Please move to mt8173-evb.dtsi, along with status = "okay"; > OK, I will fix it. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html