diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2020-12-24 03:39:59 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-06 17:49:58 +0100 |
commit | 3c3f87d71181f7bde8c2998dd48cb3d861f391c0 (patch) | |
tree | a66458dc49dcd5e02bd099fee1f1ab5ddc24c3b2 | |
parent | ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add poweroff node (diff) | |
download | linux-3c3f87d71181f7bde8c2998dd48cb3d861f391c0.tar.xz linux-3c3f87d71181f7bde8c2998dd48cb3d861f391c0.zip |
dt-bindings: arm: sunxi: add PineTab Early Adopter edition
Early adopter's PineTabs (and further releases) will have a new LCD
panel different with the one that is used when in development (because
the old panel's supply discontinued).
Add a new DT compatible for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201224024001.19248-1-icenowy@aosc.io
-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 85324cebb75d..8ab0d79dd44e 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -700,6 +700,11 @@ properties: - const: pine64,pinetab - const: allwinner,sun50i-a64 + - description: Pine64 PineTab, Early Adopter's batch (and maybe later ones) + items: + - const: pine64,pinetab-early-adopter + - const: allwinner,sun50i-a64 + - description: Pine64 SoPine Baseboard items: - const: pine64,sopine-baseboard |