mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
7737649f4630269c33cb4bd900b74dcd77265565
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>
…
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
…
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
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%