Message ID | 20240512210444.30824-2-gustavograzs@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Add driver for ENS160 sensor | expand |
On Sun, May 12, 2024 at 06:04:37PM -0300, Gustavo Silva wrote: > Add vendor prefix for ScioSense B.V. > https://www.sciosense.com/ > > Signed-off-by: Gustavo Silva <gustavograzs@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index b97d298b3..298f13a0d 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1246,6 +1246,8 @@ patternProperties: description: Smart Battery System "^schindler,.*": description: Schindler + "^sciosense,.*": + description: ScioSense B.V. "^seagate,.*": description: Seagate Technology PLC "^seeed,.*":
Add vendor prefix for ScioSense B.V. https://www.sciosense.com/ Signed-off-by: Gustavo Silva <gustavograzs@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)