- 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
-
This commit adds the devicetree node "backup-switch-mode" to the rv3028 driver. It supports the following values: - direct - level - disabled The values correspond to the different BSM options in the datasheet. When the setting is present in the devicetree, the driver checks the current mode during the probing phase. If the desired value differs from the current value, it is written to the RTC and a message is printed to dmesg, stating the new mode. Source: seco-ne/kernel/linux-imx-kuk@92daec58
-
- 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
-
This also introduces a more logical naming convention: seco-<soc>-<som>-<baseboard>-<display>.dts dtsi-files for baseboards are prefixed with "baseboard-" and those for displays with "display-".
-
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.
-
Even without development is unconvenient enough
-
-
- 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
-
Oleksii Kutuzov authored
-
- Jan 17, 2025
-
-
usb_1 is a little bit weird, copied from qcom-device-trees
-
-
-
- Jan 16, 2025
-
-
Oleksii Kutuzov authored
We have 5 UARTs in E81 design, accordingly increasing the number of possible uarts.
-
Oleksii Kutuzov authored
For three options: - QCS6490 - QCS5430 FP1 - QCS5430 FP2
-
-
-
-
-
The driver has been imported from branch seco_lf-6.6.23-2.0.0_e39-dev
-
Oleksii Kutuzov authored
An exact copy of the qcom_defconfig
-
- Dec 14, 2024
-
-
Linux Build Service Account authored
Merge "QCLINUX: arm64: defconfig: Enable GPUCC SA8775P driver as static module" into kernel.qclinux.1.0.r1-rel
-
Linux Build Service Account authored
* changes: BACKPORT: can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration BACKPORT: can: mcp251xfd: properly indent labels
-
Linux Build Service Account authored
Merge "BACKPORT: can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()" into kernel.qclinux.1.0.r1-rel
-