mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 610f5f3c5e3672311e8b79c816eeb56ed444baeb Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 6 Jul 2022 05:15:41 +0000
|
|
Subject: [PATCH 68/75] WIP: dt-bindings: vendor-prefixes: add tbee prefix
|
|
|
|
QUIDBox, Lda. are the Portuguese manufacturer of 'TBee' branded
|
|
Android Set-Top Box devices.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
index fe410d15fc57..8fa0699164ab 100644
|
|
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
@@ -1229,6 +1229,8 @@ patternProperties:
|
|
"^synopsys,.*":
|
|
description: Synopsys, Inc. (deprecated, use snps)
|
|
deprecated: true
|
|
+ "^tbee,.*":
|
|
+ description: QUIDBox Lda.
|
|
"^tbs,.*":
|
|
description: TBS Technologies
|
|
"^tbs-biometrics,.*":
|
|
--
|
|
2.17.1
|
|
|