Message ID | 20250221012038.13706-3-andre.przywara@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: sunxi: Add YuzukiHD Chameleon support | expand |
On Fri, 21 Feb 2025 01:20:37 +0000, Andre Przywara wrote: > 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 <andre.przywara@arm.com> > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
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
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 <andre.przywara@arm.com> --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+)