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 F25D1C4167B for ; Thu, 7 Dec 2023 02:33:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1443053AbjLGCdj (ORCPT ); Wed, 6 Dec 2023 21:33:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231196AbjLGCdi (ORCPT ); Wed, 6 Dec 2023 21:33:38 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9187D4B; Wed, 6 Dec 2023 18:33:43 -0800 (PST) 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 fd01.gateway.ufhost.com (Postfix) with ESMTP id A81898008; Thu, 7 Dec 2023 10:33:42 +0800 (CST) Received: from EXMBX068.cuchost.com (172.16.6.68) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 7 Dec 2023 10:33:42 +0800 Received: from [192.168.155.133] (202.188.176.82) by EXMBX068.cuchost.com (172.16.6.68) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 7 Dec 2023 10:33:39 +0800 Message-ID: Date: Thu, 7 Dec 2023 10:33:38 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] dt-bindings: rng: starfive: Add jh8100 compatible string To: Krzysztof Kozlowski , Olivia Mackall , Herbert Xu , Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , References: <20231206014236.1109832-1-jiajie.ho@starfivetech.com> <20231206014236.1109832-2-jiajie.ho@starfivetech.com> Content-Language: en-US From: Jia Jie Ho In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [202.188.176.82] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX068.cuchost.com (172.16.6.68) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/12/2023 6:17 pm, Krzysztof Kozlowski wrote: > On 06/12/2023 02:42, Jia Jie Ho wrote: >> Add compatible string for StarFive JH8100 trng. >> >> Signed-off-by: Jia Jie Ho >> --- >> .../devicetree/bindings/rng/starfive,jh7110-trng.yaml | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml >> index 2b76ce25acc4..d275bdc4d009 100644 >> --- a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml >> +++ b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml >> @@ -11,7 +11,9 @@ maintainers: >> >> properties: >> compatible: >> - const: starfive,jh7110-trng >> + enum: >> + - starfive,jh7110-trng >> + - starfive,jh8100-trng > > Your driver change suggests these are compatible, so express this here > and drop driver change. > I'll update the series accordingly. Thanks for reviewing this. Best regards, Jia Jie