From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by ozlabs.org (Postfix) with ESMTP id F1E89DDE3C for ; Thu, 18 Oct 2007 22:50:14 +1000 (EST) Message-ID: <47175683.1030407@grandegger.com> Date: Thu, 18 Oct 2007 14:50:11 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 To: Marian Balakowicz Subject: Re: [PATCH 07/15] [POWERPC] Promess Motion-PRO DTS References: <47075FA7.3030108@semihalf.com> <4708C22D.5060805@semihalf.com> In-Reply-To: <4708C22D.5060805@semihalf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, I see one more issue. Marian Balakowicz wrote: > Add device tree source file for Motion-PRO board. > > Signed-off-by: Marian Balakowicz > --- [deletions] > + gpio@b00 { > + compatible = "mpc5200b-gpio\0mpc5200-gpio"; > + reg = ; > + interrupts = <1 7 0>; > + interrupt-parent = <&mpc5200_pic>; > + }; Do we not need the field "device_type = "gpio" here? > + gpio-wkup@c00 { > + compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup"; > + reg = ; > + interrupts = <1 8 0 0 3 0>; > + interrupt-parent = <&mpc5200_pic>; > + }; And the same here. Wolfgang.