From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.netcube.li (mail.netcube.li [173.249.15.149]) (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 30F13BA20; Thu, 2 Jan 2025 15:09:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.249.15.149 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735830591; cv=none; b=myEjN4Rru6AXMDt2Sn0Bltt46SMsilMYxYxL6Sn/MCxubrLnz3S82Ouw0xSGyIqivYTdosX0fa+GJiSniNw5iq8TwV4XOq4z0yFRk8utBdmqh6IsJ1gnAyka0espxExM2yujxf2cgBIAFrWB/oVa9pRIuYsiNkMpQxNmSasY4oI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735830591; c=relaxed/simple; bh=lg2e2UdhkIgfl7C9dQDPhZYp4vWbxL32fS+tkvSnCh8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=okrG9jIGweHs/Iy7RrJLPELd18n6pNb3tLjoG+DSc8q5ViGeH3m/rBiVh8X+3H9Ih/xCRY/WBTiZl084qM6/NQxAQAKw9wpI0RVTqLRtbn/kpKS1KdtDnisnh5nx9ygDRVoU4Lhv3LycC9l51PKJWk3zL/WnmwzcwstYRX75M/o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li; spf=pass smtp.mailfrom=netcube.li; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b=oJvZMrqD; arc=none smtp.client-ip=173.249.15.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=netcube.li Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b="oJvZMrqD" dkim-signature: v=1; a=rsa-sha256; d=netcube.li; s=s1; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Transfer-Encoding:In-Reply-To:References; bh=JtFlRgsTSzKqWSiqymWr4LUna+Gzc/iN0+/ZkEt80Ec=; b=oJvZMrqD6Ip6t3ftkqWFZrMm5pBIuy9xS4NISyHz8r6DKJzpkTeyW6jNs/ZjXFkHktWU69PLygwmK7buexIELxDqH8Ceo+d0fILf6OwG4Op5Q41tKpFsddeqcCxnoTGxdQhggLWPNEP/oXVDEnBckcEcVPYGvBbUK7a64DON4p4= Received: from 854af3ed5e24.lan.sk100508.local (cm70-231.liwest.at [212.241.70.231]) by mail.netcube.li with ESMTPA ; Thu, 2 Jan 2025 16:09:26 +0100 From: Lukas Schmid To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard Cc: Lukas Schmid , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board Date: Thu, 2 Jan 2025 15:05:05 +0000 Message-Id: <20250102150508.3581-2-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250102150508.3581-1-lukas.schmid@netcube.li> References: <20250102150508.3581-1-lukas.schmid@netcube.li> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The NetCube Systems Kumquat is a board based on the Allwinner V3s SoC. Signed-off-by: Lukas Schmid --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 046536d02706..f536cdd2c1a6 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -589,6 +589,11 @@ properties: - const: emlid,neutis-n5h3 - const: allwinner,sun8i-h3 + - description: NetCube Systems Kumquat + items: + - const: netcube,kumquat + - const: allwinner,sun8i-v3s + - description: NextThing Co. CHIP items: - const: nextthing,chip -- 2.47.1