From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-30.ptr.blmpb.com (va-2-30.ptr.blmpb.com [209.127.231.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 832F23793B0 for ; Tue, 7 Apr 2026 05:57:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775541452; cv=none; b=jcbrb5U78iXaxiYIfzTv2Fa/mPVAF2mnwcxT/emmofE0i6ySVOHee2TBonUJPDd9XDzQ51p6qajP+TIzocBodsxf/p3G0nA37KJ7Zr5C2ET3rO4PBtQQ7INwcggKgMfKqu+o6ogsuVU/dBXa+kBhZiogmhDJhCRk/mFnfjvT+L8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775541452; c=relaxed/simple; bh=zK063f5vJs8d4NSisBOSlWo//Lk2qaqpvvCG6lxzrQo=; h=Subject:References:In-Reply-To:Content-Type:Date:Mime-Version: Message-Id:To:Cc:From; b=nGXn3addhUSEBfcVu3FEfmjjRY3ijo1Z+SAe/snSVngGRSfvbo3aaH5t/cLqkp4VxFAyI29gSk9wB0Sc4xFG1oaVxXXNiks2oyo2YTbwWfkNPHu5Z9xCIJvYlwkDNfRZZik9mzy18AC8i0/eb5IGrGt9lv0tiwWtebAWMxSHVCQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io; spf=pass smtp.mailfrom=deepcomputing.io; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b=SQ14HydW; arc=none smtp.client-ip=209.127.231.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=deepcomputing.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=deepcomputing-io.20200927.dkim.feishu.cn header.i=@deepcomputing-io.20200927.dkim.feishu.cn header.b="SQ14HydW" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=deepcomputing-io.20200927.dkim.feishu.cn; t=1775541446; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=pbcWRNal8Au0QhSjQPOsXBbyLTIaEzxxGdM+7rilYnY=; b=SQ14HydWFFTJFuAcQBsXRnDe0fzbvMV65urDlVcAHsL3WGqfl/Zr3uObBSswpp7BjBk9kl 7UdJViigM0t9trPKTZ658yJWpoMmf1RyvIBqfN/mMA1dSFfiZA37BXEnuTewNsFamXOibD klSX2wGxaK46DHXWwqB9+FPQkLbUPe31EM5u51u3oT3j6EXIaqORKeIobKb/BBDHHrgFiz A83fSTjSMhesZWP4sHrQU2OH0NPw+DSUiG/79PirfWDpxtwMa8KOEHQJjQ4g9032F4lH7I 5T+q6I44kkHvZyXSjP6oS2mgo0fiZnX3uwMhQ90tYoStgTAhwuDq1fo7juewuw== Subject: [PATCH v3 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05 X-Lms-Return-Path: X-Mailer: git-send-email 2.43.0 References: <20260407055557.1202713-1-sandie.cao@deepcomputing.io> In-Reply-To: <20260407055557.1202713-1-sandie.cao@deepcomputing.io> Content-Type: text/plain; charset=UTF-8 Date: Tue, 7 Apr 2026 13:57:07 +0800 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Received: from roma-Laptop-12th-Gen-Intel-Core.. ([218.17.141.187]) by smtp.feishu.cn with ESMTPS; Tue, 07 Apr 2026 13:57:23 +0800 Message-Id: <20260407055707.1202730-1-sandie.cao@deepcomputing.io> Content-Transfer-Encoding: 7bit X-Original-From: Sandie Cao To: "Yixun Lan" , "Troy Mitchell" Cc: "Conor Dooley" , "Emil Renner Berthing" , "Rob Herring" , "Krzysztof Kozlowski" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Heinrich Schuchardt" , "Michael Opdenacker" , "Guodong Xu" , "Hendrik Hamerlinck" , "Yangyu Chen" , , , , , "Sandie Cao" From: "Sandie Cao" Document the compatible string for the Deepcomputing fml13v05. It's based on the SpacemiT K3 RISC-V SoC and is designed for the Framework Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. Signed-off-by: Sandie Cao --- Documentation/devicetree/bindings/riscv/spacemit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml index b958b94a924d..af8030242bdc 100644 --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml @@ -29,6 +29,7 @@ properties: - const: spacemit,k1 - items: - enum: + - deepcomputing,fml13v05 - spacemit,k3-pico-itx - const: spacemit,k3 -- 2.43.0