diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2020-09-23 09:02:14 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-09-28 13:25:27 +0200 |
commit | 61f4bc990b378d10ee2964c764f92363e1fd6ed4 (patch) | |
tree | 0b3066559e70ad9d20b8f781700d99b4c1673f36 /Documentation | |
parent | b5a2221c077a54886cc3161c95ae5c3511049299 (diff) | |
download | linux-stable-61f4bc990b378d10ee2964c764f92363e1fd6ed4.tar.gz linux-stable-61f4bc990b378d10ee2964c764f92363e1fd6ed4.tar.bz2 linux-stable-61f4bc990b378d10ee2964c764f92363e1fd6ed4.zip |
dt-bindings: arm: sunxi: add Pine64 PineCube binding
Document board compatible names for Pine64 PineCube IP camera.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200923010215.148819-1-icenowy@aosc.io
Diffstat (limited to 'Documentation')
-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 |