Message ID | 20220211122643.1343315-9-andre.przywara@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: sunxi: Initial Allwinner H616 SoC support | expand |
On 2/11/22 6:26 AM, Andre Przywara wrote: > Signed-off-by: Andre Przywara <andre.przywara@arm.com> > Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > index c8a3102c0fde..185ced5da6b8 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > @@ -853,6 +853,11 @@ properties: > - const: yones-toptech,bs1078-v2 > - const: allwinner,sun6i-a31s > > + - description: X96 Mate TV box > + items: > + - const: hechuang,x96-mate I don't see this vendor in vendor-prefixes.yaml. I would have expected checkpatch.pl to warn about this. Regards, Samuel > + - const: allwinner,sun50i-h616 > + > - description: Xunlong OrangePi > items: > - const: xunlong,orangepi > @@ -953,4 +958,9 @@ properties: > - const: xunlong,orangepi-zero-plus2-h3 > - const: allwinner,sun8i-h3 > > + - description: Xunlong OrangePi Zero 2 > + items: > + - const: xunlong,orangepi-zero2 > + - const: allwinner,sun50i-h616 > + > additionalProperties: true >
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index c8a3102c0fde..185ced5da6b8 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -853,6 +853,11 @@ properties: - const: yones-toptech,bs1078-v2 - const: allwinner,sun6i-a31s + - description: X96 Mate TV box + items: + - const: hechuang,x96-mate + - const: allwinner,sun50i-h616 + - description: Xunlong OrangePi items: - const: xunlong,orangepi @@ -953,4 +958,9 @@ properties: - const: xunlong,orangepi-zero-plus2-h3 - const: allwinner,sun8i-h3 + - description: Xunlong OrangePi Zero 2 + items: + - const: xunlong,orangepi-zero2 + - const: allwinner,sun50i-h616 + additionalProperties: true