mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 10:24:51 +00:00
f02f6aaa8d
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s. However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid duplicating kernel patches and everything lets make a common target with per SoC subtargets. Start doing that by renaming ipq807x to qualcommax so that dependencies on ipq807x target can be updated. Signed-off-by: Robert Marko <robimarko@gmail.com>
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 2c394cfc1779886048feca7dc7f4075da5f6328c Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Fri, 19 Aug 2022 00:18:15 +0200
|
|
Subject: [PATCH] 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>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20220818221815.346233-5-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";
|
|
@@ -84,6 +85,7 @@
|
|
|
|
&sdhc_1 {
|
|
status = "okay";
|
|
+ vqmmc-supply = <&l11>;
|
|
};
|
|
|
|
&qusb_phy_0 {
|