ALT Linux Bugzilla
– Attachment 17208 Details for
Bug 51646
Опция repka_pi4 для параметра --target
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
sun50i-h6-cpu-opp.dtsi
sun50i-h6-cpu-opp.dtsi (text/plain), 2.12 KB, created by
Pavel Isopenko
on 2024-11-19 16:30:33 MSK
(
hide
)
Description:
sun50i-h6-cpu-opp.dtsi
Filename:
MIME Type:
Creator:
Pavel Isopenko
Created:
2024-11-19 16:30:33 MSK
Size:
2.12 KB
patch
obsolete
>// SPDX-License-Identifier: (GPL-2.0+ OR MIT) >// Copyright (C) 2020 Ondrej Jirman <megous@megous.com> >// Copyright (C) 2020 Clément Péron <peron.clem@gmail.com> > >/ { > cpu_opp_table: cpu-opp-table { > compatible = "allwinner,sun50i-h6-operating-points"; > nvmem-cells = <&cpu_speed_grade>; > opp-shared; > > opp-480000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <480000000>; > > opp-microvolt-speed0 = <880000>; > }; > > opp-720000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <720000000>; > > opp-microvolt-speed0 = <880000>; > }; > > opp-888000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <888000000>; > > opp-microvolt-speed0 = <880000>; > }; > > opp-1080000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1080000000>; > > opp-microvolt-speed0 = <940000>; > }; > > opp-1320000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1320000000>; > > opp-microvolt-speed0 = <1000000>; > }; > > opp-1488000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1488000000>; > > opp-microvolt-speed0 = <1060000>; > }; > > opp-1608000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1608000000>; > > opp-microvolt-speed0 = <1090000>; > }; > > opp-1704000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1704000000>; > > opp-microvolt-speed0 = <1120000>; > }; > > opp-1800000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1800000000>; > > opp-microvolt-speed0 = <1160000>; > }; > > opp@1896000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1896000000>; > > opp-microvolt-speed0 = <1180000>; > }; > > opp@1968000000 { > clock-latency-ns = <244144>; /* 8 32k periods */ > opp-hz = /bits/ 64 <1968000000>; > > opp-microvolt-speed0 = <1200000>; > }; > > }; >}; > >&cpu0 { > operating-points-v2 = <&cpu_opp_table>; >}; > >&cpu1 { > operating-points-v2 = <&cpu_opp_table>; >}; > >&cpu2 { > operating-points-v2 = <&cpu_opp_table>; >}; > >&cpu3 { > operating-points-v2 = <&cpu_opp_table>; >};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51646
:
17005
|
17203
|
17207
| 17208 |
17209
|
17210