mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* import new layout for libreelec patches (no more mbox) * refactor existing patches to kernel 6.17 * fix uboot issue causing VOP IOMMU page fault and no screen
29 lines
443 B
Plaintext
29 lines
443 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&cpu0_opp_table>;
|
|
__overlay__ {
|
|
|
|
opp-1296000000 {
|
|
opp-hz = /bits/ 64 <1296000000>;
|
|
opp-microvolt = <1325000 1325000 1400000>;
|
|
};
|
|
opp-1392000000 {
|
|
opp-hz = /bits/ 64 <1392000000>;
|
|
opp-microvolt = <1350000 1350000 1400000>;
|
|
};
|
|
/*
|
|
opp-1464000000 {
|
|
opp-hz = /bits/ 64 <1464000000>;
|
|
opp-microvolt = <1400000 1400000 1400000>;
|
|
};
|
|
*/
|
|
|
|
};
|
|
};
|
|
|
|
};
|