From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751240AbdAWOGe (ORCPT ); Mon, 23 Jan 2017 09:06:34 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:62518 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbdAWOGc (ORCPT ); Mon, 23 Jan 2017 09:06:32 -0500 Subject: Re: [V2 2/2] arm64: dts: Add dts files for Hisilicon Hi3660 SoC To: Mark Rutland , Chen Feng References: <1484034915-48879-1-git-send-email-puck.chen@hisilicon.com> <1484034915-48879-2-git-send-email-puck.chen@hisilicon.com> <20170123134656.GC16286@leverpostej> CC: , , , , , , , , , , , , Linuxarm From: Wei Xu Message-ID: <58860D2F.6070007@hisilicon.com> Date: Mon, 23 Jan 2017 14:03:27 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20170123134656.GC16286@leverpostej> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.152] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090206.58860D45.0082,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: f1b7ecfda3c640c6318b1ea41f5ca3cb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 2017/1/23 13:46, Mark Rutland wrote: > On Tue, Jan 10, 2017 at 03:55:15PM +0800, Chen Feng wrote: >> + memory@0 { >> + device_type = "memory"; >> + reg = <0x0 0x00400000 0x0 0xbfe00000>; >> + }; > > The unit-address here is incorrect. The base address of this memory is > not zero. > >> + timer { >> + compatible = "arm,armv8-timer"; >> + interrupt-parent = <&gic>; >> + interrupts = , >> + , >> + , >> + ; >> + clock-frequency = <1920000>; >> + }; > > This clock-frequency property should not be required; please remove it. > > Your FW should program CNTFRQ_EL0 with the timer frequency. Thanks! Hi Chen Feng, Can you send out the v3 to address above comments? And I will pick up it soon. Best Regards, Wei > > Thanks, > Mark. > > . >