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

Manually rebased: hack-5.15/780-usb-net-MeigLink_modem_support.patch Removed upstreamed: mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch All other patches automatically rebased. Signed-off-by: Liu Linhui <liulinhui36@gmail.com> Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
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 {
|