Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 464B5C7618D for ; Tue, 21 Mar 2023 07:18:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230266AbjCUHSJ (ORCPT ); Tue, 21 Mar 2023 03:18:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230400AbjCUHSD (ORCPT ); Tue, 21 Mar 2023 03:18:03 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A60D83CE28; Tue, 21 Mar 2023 00:17:43 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id DA7A324E20C; Tue, 21 Mar 2023 15:17:30 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 15:17:30 +0800 Received: from [192.168.125.128] (183.27.97.64) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 15:17:30 +0800 Message-ID: <42189f4f-14ca-1cfc-5602-334d0b696e67@starfivetech.com> Date: Tue, 21 Mar 2023 15:17:20 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v2 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC To: Krzysztof Kozlowski , , , "Daniel Lezcano" , Thomas Gleixner , Krzysztof Kozlowski CC: Rob Herring , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Samin Guo , , Conor Dooley References: <20230320135433.144832-1-xingyu.wu@starfivetech.com> <20230320135433.144832-2-xingyu.wu@starfivetech.com> <3f5e01bd-24ee-66cc-1a5d-b3fc09c2a96d@linaro.org> Content-Language: en-US From: Xingyu Wu In-Reply-To: <3f5e01bd-24ee-66cc-1a5d-b3fc09c2a96d@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.97.64] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX061.cuchost.com (172.16.6.61) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/21 15:14, Krzysztof Kozlowski wrote: > On 20/03/2023 14:54, Xingyu Wu wrote: >> Add bindings for the timer on the JH7110 RISC-V SoC >> by StarFive Technology Ltd. >> >> Signed-off-by: Xingyu Wu >> --- >> .../bindings/timer/starfive,jh7110-timer.yaml | 95 +++++++++++++++++++ >> 1 file changed, 95 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml >> >> diff --git a/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml b/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml >> new file mode 100644 >> index 000000000000..24b34618f2c8 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml >> @@ -0,0 +1,95 @@ >> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >> +%YAML 1.2 >> +--- >> +$id: http://devicetree.org/schemas/timer/starfive,jh7110-timer.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: StarFive JH7110 Timer > > Actually one change is needed - missing blank line. > Will fix. Thanks. Best regards, Xingyu Wu