Finley Xiao 7737649f46 soc: rockchip: opp_select: Add support to use the first clk as dvfs clk
On rk3588, the npu dvfs clk name is clk_npu.
clocks = <&scmi_clk SCMI_CLK_NPU>, <&cru ACLK_NPU0>,
	 <&cru ACLK_NPU1>, <&cru ACLK_NPU2>,
	 <&cru HCLK_NPU0>, <&cru HCLK_NPU1>,
	 <&cru HCLK_NPU2>, <&cru PCLK_NPU_ROOT>;
clock-names = "clk_npu", "aclk0", "aclk1", "aclk2",
	      "hclk0", "hclk1", "hclk2", "pclk";

On rk3562, the npu dvfs clk name is scmi_clk.
clocks = <&scmi_clk ACLK_RKNN>, <&cru ACLK_RKNN>, <&cru HCLK_RKNN>;
clock-names = "scmi_clk", "aclk", "hclk";

Add suppprt to use the first clk as dvfs clk,
and don't need to change devicetree.

Change-Id: Ie8998aec6fe7f24f19f49cfe3f90c4183fef2094
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2023-12-05 16:59:31 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2023-12-01 19:31:39 +08:00
2022-09-28 09:02:20 +02:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%