From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7711C43465 for ; Sat, 19 Sep 2020 12:36:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A538A21D43 for ; Sat, 19 Sep 2020 12:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726321AbgISMgs (ORCPT ); Sat, 19 Sep 2020 08:36:48 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:13776 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726129AbgISMgs (ORCPT ); Sat, 19 Sep 2020 08:36:48 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id C9D94293EF7879526FDE; Sat, 19 Sep 2020 20:36:43 +0800 (CST) Received: from [127.0.0.1] (10.174.177.253) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Sat, 19 Sep 2020 20:36:33 +0800 Subject: Re: [PATCH v3 9/9] dt-bindings: sp804: add support for Hisilicon sp804 timer To: Daniel Lezcano , Rob Herring , devicetree , "Thomas Gleixner" , Haojian Zhuang , linux-kernel CC: Libin , Kefeng Wang , Jianguo Chen References: <20200918132237.3552-1-thunder.leizhen@huawei.com> <20200918132237.3552-10-thunder.leizhen@huawei.com> <89edf87e-099a-85c2-6259-de60c0a84608@linaro.org> From: "Leizhen (ThunderTown)" Message-ID: <8b44c05a-74b0-afb3-e318-bc96bdb43fed@huawei.com> Date: Sat, 19 Sep 2020 20:36:32 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <89edf87e-099a-85c2-6259-de60c0a84608@linaro.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/9/19 19:43, Daniel Lezcano wrote: > On 18/09/2020 15:22, Zhen Lei wrote: >> Some Hisilicon SoCs, such as Hi1212, use the Hisilicon extended sp804 >> timer. >> >> Signed-off-by: Zhen Lei >> --- > > I'm not able to apply this patch, the file does not exists. Hi Rob Herring: I will send you a new one, because I didn't notice that there was a "select" property in arm,sp804.yaml. > >