From patchwork Sun Jul 6 04:05:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Emilio_L=C3=B3pez?= X-Patchwork-Id: 4489301 X-Patchwork-Delegate: vinod.koul@intel.com Return-Path: X-Original-To: patchwork-dmaengine@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9B27B9F1AC for ; Sun, 6 Jul 2014 04:33:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D90AD20295 for ; Sun, 6 Jul 2014 04:33:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C93220266 for ; Sun, 6 Jul 2014 04:33:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751213AbaGFEd0 (ORCPT ); Sun, 6 Jul 2014 00:33:26 -0400 Received: from yotta.elopez.com.ar ([31.220.24.173]:54347 "EHLO yotta.elopez.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbaGFEd0 (ORCPT ); Sun, 6 Jul 2014 00:33:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elopez.com.ar; s=mail; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=xs2kaytHPMBjwnrqIGhbHJPg9R4EUcUNTxHj5dX8mzg=; b=JLUlCfBSmDhb/uixIfMtYzLnV7Gdp5YTLfB3HTRB47y0m323SSApEhYyIEBSsqZaiHj7rDQaGc6pTajXRMtXSdLkjcfmSs5g2R6vLcQGXYTfECk6/4ngfNd+S8rz5nG8/TrfSlQ37EWwN469Cu4xXsT5Myw6ylphJqUjRhB+LxRGoEc5gewdZxvUCJN+eI/fFajAtU6pl0QdiZihG8t74KXEUF4sOL6H6XbSan62zEzuoPuLvSDTZvzKwh6eQxljENReDHbMUSz48A4qv5UdyqMzq20tYnG02E8Cu14h5bK/Bf+ED6amfuy6y+v4o/G5bYwCecWQe9MOkAHDn0y1Dw==; Received: from [181.164.71.8] (helo=desktop.lan) by yotta.elopez.com.ar with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.82_1-5b7a7c0-XX) id 1X3dkA-0001kf-Lx; Sun, 06 Jul 2014 01:08:02 -0300 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= To: Maxime Ripard , vinod.koul@intel.com, dan.j.williams@intel.com Cc: Ezequiel Garcia , , , shuge@allwinnertech.com, sunny@allwinnertech.com, kevin.z.m.zh@gmail.com, zhuzhenhua@allwinnertech.com, Chen-Yu Tsai , =?UTF-8?q?Emilio=20L=C3=B3pez?= Subject: [PATCH v2 10/8] ARM: sun7i: cubietruck: add an SPIdev device for testing Date: Sun, 6 Jul 2014 01:05:17 -0300 Message-Id: <1404619518-7592-11-git-send-email-emilio@elopez.com.ar> X-Mailer: git-send-email 2.0.1 In-Reply-To: <1404619518-7592-1-git-send-email-emilio@elopez.com.ar> References: <1404619518-7592-1-git-send-email-emilio@elopez.com.ar> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts index b87fea9..4ef421f 100644 --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts @@ -66,6 +66,18 @@ status = "okay"; }; + spi2: spi@01c17000 { + pinctrl-names = "default"; + pinctrl-0 = <&spi2_pins_a>; + status = "okay"; + + dac0: dh2228@2 { + compatible = "rohm,dh2228fv"; + reg = <2>; + spi-max-frequency = <100000>; + }; + }; + pinctrl@01c20800 { mmc3_pins_a: mmc3@0 { /* AP6210 requires pull-up */