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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44982C32793 for ; Wed, 18 Jan 2023 07:42:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229946AbjARHm0 (ORCPT ); Wed, 18 Jan 2023 02:42:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229942AbjARHkc (ORCPT ); Wed, 18 Jan 2023 02:40:32 -0500 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 480A05FD73; Tue, 17 Jan 2023 23:03:33 -0800 (PST) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id BC4BB24DC7D; Wed, 18 Jan 2023 15:03:31 +0800 (CST) Received: from EXMBX168.cuchost.com (172.16.6.78) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 18 Jan 2023 15:03:31 +0800 Received: from [192.168.125.95] (113.72.144.40) by EXMBX168.cuchost.com (172.16.6.78) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 18 Jan 2023 15:03:31 +0800 Message-ID: <065dbed0-00af-d38f-9044-d9d8835db1e8@starfivetech.com> Date: Wed, 18 Jan 2023 15:03:30 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v3 1/3] dt-bindings: power: Add starfive,jh7110-pmu Content-Language: en-US To: Krzysztof Kozlowski , , , CC: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Emil Renner Berthing , "Rafael J . Wysocki" , References: <20230116074259.22874-1-walker.chen@starfivetech.com> <20230116074259.22874-2-walker.chen@starfivetech.com> <1b42fe97-16fa-d004-539f-54e2cfecd38f@linaro.org> From: Walker Chen In-Reply-To: <1b42fe97-16fa-d004-539f-54e2cfecd38f@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [113.72.144.40] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX168.cuchost.com (172.16.6.78) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 2023/1/17 18:55, Krzysztof Kozlowski wrote: > On 16/01/2023 08:42, Walker Chen wrote: >> Add bindings for the Power Management Unit on the StarFive JH7110 SoC. >> >> Signed-off-by: Walker Chen >> --- >> .../bindings/power/starfive,jh7110-pmu.yaml | 45 +++++++++++++++++++ >> .../dt-bindings/power/starfive,jh7110-pmu.h | 17 +++++++ >> 2 files changed, 62 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/power/starfive,jh7110-pmu.yaml >> create mode 100644 include/dt-bindings/power/starfive,jh7110-pmu.h >> > > Reviewed-by: Krzysztof Kozlowski > > Best regards, > Krzysztof > Thanks a lot for your review! Best regards, Walker