diff options
author | Ondrej Jirman <megous@megous.com> | 2020-07-03 21:48:40 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-07-06 07:11:43 +0200 |
commit | 9ae880aad8b94c1e5a20d9206fddcbff1fbff365 (patch) | |
tree | 4c20d37186e1c03b5877759a39c15a30ca3afee1 | |
parent | 60f2de5ffbf0ed7c0d9789bcc196884427e8cff5 (diff) | |
download | lwn-9ae880aad8b94c1e5a20d9206fddcbff1fbff365.tar.gz lwn-9ae880aad8b94c1e5a20d9206fddcbff1fbff365.zip |
dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings
Document board compatible names for Pine64 PinePhone 1.2.
Signed-off-by: Ondrej Jirman <megous@megous.com>
Link: https://lore.kernel.org/r/20200703194842.111845-2-megous@megous.com
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
-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 87817ff0cd35..efc9118233b4 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -657,6 +657,11 @@ properties: - const: pine64,pinephone-1.1 - const: allwinner,sun50i-a64 + - description: Pine64 PinePhone (1.2) + items: + - const: pine64,pinephone-1.2 + - const: allwinner,sun50i-a64 + - description: Pine64 PineTab items: - const: pine64,pinetab |