Message ID | 20221125234656.47306-3-samuel@sholland.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | riscv: Allwinner D1/D1s platform support | expand |
Context | Check | Description |
---|---|---|
conchuod/patch_count | success | Link |
conchuod/cover_letter | success | Series has a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/build_warn_rv64 | success | Errors and warnings before: 0 this patch: 0 |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 0 this patch: 0 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 16 lines checked |
conchuod/source_inline | success | Was 0 now: 0 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
Reviewed-by: Guo Ren <guoren@kerenl.org> On Sat, Nov 26, 2022 at 7:47 AM Samuel Holland <samuel@sholland.org> wrote: > > Some boards using the Allwinner D1 or D1s SoC are made by vendors not > previously documented. > > Clockwork Tech LLC (https://www.clockworkpi.com/) manufactures the > ClockworkPi and DevTerm boards. > > Beijing Widora Technology Co., Ltd. (https://mangopi.cc/) manufactures > the MangoPi family of boards. > > Acked-by: Rob Herring <robh@kernel.org> > Reviewed-by: Heiko Stuebner <heiko@sntech.de> > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > (no changes since v1) > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 592e43911a07..f2c67b7418e4 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -262,6 +262,8 @@ patternProperties: > description: Cirrus Logic, Inc. > "^cisco,.*": > description: Cisco Systems, Inc. > + "^clockwork,.*": > + description: Clockwork Tech LLC > "^cloudengines,.*": > description: Cloud Engines, Inc. > "^cnm,.*": > @@ -1430,6 +1432,8 @@ patternProperties: > description: Shenzhen whwave Electronics, Inc. > "^wi2wi,.*": > description: Wi2Wi, Inc. > + "^widora,.*": > + description: Beijing Widora Technology Co., Ltd. > "^wiligear,.*": > description: Wiligear, Ltd. > "^willsemi,.*": > -- > 2.37.4 >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 592e43911a07..f2c67b7418e4 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -262,6 +262,8 @@ patternProperties: description: Cirrus Logic, Inc. "^cisco,.*": description: Cisco Systems, Inc. + "^clockwork,.*": + description: Clockwork Tech LLC "^cloudengines,.*": description: Cloud Engines, Inc. "^cnm,.*": @@ -1430,6 +1432,8 @@ patternProperties: description: Shenzhen whwave Electronics, Inc. "^wi2wi,.*": description: Wi2Wi, Inc. + "^widora,.*": + description: Beijing Widora Technology Co., Ltd. "^wiligear,.*": description: Wiligear, Ltd. "^willsemi,.*":