From patchwork Wed Feb 27 20:34:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2194531 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 526433FC8F for ; Wed, 27 Feb 2013 19:34:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760344Ab3B0Td7 (ORCPT ); Wed, 27 Feb 2013 14:33:59 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:57728 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398Ab3B0Td7 (ORCPT ); Wed, 27 Feb 2013 14:33:59 -0500 Received: by mail-la0-f48.google.com with SMTP id fq13so956066lab.21 for ; Wed, 27 Feb 2013 11:33:57 -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=xD4m7zotEjV+zhjj2xRUZFIEW5SGy6nYYM6Tm0Oo8mI=; b=VHbpaDVHHKzuYv4581f3l4wJ8LXi2h2FGzhOgNmrfTcNP1KPjSZ1Xg7YC0jm0mStit 38ZH0Kx86vjjioz4k6oiQmzQrgTWGNVxGgSkLtv+VjBb+EcdltSx9f0tIuO2TEbSVRwl 3vaM5WC8O5dza9hwsMbPBLszhzicA2Xy3YuXQ4skeUhvK1b+Uhrhkdu8ybdRGhrwk6oi kyme/26ycQCS4FynzHnlUTyscy1F0syHhLX1W18/6i/HUHwlnnTrML3vXGsfT/HH+sUo T8FV3dFzfu/R2WflsYUOn5e+IQmo8pBfLx9cQj56n3u4mSHYngrtMiHXomgHnJABZHWU O7qg== X-Received: by 10.152.46.131 with SMTP id v3mr3015766lam.57.1361993637610; Wed, 27 Feb 2013 11:33:57 -0800 (PST) Received: from wasted.dev.rtsoft.ru (ppp91-79-66-50.pppoe.mtu-net.ru. [91.79.66.50]) by mx.google.com with ESMTPS id e9sm2118244lbz.1.2013.02.27.11.33.55 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Feb 2013 11:33:56 -0800 (PST) To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration Cc: linux-sh@vger.kernel.org, vladimir.barinov@cogentembedded.com From: Sergei Shtylyov Organization: Cogent Embedded Date: Wed, 27 Feb 2013 23:34:36 +0300 MIME-Version: 1.0 Message-Id: <201302272334.36679.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQnnPMzVx3vbleqC/Apd0KPaz0prNYfNbVtffKQjvZy4jNnVq5eu5UT0v/c5IfJ4i3yHlML9 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 --- Changes since v3: - refreshed against the recent 'next' branch. Changes since v1: - removed "0x" from the node name. 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 @@ -83,4 +83,11 @@ interrupt-parent = <&gic>; interrupts = <0 81 0x4>; }; + + sata: sata@fc600000 { + compatible = "renesas,rcar-sata"; + reg = <0xfc600000 0x2000>; + interrupt-parent = <&gic>; + interrupts = <0 100 0x4>; + }; };