From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4C89D3D3B8 for ; Fri, 21 Feb 2025 01:22:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740100974; cv=none; b=X/Rr2lw1NE+AHf/PHjAGVLGY+2ccOtnxOvu12qgTeP1IpSAVEJvJzfMcdmg0P649PS5vt1y+GYZT1zCPA/ShSGLMBXYzSD+P9f/Xdk4VJxMP/xTwEQY+dnY8f/26UnE2LPK6mK1JUetQBMOwmuf2oNbgWBRCnGTNJUB7oQ6OFtE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740100974; c=relaxed/simple; bh=mTgyx21F4eX2+lE5uWmIJwp8ayf3OOlAUceKv1Kq/Xs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=YG8x7i5k5nbHi0odOqEI8dYtyMKdm0yZ8UXioRKM2qfn6HTcI5T1EG8TpZkmA6zk4CV/jaeUPef4lC+A/0PzfN/PY20884Y87XaztRBF8h2nTW4O+aCWx/9TE6ykqGq0mM4hqZLS/OweDvr26SVCS8nFHKQzbFyk3JqNMwn17b0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 784C01BA8; Thu, 20 Feb 2025 17:23:09 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 243903F59E; Thu, 20 Feb 2025 17:22:50 -0800 (PST) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH 2/3] dt-bindings: arm: sunxi: Add YuzukiHD Chameleon board name Date: Fri, 21 Feb 2025 01:20:37 +0000 Message-ID: <20250221012038.13706-3-andre.przywara@arm.com> X-Mailer: git-send-email 2.46.3 In-Reply-To: <20250221012038.13706-1-andre.przywara@arm.com> References: <20250221012038.13706-1-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The Chameleon is an Open Source hardware board designed by YuzkuiHD, using the Allwinner H618 SoC: https://github.com/YuzukiHD/YuzukiChameleon Add its compatible name to the list of valid board name. Signed-off-by: Andre Przywara --- 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 046536d02706f..7af28d4786b49 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -1076,4 +1076,9 @@ properties: - const: xunlong,orangepi-zero3 - const: allwinner,sun50i-h618 + - description: YuzukiHD Chameleon + items: + - const: yuzukihd,chameleon + - const: allwinner,sun50i-h618 + additionalProperties: true -- 2.46.3