From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 2 Apr 2021 09:54:24 +0800 Subject: [PATCH] timer: sifive_clint: Support the official clint DT bindings In-Reply-To: <20210327115735.27743-1-bmeng.cn@gmail.com> References: <20210327115735.27743-1-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Mar 27, 2021 at 7:57 PM Bin Meng wrote: > > Linux kernel commit a2770b57d083 ("dt-bindings: timer: Add CLINT bindings") > adds the official DT bindings for CLINT, which uses "sifive,clint0" > as the compatible string. "riscv,clint0" is now legacy and has to > be kept for backward compatibility of legacy systems. > > Signed-off-by: Bin Meng > --- > > drivers/timer/sifive_clint_timer.c | 1 + > 1 file changed, 1 insertion(+) > Ping?