mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42: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)
38 lines
428 B
Plaintext
38 lines
428 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright 2020 IBM Corp.
|
|
/dts-v1/;
|
|
|
|
#include "aspeed-bmc-ibm-rainier.dts"
|
|
|
|
/ {
|
|
model = "Rainier 4U";
|
|
};
|
|
|
|
&i2c3 {
|
|
power-supply@6a {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6a>;
|
|
};
|
|
|
|
power-supply@6b {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6b>;
|
|
};
|
|
};
|
|
|
|
&fan0 {
|
|
tach-pulses = <4>;
|
|
};
|
|
|
|
&fan1 {
|
|
tach-pulses = <4>;
|
|
};
|
|
|
|
&fan2 {
|
|
tach-pulses = <4>;
|
|
};
|
|
|
|
&fan3 {
|
|
tach-pulses = <4>;
|
|
};
|