Message ID | 20220123173650.290349-6-caleb@connolly.tech (mailing list archive) |
---|---|
State | Mainlined |
Commit | 82a547bb3ceeb2b948da161a7ac8cf45987d36ec |
Headers | show |
Series | Add support for the SHIFT SHIFT6mq | expand |
On Sun, 23 Jan 2022 17:38:08 +0000, Caleb Connolly wrote: > Add SHIFT vendor prefix, SHIFT make various devices such as the SHIF6mq > phone. > > Signed-off-by: Caleb Connolly <caleb@connolly.tech> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index c48ce3c54951..68981e865396 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1058,6 +1058,8 @@ patternProperties: description: SGX Sensortech "^sharp,.*": description: Sharp Corporation + "^shift,.*": + description: SHIFT GmbH "^shimafuji,.*": description: Shimafuji Electric, Inc. "^shiratech,.*":
Add SHIFT vendor prefix, SHIFT make various devices such as the SHIF6mq phone. Signed-off-by: Caleb Connolly <caleb@connolly.tech> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) -- 2.34.1