From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758009AbcAKCI0 (ORCPT ); Sun, 10 Jan 2016 21:08:26 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:49907 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757614AbcAKCIY (ORCPT ); Sun, 10 Jan 2016 21:08:24 -0500 Subject: Re: [PATCH v5 6/6] ARM: dts: add dts files for Hi3519 To: Russell King - ARM Linux References: <1452219400-32478-1-git-send-email-xuejiancheng@huawei.com> <1452219400-32478-7-git-send-email-xuejiancheng@huawei.com> <20160108151058.GN19062@n2100.arm.linux.org.uk> CC: , , , , , , , , , , , , , , , , , , , , , , , , , From: xuejiancheng Message-ID: <56930E05.1050009@huawei.com> Date: Mon, 11 Jan 2016 10:05:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160108151058.GN19062@n2100.arm.linux.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.217.211] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.56930E15.009F,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: fb9d630b66e980f8bf38cf7c7d0feb36 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Russell, On 2016/1/8 23:10, Russell King - ARM Linux wrote: > On Fri, Jan 08, 2016 at 10:16:40AM +0800, Jiancheng Xue wrote: >> + uart0: serial@12100000 { >> + compatible = "arm,pl011", "arm,primecell"; >> + reg = <0x12100000 0x1000>; >> + interrupts = <0 4 4>; > > Should the last digit there be IRQ_TYPE_LEVEL_HIGH (and same for the > other interrupts= after this?) > > Thanks. > I'll include and use IRQ_TYPE_LEVEL_HIGH instead. The interrupts specifier will be wrote like this "interrupts = ;". Thank you. Jiancheng