From patchwork Thu Sep 29 14:31:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Feng X-Patchwork-Id: 610687 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 0B431C433FE for ; Thu, 29 Sep 2022 14:42:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233495AbiI2Om1 (ORCPT ); Thu, 29 Sep 2022 10:42:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235442AbiI2OmX (ORCPT ); Thu, 29 Sep 2022 10:42:23 -0400 Received: from smtpbgjp3.qq.com (smtpbgjp3.qq.com [54.92.39.34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D19E1C4309; Thu, 29 Sep 2022 07:42:19 -0700 (PDT) X-QQ-mid: bizesmtp84t1664461967tlxeozmi Received: from localhost.localdomain ( [113.72.145.157]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 29 Sep 2022 22:32:46 +0800 (CST) X-QQ-SSF: 01000000002000201000B00A0000000 X-QQ-FEAT: RFp2QSjOiS6rSVvirmoNsEVnXPjdjcrmOjO4alSyZJuuGn3m5l2mkkT2X4RnC CK462yAZBHaMBo1cztoX7M1ic/ZPFDAZtwN3zoQJikvOm1MvftwOBCjkzRJCYJojfjVtWDy 3I6OkgH4ehb8nL2ssMUmX0FDiYXlq/m47tOaHaj48y8Sh4PPSXyplxH+eLdsUeSOT5Lr9eC 3eeQnHobrfyTJ1LUb7lJa5F/1EbmCDssFwcK68137FL4tBq6MVRImxijrLdj6gv/FtWPcxU aKz74oQ/1ycNHXdrKCIlmUkLkGhZM6kI3H8S9QO4AcCzzwMW2XG5kyDtRZKhJqPSQ6gBAx0 DbUpZM4zbxkLGHab9Bj41fN6fnj5GaZb2n2Hn7znxP/SFWsYu9UII52o3CCQJfzorZVcIeo YpcEB9CeQlEZByFFCMN8/g== X-QQ-GoodBg: 0 From: Hal Feng To: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Thomas Gleixner , Marc Zyngier , Philipp Zabel , Stephen Boyd , Michael Turquette , Linus Walleij , Emil Renner Berthing , Hal Feng , linux-kernel@vger.kernel.org Subject: [PATCH v1 04/30] dt-bindings: sifive-l2-cache: Support StarFive JH71x0 SoCs Date: Thu, 29 Sep 2022 22:31:59 +0800 Message-Id: <20220929143225.17907-5-hal.feng@linux.starfivetech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220929143225.17907-1-hal.feng@linux.starfivetech.com> References: <20220929143225.17907-1-hal.feng@linux.starfivetech.com> X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:linux.starfivetech.com:qybglogicsvr:qybglogicsvr2 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Emil Renner Berthing This cache controller is also used on the StarFive JH7100 and JH7110 SoCs. Signed-off-by: Emil Renner Berthing Signed-off-by: Hal Feng Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml index ca3b9be58058..ba29ecfd3a92 100644 --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml @@ -24,6 +24,8 @@ select: enum: - sifive,fu540-c000-ccache - sifive,fu740-c000-ccache + - starfive,jh7100-ccache + - starfive,jh7110-ccache required: - compatible @@ -35,6 +37,8 @@ properties: - enum: - sifive,fu540-c000-ccache - sifive,fu740-c000-ccache + - starfive,jh7100-ccache + - starfive,jh7110-ccache - const: cache - items: - const: microchip,mpfs-ccache