diff options
author | Icenowy Zheng <[email protected]> | 2020-09-23 09:02:14 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2020-09-28 13:25:27 +0200 |
commit | 61f4bc990b378d10ee2964c764f92363e1fd6ed4 (patch) | |
tree | 0b3066559e70ad9d20b8f781700d99b4c1673f36 | |
parent | b5a2221c077a54886cc3161c95ae5c3511049299 (diff) |
dt-bindings: arm: sunxi: add Pine64 PineCube binding
Document board compatible names for Pine64 PineCube IP camera.
Signed-off-by: Icenowy Zheng <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 5957a22c2e95..afa00268c7db 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -631,6 +631,11 @@ properties: - const: pine64,pine64-plus - const: allwinner,sun50i-a64 + - description: Pine64 PineCube + items: + - const: pine64,pinecube + - const: allwinner,sun8i-s3 + - description: Pine64 PineH64 model A items: - const: pine64,pine-h64 |