From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 29 Mar 2019 19:13:50 +0800 Subject: [U-Boot] [PATCH 32/36] rockchip: remove rk_timer In-Reply-To: References: <1522142971-20739-1-git-send-email-kever.yang@rock-chips.com> <1522142971-20739-33-git-send-email-kever.yang@rock-chips.com> Message-ID: <73c551d1-290d-e237-3964-7deb41b0fda0@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Alexander,     Thanks for your comment, don't worry, I got this info and have solution for it.     rk3188 has moved to use DM timer instead of rk_timer.c, the patch has been mered at last April and works pretty well, see: fd9e0fe0e3 rockchip: rk3188: use DM timer instead of rk_timer f9ef544786 rockchip: rk3188: add timer3 node 7abb7e8fcb rockchip: rk3188: add -u-boot.dtsi for rock-rk3188 e0e1d3f98c rockchip: timer: add compatible strings for rk3188 and rk3288 Thanks, - Kever On 03/29/2019 04:35 PM, Alexander Kochetkov wrote: > Hello, Kever! > > Please keep rk_timer.c for rk3188 and other legacy chips. There is > no ARM generic timer in > this SoC. This SoC only have private timers. > > see https://community.arm.com/developer/ip-products/processors/f/cortex-a-forum/1449/generic-timer-on-cortex-a7-cortex-a9 > >> 27 марта 2018 г., в 12:29, Kever Yang > > написал(а): >> >> We do not use rk_timer.c now, remove it. >> >> Signed-off-by: Kever Yang > > >> --- >