From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [RFC 3/3] RFC: mach-msm: add DT for ifc6410 (apq8064) Date: Mon, 16 Dec 2013 11:57:44 -0800 Message-ID: <20131216195744.GP21983@codeaurora.org> References: <1387213254-23020-1-git-send-email-robdclark@gmail.com> <1387213254-23020-4-git-send-email-robdclark@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:58795 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993Ab3LPT5p (ORCPT ); Mon, 16 Dec 2013 14:57:45 -0500 Content-Disposition: inline In-Reply-To: <1387213254-23020-4-git-send-email-robdclark@gmail.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Rob Clark Cc: linux-arm-msm@vger.kernel.org On 12/16, Rob Clark wrote: > + > + msmgpio: gpio@800000 { > + compatible = "qcom,msm-gpio"; > + gpio-controller; > + #gpio-cells = <2>; > + ngpio = <150>; > + interrupts = <0 32 0x4>; This should be 16. > + interrupt-controller; > + #interrupt-cells = <2>; > + reg = <0x00800000 0x4000>; > + }; > + -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation