- Mar 03, 2025
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
-
Add Fannal 7" and AOE 10.1" LVDS displays
-
-
Disable all display stuff by default. It is up to displays dtsi file to enable what is needed.
-
-
-
- Feb 28, 2025
-
-
Tobias Kahlki authored
The MAILBOX and RPMSG drivers are required for the co-processor communication on the QCS6490 (more specfic the QCOM_GLINK sub-system depends on them). For whatever reasen, they have been disabled. Re-enable them since we get compile and run time errors otherwise.
-
- Feb 27, 2025
-
-
Dietmar Muscholik authored
-
Dietmar Muscholik authored
When a cpufreq-driver wants to create files in sysfs that are already created by an oher cpufreq-driver it gets -EEXISTS.
-
- Feb 19, 2025
-
-
It contains variuos additional stuff for the processor, as some memory regions, firmware drivers, configs for memory dumps, thermal zones, dma heaps etc.
-
- Feb 18, 2025
-
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
- Feb 17, 2025
-
-
Oleksii Kutuzov authored
Device can be "woken" from suspend/sleep state by pressing SW5 (SLEEP) button on B79 carrier board
-
- Feb 14, 2025
-
-
i2c1: - HT16K33 Auxiliary Display - TI TMP102 Onboard Temperature Sensor - TI IN219 Onboard Current Sensor i2c2: - LTC4100 Smart Battery Charger Controller - Atmel 24C32 EEPROM
-
- LTC4100 Smart Battery Charger Controller - HT16K33 Auxiliary Display - Atmel 24C32 EEPROM - TI TMP102 Onboard Temperature Sensor - TI IN219 Onboard Current Sensor
-
Christos authored
During development, we have disabled the device tree nodes for soundwire. While that is in effect, these drivers are not needed.
-
Christos authored
If the referenced files was to change, the reference we're providing would be out of date. These changes prevent this.
-
- Feb 07, 2025
-
-
We do not have the USB HUB on QPS615. QPS615 voltages are enabled via the regulators.
-
DP adds an i2c bus to the system. If it is not entirely/properly configured accessing this i2c bus causes a NULL-pointer to be dereferenced and the system to reboot.
-
-
-
-
-
-
Added USB_MUX_SEL pin to the firmware revision D8.
-
Yuri Mazzuoli authored
-
- Feb 06, 2025
-
-
Oleksii Kutuzov authored
USB0 works again in device mode, as well as in host mode.
-
- Feb 04, 2025
-
-
Yuri Mazzuoli authored
-
Yuri Mazzuoli authored
Backup-switch-mode set to "direct" to automatically switch to battery when power goes down
-
- Feb 03, 2025
-
-
Phy interrupts shoild be connected also to the processor, will be fixed in the next PCB revision.
-
Dietmar Muscholik authored
-
Dietmar Muscholik authored
- correct include guard - unify regulator configuration a little more - remove unused stuff - fix typos in comments
-
- Jan 31, 2025
-
-
Tobias Kahlki authored
-
In the DP-driver there is "qcom,edp-vcc-en-gpio" that a gpio can be assigned to in the DT and that powers on the display. But this gpio is switched AFTER the display has been powered on. Thus there is no other way to turn on a display but using a hog-gpio. There is no way to assign a backlight-device to (e)DP, not even a PWM, only a bunch of gpios. So the pwm is configured as gpio, meaning there is no way to adjust the backlight-brightness but 2 ways to switch the backlight off, because both gpios must be high.
-