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)
27 lines
520 B
Plaintext
27 lines
520 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&usb>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
dwc2_usb: __overlay__ {
|
|
compatible = "brcm,bcm2835-usb";
|
|
dr_mode = "otg";
|
|
g-np-tx-fifo-size = <32>;
|
|
g-rx-fifo-size = <558>;
|
|
g-tx-fifo-size = <512 512 512 512 512 256 256>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
dr_mode = <&dwc2_usb>, "dr_mode";
|
|
g-np-tx-fifo-size = <&dwc2_usb>,"g-np-tx-fifo-size:0";
|
|
g-rx-fifo-size = <&dwc2_usb>,"g-rx-fifo-size:0";
|
|
};
|
|
};
|