From patchwork Thu Nov 22 08:23:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 1787191 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 89A043FC64 for ; Thu, 22 Nov 2012 19:56:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932471Ab2KVTyT (ORCPT ); Thu, 22 Nov 2012 14:54:19 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:39776 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753766Ab2KVTyM (ORCPT ); Thu, 22 Nov 2012 14:54:12 -0500 Received: by mail-pa0-f46.google.com with SMTP id bh2so3067558pad.19 for ; Thu, 22 Nov 2012 11:54:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=I0TWMLBKAR4Mmxyg5EUTCMHSQK6jcYks6+QD1bCxVm0=; b=KJ+gGv/TRdHltCGRXrexh2XrDman094RmAp/fR/dhpteBlwEzJL47K2CHYSoX0RXbt 3RES/9+P3T6AJkcnqpbaZo/L9AQ9ztnDpQaYaPM0gcqZOZTCOYhQdiAa7vX6Nn/Tv+R4 Y2Eq1G0QzGG6L371LYS+N0gfLD/oYobi5UvZXkFcdekjw7aXi3wjLC2tYwtR9BjBu/6W R9n7cAZ43pkbu1NBsSt1x8OScjjU2pljU5rviiZYdF6Yq7VjKm9jijjcSNXkvmpD/3sg 9rvValU+GlO/vdBvVggD1wTC/gnM/dOqhJO2+TzlFI1Wla4Niwj7EyFzmP7ztiDITtcu hKcw== Received: by 10.68.83.68 with SMTP id o4mr2822346pby.25.1353572630159; Thu, 22 Nov 2012 00:23:50 -0800 (PST) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPS id qt3sm1695685pbb.32.2012.11.22.00.23.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Nov 2012 00:23:49 -0800 (PST) From: Nobuhiro Iwamatsu To: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: magnus.damm@gmail.com, horms@verge.net.au, Nobuhiro Iwamatsu Subject: [PATCH shmobile/DT 2/2] ARM: shmobile: Update document for sh_intc of DT Date: Thu, 22 Nov 2012 17:23:39 +0900 Message-Id: <1353572619-29098-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1353572619-29098-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1353572619-29098-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Gm-Message-State: ALoCoQkm1snnmLC8jm5jKQ26YltdIrxsaJ9Cgib25q/JQmEY+lNca5O63VDmFK3Ra7xetoSLXFWu Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Delete "renesas,sh_intcs" and "renesas,sh_intca_irq_pins" as compatible. This updates the information about these. Signed-off-by: Nobuhiro Iwamatsu --- Documentation/devicetree/bindings/sh/intc.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Documentation/devicetree/bindings/sh/intc.txt b/Documentation/devicetree/bindings/sh/intc.txt index ebb2398..04b7f73 100644 --- a/Documentation/devicetree/bindings/sh/intc.txt +++ b/Documentation/devicetree/bindings/sh/intc.txt @@ -7,10 +7,7 @@ is managed by DT, in order to maintain compatibility. Main node required properties: -- compatible : should be one of: - "renesas,sh_intca" - "renesas,sh_intcs" - "renesas,sh_intca_irq_pins" +- compatible : "renesas,sh_intc" - interrupt-controller : Identifies the node as an interrupt controller - #interrupt-cells : Set already 1. @@ -100,18 +97,10 @@ Optional: This node required properties: * vector : This specifies the address phandle of INTCS. -Note: -- "renesas,sh_intca" needs group_size, intc_group*, intc_vectors, - intc_mask_registers and intc_prio_registers. -- "renesas,sh_intcs" needs group_size, intc_group*, intc_vectors, - intc_mask_registers, intc_prio_registers and intc_intevtsa. -- "renesas,sh_intca_irq_pins" needs intc_vectors, intc_mask_registers, - intc_prio_registers, intc_sense_registers and intc_ack_registers. - Example: intca: interrupt-controller@0 { - compatible = "renesas,sh_intca"; + compatible = "renesas,sh_intc"; interrupt-controller; #address-cells = <1>; #size-cells = <1>;