* Wed Apr 29 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc3.20200429git1d2cc5ac6f66.1] - 1d2cc5ac6f66 rebase - Add cec to the filter overrides ("Justin M. Forbes") - Add overrides to filter-modules.sh ("Justin M. Forbes") - Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) - Move the sed to clear the patch templating outside of conditionals ("Justin M. Forbes") - Only include open merge requests with "Include in Releases" label (Jeremy Cline) - Exit non-zero if the tag already exists for a release (Jeremy Cline) - Adjust the changelog update script to not push anything (Jeremy Cline) - Drop --target noarch from the rh-rpms make target (Jeremy Cline) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From f250f792fbb8b9e5eb08af6f7573667812c67812 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 715586dea9bb..fff0439c6b78 100644
|
|
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
@@ -420,6 +420,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
|
|
|