From patchwork Thu Nov 7 20:04:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Valentine Barshak X-Patchwork-Id: 3154321 Return-Path: X-Original-To: patchwork-linux-sh@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 9770C9F407 for ; Thu, 7 Nov 2013 20:04:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7255E20481 for ; Thu, 7 Nov 2013 20:04:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4AB40204A0 for ; Thu, 7 Nov 2013 20:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753997Ab3KGUEM (ORCPT ); Thu, 7 Nov 2013 15:04:12 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:47976 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754005Ab3KGUEJ (ORCPT ); Thu, 7 Nov 2013 15:04:09 -0500 Received: by mail-la0-f42.google.com with SMTP id ep20so884484lab.1 for ; Thu, 07 Nov 2013 12:04:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=D/R2XLtF1g7IF/9nKD7qvGPQD+WN2yO+jx9S3HyzHc4=; b=GcQp5wCc8D0D5ra2WbOneQEs2IUnMVn5VbAFMLO07RWcJOpw4UJTY9Kr0MP3l0HHwb oGiZPIspAxcBkS7zul8X83lecaRwHF9TylVbLVuDLFKlrgFcV3gFXnC5uJtXL1SBkQ+M N5o7MCJNJ6Sl2C1LKjlt5BLX3lIVrMVxGe22n1PvVLX2d6ONa0p89EMZqaIGTLvvvueZ cOiP1gOHq7XgG3gtWW+pQiiLfVAUtIDEt0xW0phK4TF5a2676ARrgHMYtV35e/60zdtM /w/rtrfvciVYX7HEufRITx3WYvoOhJyIMlqOKWD3cBuT4WKWglPiRAQ/5wheLhlitX7V Uakw== X-Gm-Message-State: ALoCoQkHY9ch2J5cQ0PySjxVRimSdXUwRHQYDoBo/1Q3BtUIHk8cpLOc790ihYUtEE+5xjBZ2B8r X-Received: by 10.112.52.33 with SMTP id q1mr7524831lbo.30.1383854647811; Thu, 07 Nov 2013 12:04:07 -0800 (PST) Received: from black.localnet ([93.100.122.208]) by mx.google.com with ESMTPSA id r7sm3931796lbo.5.2013.11.07.12.04.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Nov 2013 12:04:07 -0800 (PST) From: Valentine Barshak To: linux-sh@vger.kernel.org, linux-ide@vger.kernel.org, devicetree@vger.kernel.org Cc: Simon Horman , Magnus Damm , Kuninori Morimoto , Laurent Pinchart , Guennadi Liakhovetski , Kumar Gala , Tejun Heo , Vladimir Barinov , Sergei Shtylyov , Mark Rutland Subject: [PATCH V2 2/2] dt: Document sata_rcar bindings Date: Fri, 8 Nov 2013 00:04:02 +0400 Message-Id: <1383854642-21660-3-git-send-email-valentine.barshak@cogentembedded.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1383854642-21660-1-git-send-email-valentine.barshak@cogentembedded.com> References: <1383854642-21660-1-git-send-email-valentine.barshak@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 These bindings can be used to register SATA devices found on R-Car SoC. Signed-off-by: Valentine Barshak Acked-by: Kumar Gala --- Documentation/devicetree/bindings/ata/sata_rcar.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/ata/sata_rcar.txt diff --git a/Documentation/devicetree/bindings/ata/sata_rcar.txt b/Documentation/devicetree/bindings/ata/sata_rcar.txt new file mode 100644 index 0000000..d6b20a6 --- /dev/null +++ b/Documentation/devicetree/bindings/ata/sata_rcar.txt @@ -0,0 +1,18 @@ +* Renesas R-Car SATA + +Required properties: +- compatible : should contain one of the following: + - "renesas,sata-r8a7779" for R-Car H1 + - "renesas,sata-r8a7790" for R-Car H2 + - "renesas,sata-r8a7791" for R-Car M2 +- reg : offset and length of the SATA registers; +- interrupts : must consist of one interrupt specifier. + +Example: + +sata: sata@fc600000 { + compatible = "renesas,sata-r8a7779"; + reg = <0xfc600000 0x2000>; + interrupt-parent = <&gic>; + interrupts = <0 100 0x4>; +};