Skip to content

[PW_SID:991926] Add driver support for ESWIN eic700 SoC clock controller - #781

Closed
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw991926
Closed

[PW_SID:991926] Add driver support for ESWIN eic700 SoC clock controller#781
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw991926

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 991926 applied to workflow__riscv__fixes

Name: Add driver support for ESWIN eic700 SoC clock controller
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=991926
Version: 4

Add device tree binding documentation for the ESWIN eic7700
clock controller module.

Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com>
Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
This driver depends on the CCF framework implementation.
  Based on this driver, other modules in the SoC can use the APIs
  provided by CCF to perform clock-related operations.
  The driver supports eic7700 series chips.

Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com>
Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add clock device tree support for eic7700 SoC.

Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com>
Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 106.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1050.11 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1354.56 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.75 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.30 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.91 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#18: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 381 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit ca12e988dad1 ("clock: eswin: Documentation for eic7700 SoC") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 381 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 75.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v4,1/3] clock: eswin: Documentation for eic7700 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 105.61 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1055.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1370.08 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.51 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.34 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 3.98 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#54: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 879 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 8da357240286 ("clock: eswin: Add eic7700 clock driver") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 879 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 75.73 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
kdoc
Desc: Detects for kdoc errors
Duration: 0.89 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v4,2/3] clock: eswin: Add eic7700 clock driver"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 105.84 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1047.74 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1355.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.46 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.36 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 17.17 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#17: 
new file mode 100644

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#29: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:8:
+		compatible = "eswin,eic7700-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#146: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:125:
+			compatible = "eswin,pll-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#166: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:145:
+			compatible = "eswin,pll-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#268: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:247:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#278: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:257:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#288: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:267:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#298: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:277:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#308: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:287:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#318: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:297:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#328: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:307:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#338: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:317:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#348: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:327:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#358: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:337:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#368: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:347:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#378: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:357:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#388: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:367:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#399: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:378:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#410: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:389:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#421: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:400:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#431: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:410:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#441: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:420:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#451: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:430:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#461: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:440:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#471: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:450:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#481: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:460:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#491: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:470:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#501: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:480:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#511: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:490:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#521: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:500:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#531: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:510:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#542: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:521:
+			compatible = "eswin,mux-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#553: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:532:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#563: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:542:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#573: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:552:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#583: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:562:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#593: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:572:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#603: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:582:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#613: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:592:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#623: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:602:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#633: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:612:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#643: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:622:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#653: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:632:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#663: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:642:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#673: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:652:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#683: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:662:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#693: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:672:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#703: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:682:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#713: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:692:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#723: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:702:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#733: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:712:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#743: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:722:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#753: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:732:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#763: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:742:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#773: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:752:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#783: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:762:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#793: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:772:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#803: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:782:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#813: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:792:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#823: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:802:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#833: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:812:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#843: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:822:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#853: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:832:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#863: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:842:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#873: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:852:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#883: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:862:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#893: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:872:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#903: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:882:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#913: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:892:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#923: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:902:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#933: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:912:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#943: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:922:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#953: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:932:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#963: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:942:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#973: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:952:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#983: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:962:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#993: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:972:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1003: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:982:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1013: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:992:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1023: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1002:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1033: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1012:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1043: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1022:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1053: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1032:
+			compatible = "eswin,divider-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1064: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1043:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1072: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1051:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1080: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1059:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1088: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1067:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1096: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1075:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1104: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1083:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1112: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1091:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1120: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1099:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1128: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1107:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1136: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1115:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1144: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1123:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1152: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1131:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1160: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1139:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1168: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1147:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1176: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1155:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1184: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1163:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1192: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1171:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1200: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1179:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1208: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1187:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1216: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1195:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1224: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1203:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1232: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1211:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1240: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1219:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1248: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1227:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1256: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1235:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1264: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1243:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1272: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1251:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1280: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1259:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1288: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1267:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1296: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1275:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1304: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1283:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1312: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1291:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1320: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1299:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1328: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1307:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1336: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1315:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1344: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1323:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1352: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1331:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1360: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1339:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1368: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1347:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1376: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1355:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1384: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1363:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1392: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1371:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1400: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1379:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1408: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1387:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1416: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1395:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1424: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1403:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1432: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1411:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1440: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1419:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1448: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1427:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1456: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1435:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1464: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1443:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1472: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1451:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1480: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1459:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1488: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1467:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1496: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1475:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1504: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1483:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1512: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1491:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1520: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1499:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1528: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1507:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1536: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1515:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1544: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1523:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1552: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1531:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1560: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1539:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1568: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1547:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1576: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1555:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1584: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1563:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1592: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1571:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1600: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1579:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1608: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1587:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1616: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1595:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1624: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1603:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1632: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1611:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1640: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1619:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1648: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1627:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1656: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1635:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1664: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1643:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1672: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1651:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1680: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1659:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1688: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1667:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1696: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1675:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1704: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1683:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1712: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1691:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1720: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1699:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1728: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1707:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1736: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1715:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1744: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1723:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1752: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1731:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1760: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1739:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1768: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1747:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1776: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1755:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1784: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1763:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1792: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1771:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1800: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1779:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1808: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1787:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1816: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1795:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1824: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1803:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1832: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1811:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1840: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1819:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1848: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1827:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1856: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1835:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1864: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1843:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1872: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1851:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1880: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1859:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1888: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1867:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1896: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1875:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1904: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1883:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1912: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1891:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1920: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1899:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1928: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1907:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1936: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1915:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1944: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1923:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1952: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1931:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1960: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1939:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1968: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1947:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1976: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1955:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1984: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1963:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#1992: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1971:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2000: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1979:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2008: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1987:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2016: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:1995:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2024: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2003:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2032: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2011:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2040: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2019:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2048: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2027:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2056: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2035:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2064: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2043:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2072: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2051:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2080: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2059:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2088: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2067:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2096: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2075:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2104: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2083:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2112: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2091:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2120: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2099:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2128: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2107:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2136: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2115:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2144: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2123:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2152: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2131:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2160: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2139:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2168: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2147:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2176: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2155:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2184: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2163:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2192: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2171:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2200: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2179:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2208: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2187:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2216: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2195:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2224: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2203:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2232: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2211:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2240: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2219:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2248: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2227:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2256: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2235:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2264: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2243:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2272: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2251:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2280: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2259:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2288: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2267:
+			compatible = "eswin,gate-clock";

WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
#2296: FILE: arch/riscv/boot/dts/eswin/eic7700-clocks.dtsi:2275:
+			compatible = "eswin,gate-clock";

total: 0 errors, 238 warnings, 0 checks, 2283 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 9a941002aa77 ("riscv: dts: eswin: Add clock driver support") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 238 warnings, 0 checks, 2283 lines checked
WARNING: DT compatible string vendor "eswin" appears un-documented -- check ./Documentation/devicetree/bindings/vendor-prefixes.yaml
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 75.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[v4,3/3] riscv: dts: eswin: Add clock driver support"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot deleted the pw991926 branch August 23, 2025 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants