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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7C16C83F1A for ; Thu, 24 Jul 2025 13:52:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HYYPf0+lafBGl+dcIziX/5pFFyL8UNgMteutMRtalLg=; b=FX4zgPrQgmaPXs Fqp6re6Wi0dEpZh72a1uD+wIxYqZlCij1DE85wm50D5D3vkGhG5xVCqbL0fXKBByWAjrAORigLBDq LlbhYT3fvtv7skHpE7yNkdt57mMP2aaLnxpsF3Gs2AOptqTrcPr2DigrZWYR0FYnK98GKdTXpkdJU ThKqmxCtWVPxnZxkskTvS5gKCP1iO40zZ5YKW3gTWNh2FGsvmuweK8xBkyr3VKJBRVhnrNJkAzEEY GwkAZgKoMbFFfTMiC9CI7MiUbf3vlH0Iq+8/oHypmNhUQ5dh2mG07anPjng0/nKEkMBKWd6S7eqjy txgPzZTOrdsPYhKJ6sAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uewMa-00000007YQ5-0YOl; Thu, 24 Jul 2025 13:52:00 +0000 Received: from freeshell.de ([116.202.128.144]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uesaf-000000077AI-1WWj for linux-riscv@lists.infradead.org; Thu, 24 Jul 2025 09:50:18 +0000 Received: from hay.lan (unknown [IPv6:2605:59c0:2078:cf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 7A16EB4D00F1; Thu, 24 Jul 2025 11:50:13 +0200 (CEST) From: E Shattow To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Michael Zhu , Drew Fustini Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, E Shattow , linux-riscv@lists.infradead.org Subject: [PATCH v1 3/4] dt-bindings: riscv: starfive: add milkv,marscm-lite Date: Thu, 24 Jul 2025 02:48:46 -0700 Message-ID: <20250724094912.253723-4-e@freeshell.de> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250724094912.253723-1-e@freeshell.de> References: <20250724094912.253723-1-e@freeshell.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250724_025017_545335_E10FB20D X-CRM114-Status: UNSURE ( 5.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Add "milkv,marscm-lite" as a StarFive JH7110 SoC-based system-on-module. Signed-off-by: E Shattow --- Documentation/devicetree/bindings/riscv/starfive.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml index 0713edb687fe..04510341a71e 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -29,6 +29,7 @@ properties: - deepcomputing,fml13v01 - milkv,mars - milkv,marscm-emmc + - milkv,marscm-lite - pine64,star64 - starfive,visionfive-2-v1.2a - starfive,visionfive-2-v1.3b -- 2.50.0 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv