forked from Qortal/Brooklyn
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)
37 lines
637 B
Plaintext
37 lines
637 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
|
|
*
|
|
* Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/include/ "wm8650.dtsi"
|
|
|
|
/ {
|
|
model = "Wondermedia WM8650-MID Tablet";
|
|
};
|
|
|
|
&fb {
|
|
bits-per-pixel = <16>;
|
|
|
|
display-timings {
|
|
native-mode = <&timing0>;
|
|
timing0: 800x480 {
|
|
clock-frequency = <0>; /* unused but required */
|
|
hactive = <800>;
|
|
vactive = <480>;
|
|
hfront-porch = <40>;
|
|
hback-porch = <88>;
|
|
hsync-len = <0>;
|
|
vback-porch = <32>;
|
|
vfront-porch = <11>;
|
|
vsync-len = <1>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|