d176dfce22
* Tue Jun 30 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-0.rc3.20200630git7c30b859a947.1] - 7c30b859a947 rebase - Updated changelog for the release based on v5.8-rc3 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Emmanuel Vadot <manu@freebsd.org>
|
|
Date: Wed, 4 Mar 2020 22:30:22 +0100
|
|
Subject: [PATCH] dt-bindings: Add doc for Pine64 Pinebook Pro
|
|
|
|
Add a compatible for Pine64 Pinebook Pro
|
|
|
|
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
index d4a4045092df..ed808148b6a7 100644
|
|
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
@@ -425,6 +425,11 @@ properties:
|
|
- const: pine64,rockpro64
|
|
- const: rockchip,rk3399
|
|
|
|
+ - description: Pine64 PinebookPro
|
|
+ items:
|
|
+ - const: pine64,pinebook-pro
|
|
+ - const: rockchip,rk3399
|
|
+
|
|
- description: Radxa Rock
|
|
items:
|
|
- const: radxa,rock
|
|
--
|
|
2.26.2
|
|
|