From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Mon, 23 Jan 2017 13:46:57 +0000 Subject: [V2 2/2] arm64: dts: Add dts files for Hisilicon Hi3660 SoC In-Reply-To: <1484034915-48879-2-git-send-email-puck.chen@hisilicon.com> References: <1484034915-48879-1-git-send-email-puck.chen@hisilicon.com> <1484034915-48879-2-git-send-email-puck.chen@hisilicon.com> Message-ID: <20170123134656.GC16286@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 10, 2017 at 03:55:15PM +0800, Chen Feng wrote: > + memory at 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, Mark.