From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0136.outbound.protection.outlook.com [157.56.110.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id C95601A0133 for ; Tue, 4 Aug 2015 11:28:46 +1000 (AEST) Date: Mon, 3 Aug 2015 20:28:31 -0500 From: Scott Wood To: Igal.Liberman CC: , , , Subject: Re: [v3,1/2] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan Message-ID: <20150804012831.GA15131@home.buserror.net> References: <1438584241-10460-1-git-send-email-igal.liberman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1438584241-10460-1-git-send-email-igal.liberman@freescale.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Aug 03, 2015 at 09:44:01AM +0300, Igal.Liberman wrote: > + xmdio0: mdio@f1000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,fman-xmdio"; > + reg = <0xf1000 0x1000>; > + interrupts = <101 1 0 0>; > + }; Why is this <101 1 0 0> and not <101 2 0 0>? Internal interrupts are active-high. > + mdio0: mdio@e1120 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "fsl,fman-mdio"; > + reg = <0xe1120 0xee0>; > + interrupts = <100 1 0 0>; Likewise. -Scott