Message ID | 20201212012253.373074-1-daniel@0x0f.com (mailing list archive) |
---|---|
State | Queued, archived |
Headers | show |
Series | dt-bindings: vendor-prefixes: Fix misordering introduced by honestar prefix | expand |
From: Arnd Bergmann <arnd@arndb.de> On Sat, 12 Dec 2020 10:22:53 +0900, Daniel Palmer wrote: > The prefix for honestar should come before honeywell. Applied to arm/dt, thanks! [1/1] dt-bindings: vendor-prefixes: Fix misordering introduced by honestar prefix commit: f791f1a498fbef783e7711db9f597de7d85b661a Arnd
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a6cf2cef6f89..5f9bb0c152af 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -449,10 +449,10 @@ patternProperties: description: Hitex Development Tools "^holt,.*": description: Holt Integrated Circuits, Inc. - "^honeywell,.*": - description: Honeywell "^honestar,.*": description: Honestar Technologies Co., Ltd. + "^honeywell,.*": + description: Honeywell "^hoperun,.*": description: Jiangsu HopeRun Software Co., Ltd. "^hp,.*":
The prefix for honestar should come before honeywell. Fixes: 43181b5d8072 ("dt-bindings: vendor-prefixes: Add honestar vendor prefix") Link: https://lore.kernel.org/linux-arm-kernel/CAFr9PXmwOEuHHA-kDeL1YS8bWvovrt43MXxyy1J+hGbXwPUFSA@mail.gmail.com/ Signed-off-by: Daniel Palmer <daniel@0x0f.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)