From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from freeshell.de (freeshell.de [116.202.128.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BEBA7371E95; Fri, 5 Sep 2025 14:42:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.202.128.144 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757083330; cv=none; b=Ylk5FXctAeF6/YATVx8nAfVu1eJpTA6RBB7VN6XD/8iqfpj7r/NKQ2Gvf7VQvTLfcEXuw6qGwmNi4xiLTCN2RLtOT6xsSu9f1pR4oaVnKu1ltWsQ6ZiKpxyZ2PToWTIisxwsB7Z6Pe+JQO2u5gwLv1pctKZgY2YW5ENZROEQlbA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757083330; c=relaxed/simple; bh=oLmJam8elgXo4Z2XcH7sJyxfqIuwgBp85TduPnnZeUk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=pS2PayRgEHrz3RhHZTi+cMfYTXsZm+XtySNUZP+T0In6d9P+m/spGEnDnnmlyLGRljHBE/Lq2bUmzxnDgoyWxURwxXNV2IPMhIK1h+uMxTUrX9NFgCFEccTqJZcqecUr9+mAjRX6v0q/K2U8Ma5ks4D17F9zZ5IWUSOjgBvzlr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de; spf=pass smtp.mailfrom=freeshell.de; arc=none smtp.client-ip=116.202.128.144 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=freeshell.de Received: from hay.lan (unknown [IPv6:2605:59c0:2078:cf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 8BDC7B22007F; Fri, 5 Sep 2025 16:42:03 +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: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, E Shattow , Heinrich Schuchardt , Emil Renner Berthing , Conor Dooley Subject: [PATCH v3 2/5] dt-bindings: riscv: starfive: add milkv,marscm-emmc Date: Fri, 5 Sep 2025 07:39:40 -0700 Message-ID: <20250905144011.928332-3-e@freeshell.de> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250905144011.928332-1-e@freeshell.de> References: <20250905144011.928332-1-e@freeshell.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add "milkv,marscm-emmc" as a StarFive JH7110 SoC-based system-on-module. Signed-off-by: E Shattow Acked-by: Rob Herring (Arm) --- 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 7ef85174353d..0713edb687fe 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -28,6 +28,7 @@ properties: - enum: - deepcomputing,fml13v01 - milkv,mars + - milkv,marscm-emmc - pine64,star64 - starfive,visionfive-2-v1.2a - starfive,visionfive-2-v1.3b -- 2.50.0