- Mar 03, 2025
-
-
Tobias Kahlki authored
-
-
-
Disable all display stuff by default. It is up to displays dtsi file to enable what is needed.
-
-
- 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
-
- 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
-
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
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.
-
This is used to enable an eDP with a hog-gpio
-
Tobias Kahlki authored
The QCS5430 is a QCS6490 that is lacking some features, so we use the QCS6490 dtsi-file for both and disable the non-existing features for QCS5430. The opposite way would be less ugly but would require modification of the Qualcomm-provided dtsi-files.
-
Qualcomm uses off-tree device-tree-overlays for displays. These overlays are applied to the base device-tree at build time to generate a combined device- tree. Because they are maintained in separate repositories they do not necessarily match the kernel. If so, for the dtc everything seems to be right, because it has no knowledge about the base device-tree. The errors, like the most common "unknown label" because of a simple typo, occure later when the overlays are applied. While the dtc says: this file, this line, this error, the tool that applies the overlays only says "FDT_ERR_NOTFOUND", hidden somewhere in the bitbake-logs, and it takes hours and hours of trial-and-error to figure out what went wrong. Furthermore, because the overlays are not applied dynamically at runtime but at build-time, it does not make any sense to use overlays. They cause nothing but trouble. For this reasons th overlays have been turned to dtsi-files.
-
- Jan 30, 2025
-
-
Tobias Kahlki authored
- Fix the main comments to reflect the devicetree files correctly - Update the copyright
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
Rename the B79 include file and also add the file -b79 file extension to the base devicetrees.
-
Oleksii Kutuzov authored
-
- Jan 27, 2025
-
-
Tobias Kahlki authored
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
Remove reference to qcs6490 as E81 has both qcs6490 and qcs5430
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
- Jan 17, 2025
-
-
usb_1 is a little bit weird, copied from qcom-device-trees
-