mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +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)
48 lines
959 B
Plaintext
48 lines
959 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Samsung's Exynos4412 Prime SoC device tree source
|
|
*
|
|
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*/
|
|
|
|
/*
|
|
* Exynos4412 Prime SoC revision supports higher CPU frequencies than
|
|
* non-Prime version. Therefore we need to update OPPs table and
|
|
* thermal maps accordingly.
|
|
*/
|
|
|
|
&cpu0_opp_1500 {
|
|
/delete-property/turbo-mode;
|
|
};
|
|
|
|
&cpu0_opp_table {
|
|
opp-1600000000 {
|
|
opp-hz = /bits/ 64 <1600000000>;
|
|
opp-microvolt = <1350000>;
|
|
clock-latency-ns = <200000>;
|
|
};
|
|
opp-1704000000 {
|
|
opp-hz = /bits/ 64 <1704000000>;
|
|
opp-microvolt = <1350000>;
|
|
clock-latency-ns = <200000>;
|
|
};
|
|
};
|
|
|
|
&cooling_map0 {
|
|
cooling-device = <&cpu0 9 9>, <&cpu1 9 9>,
|
|
<&cpu2 9 9>, <&cpu3 9 9>;
|
|
};
|
|
|
|
&cooling_map1 {
|
|
cooling-device = <&cpu0 15 15>, <&cpu1 15 15>,
|
|
<&cpu2 15 15>, <&cpu3 15 15>;
|
|
};
|
|
|
|
&gpu_opp_table {
|
|
opp-533000000 {
|
|
opp-hz = /bits/ 64 <533000000>;
|
|
opp-microvolt = <1075000>;
|
|
};
|
|
};
|