mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00:00
84ba5b15ac
* Enhance GPIO addon for Noctua Fans for the Qortector upcoming case. This will put PWM signal to real-time. * Fixed RDP not letting a user login if not logged out on Cinnamon release (reported by Crowetic) * Update i2c sensor db * Fixed DRM broadcast over HDMI 2+ * Ease up DHCP security only to prevent Brooklyn blocking routers. * Add possibility to add extra memory for Cinnamon Desktop Release * Fix error message of Software Render mode on Cinnamon Desktop * Add proper offset for HD screens for pixel array *Fixed HDMI jitter for videocore4 GPU * Enable all radios (including Bluetooth)
110 lines
2.4 KiB
Plaintext
110 lines
2.4 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/ {
|
|
emc_icc_dvfs_opp_table: emc-dvfs-opp-table {
|
|
compatible = "operating-points-v2";
|
|
|
|
opp@36000000 {
|
|
opp-microvolt = <950000 950000 1300000>;
|
|
opp-hz = /bits/ 64 <36000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@47500000 {
|
|
opp-microvolt = <950000 950000 1300000>;
|
|
opp-hz = /bits/ 64 <47500000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@50000000 {
|
|
opp-microvolt = <950000 950000 1300000>;
|
|
opp-hz = /bits/ 64 <50000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@54000000 {
|
|
opp-microvolt = <950000 950000 1300000>;
|
|
opp-hz = /bits/ 64 <54000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@57000000 {
|
|
opp-microvolt = <950000 950000 1300000>;
|
|
opp-hz = /bits/ 64 <57000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@100000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <100000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@108000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <108000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@126666000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <126666000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@150000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <150000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@190000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <190000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@216000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <216000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@300000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <300000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@333000000 {
|
|
opp-microvolt = <1000000 1000000 1300000>;
|
|
opp-hz = /bits/ 64 <333000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@380000000 {
|
|
opp-microvolt = <1100000 1100000 1300000>;
|
|
opp-hz = /bits/ 64 <380000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@600000000 {
|
|
opp-microvolt = <1200000 1200000 1300000>;
|
|
opp-hz = /bits/ 64 <600000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@666000000 {
|
|
opp-microvolt = <1200000 1200000 1300000>;
|
|
opp-hz = /bits/ 64 <666000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
|
|
opp@760000000 {
|
|
opp-microvolt = <1300000 1300000 1300000>;
|
|
opp-hz = /bits/ 64 <760000000>;
|
|
opp-supported-hw = <0x000F>;
|
|
};
|
|
};
|
|
};
|