mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Manually rebased: bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch lantiq/patches-5.15/0028-NET-lantiq-various-etop-fixes.patch All other patches automatically rebased Co-authored-by: John Audia <therealgraysky@proton.me> Signed-off-by: John Audia <therealgraysky@proton.me>
36 lines
1.0 KiB
Diff
36 lines
1.0 KiB
Diff
From 89f8d101005ee40b3a6c689ba1765403d3617672 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Thu, 19 May 2022 13:34:03 +0200
|
|
Subject: [PATCH 124/137] arm64: dts: qcom: ipq8074-hk01: add VQMMC supply
|
|
|
|
Since now we have control over the PMP8074 PMIC providing various system
|
|
voltages including L11 which provides the SDIO/eMMC I/O voltage set it as
|
|
the SDHCI VQMMC supply.
|
|
|
|
This allows SDHCI controller to switch to 1.8V I/O mode and support high
|
|
speed modes like HS200 and HS400.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
@@ -3,6 +3,7 @@
|
|
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*/
|
|
#include "ipq8074.dtsi"
|
|
+#include "pmp8074.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
|
|
@@ -82,6 +83,7 @@
|
|
|
|
&sdhc_1 {
|
|
status = "okay";
|
|
+ vqmmc-supply = <&l11>;
|
|
};
|
|
|
|
&qusb_phy_0 {
|