From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Shiyan Subject: [PATCH 2/3] ARM: dts: Add SPI support for i.MX27 Phytec PCM038 module Date: Sun, 7 Apr 2013 19:29:13 +0400 Message-ID: <1365348554-24345-2-git-send-email-shc_work@mail.ru> References: <1365348554-24345-1-git-send-email-shc_work@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1365348554-24345-1-git-send-email-shc_work-JGs/UdohzUI@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Alexander Shiyan , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , Sascha Hauer List-Id: devicetree@vger.kernel.org Added SPI node to imx27-phytec-phycore DT file. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27-phytec-phycore.dtsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp index 7228153..354dc77 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp @@ -77,3 +77,9 @@ nand-ecc-mode = "hw"; status = "okay"; }; + +&cspi1 { + fsl,spi-num-chipselects = <1>; + cs-gpios = <&gpio4 28 0>; + status = "okay"; +}; -- 1.8.1.5