hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/cpufreq/nvidia,tegra124-cpufreq.txt
....@@ -9,11 +9,9 @@
99 See ../clocks/clock-bindings.txt for details.
1010 - clock-names: Must include the following entries:
1111 - cpu_g: Clock mux for the fast CPU cluster.
12
- - cpu_lp: Clock mux for the low-power CPU cluster.
1312 - pll_x: Fast PLL clocksource.
1413 - pll_p: Auxiliary PLL used during fast PLL rate changes.
1514 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
16
-- vdd-cpu-supply: Regulator for CPU voltage
1715
1816 Optional properties:
1917 - clock-latency: Specify the possible maximum transition latency for clock,
....@@ -31,13 +29,11 @@
3129 reg = <0>;
3230
3331 clocks = <&tegra_car TEGRA124_CLK_CCLK_G>,
34
- <&tegra_car TEGRA124_CLK_CCLK_LP>,
3532 <&tegra_car TEGRA124_CLK_PLL_X>,
3633 <&tegra_car TEGRA124_CLK_PLL_P>,
3734 <&dfll>;
38
- clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
35
+ clock-names = "cpu_g", "pll_x", "pll_p", "dfll";
3936 clock-latency = <300000>;
40
- vdd-cpu-supply: <&vdd_cpu>;
4137 };
4238
4339 <...>