From patchwork Sat Feb 16 22:40:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2152521 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 28B723FD4F for ; Sat, 16 Feb 2013 21:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754467Ab3BPVkV (ORCPT ); Sat, 16 Feb 2013 16:40:21 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:57018 "EHLO mail-la0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754462Ab3BPVkV (ORCPT ); Sat, 16 Feb 2013 16:40:21 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so4492310lab.9 for ; Sat, 16 Feb 2013 13:40:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:cc:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=qrrnn33Hf80UVBYK3sSPlbYxzK4qgzz+n/H/u96Ee28=; b=CajIK+myU0LPj5vgTsAz81uo/oyXmNNGeTGaBMBz21Y1IYIw3s8QzNYYgLskc3o2PJ WyWBE1AYKJnra7vFwg6l6nebnxZCiAB5lap1Ns6GnYPXWf8P/pqWdT5/Jr60Zuj9olon ixa3GXxOPxy9TGtlkpmCPXCdXphbGw9o6oz0T0Joen+zYV5K3hDQ5PZeXahU3yDr/Hux tdcmlQtlUxh4BsR3nBH8lxzG+Rgpt6LH+8ZZffOPXC50ZBqoidXQiEm7+BQFK4xXj/9L 6zj2W28tIRPtAx6AgHfYTSP4xqRunD8M/DbZTo7FKoMqYmg7cc9YU6fdxaROW6V1UIav xLiQ== X-Received: by 10.112.102.165 with SMTP id fp5mr3816903lbb.18.1361050819373; Sat, 16 Feb 2013 13:40:19 -0800 (PST) Received: from wasted.dev.rtsoft.ru (ppp91-79-87-79.pppoe.mtu-net.ru. [91.79.87.79]) by mx.google.com with ESMTPS id pk1sm32125890lab.0.2013.02.16.13.40.17 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 16 Feb 2013 13:40:18 -0800 (PST) To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/4] ARM: mach-shmobile: r8a7779: SATA DT configuration Cc: linux-sh@vger.kernel.org, vladimir.barinov@cogentembedded.com From: Sergei Shtylyov Organization: Cogent Embedded Date: Sun, 17 Feb 2013 01:40:45 +0300 MIME-Version: 1.0 Message-Id: <201302170140.45708.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQkTPDd2Zbu8ph3hXtGDBVx8gFex+x//SfxC8hUdO2Yu6YX4OTASITYsvkYOSJ9uf6vz3gNQ Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Vladimir Barinov Allow configuration of the r8a7779 SoC SATA controller using a flattened device tree. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7779.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/boot/dts/r8a7779.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7779.dtsi +++ renesas/arch/arm/boot/dts/r8a7779.dtsi @@ -92,4 +92,11 @@ interrupts = <0 28 0x4>; reg-io-width = <4>; }; + + sata: sata@0xfc600000 { + compatible = "renesas,rcar-sata"; + reg = <0xfc600000 0x2000>; + interrupt-parent = <&gic>; + interrupts = <0 100 0x4>; + }; };