diff options
author | Ondrej Jirman <megous@megous.com> | 2020-02-27 02:26:49 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-27 14:03:44 +0100 |
commit | a886ed26568646cb542866207563e2ad9afcde69 (patch) | |
tree | af361315512ecf5727109b6591829e767b842a07 /Documentation | |
parent | arm64: dts: sun50i-a64: Add i2c2 pins (diff) | |
download | linux-a886ed26568646cb542866207563e2ad9afcde69.tar.xz linux-a886ed26568646cb542866207563e2ad9afcde69.zip |
dt-bindings: arm: sunxi: Add PinePhone 1.0 and 1.1 bindings
Document board compatible names for Pine64 PinePhone:
- 1.0 - Developer variant
- 1.1 - Braveheart variant
Signed-off-by: Ondrej Jirman <megous@megous.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 5b22b77e4bb7..abf2d97fb7ae 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -642,6 +642,16 @@ properties: - const: pine64,pinebook - const: allwinner,sun50i-a64 + - description: Pine64 PinePhone Developer Batch (1.0) + items: + - const: pine64,pinephone-1.0 + - const: allwinner,sun50i-a64 + + - description: Pine64 PinePhone Braveheart (1.1) + items: + - const: pine64,pinephone-1.1 + - const: allwinner,sun50i-a64 + - description: Pine64 PineTab items: - const: pine64,pinetab |