diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2019-11-20 21:18:54 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-12-17 01:00:07 +0300 |
commit | 50ce01f3f62949bc80ebe7a0ec103eb7622c912d (patch) | |
tree | b02242d8e9c28c0e981c0f29b3ddf6e9c98eb19e | |
parent | 40a4711a704f26fbef39166147caeb66885fbfef (diff) | |
download | linux-50ce01f3f62949bc80ebe7a0ec103eb7622c912d.tar.xz |
dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson
Unfortunately the vendor prefix for ST-Ericsson is used very
inconsistently. "ste," and "stericsson," are already documented,
but some things in the kernel use "st-ericsson," which is not
documented yet.
st-ericsson,u8500 is documented in bindings/arm/ux500/boards.txt,
and is used to match the machine code and the generic DT cpufreq
driver.
Add it to the list of vendor prefixes.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 6046f4555852..8c727a4e6ea9 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -913,6 +913,8 @@ patternProperties: description: ST-Ericsson "^stericsson,.*": description: ST-Ericsson + "^st-ericsson,.*": + description: ST-Ericsson "^summit,.*": description: Summit microelectronics "^sunchip,.*": |