build: filter out more autogenerated kernel config options
[openwrt/staging/mkresin.git] / target / linux / ipq40xx / patches-5.4 / 100-arm-dts-IPQ4019-add-SDHCI-VQMMC-LDO-node.patch
1 From 77d9b11ae7269dcf376c3b9493209f712524e986 Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robert.marko@sartura.hr>
3 Date: Wed, 22 Jan 2020 12:56:35 +0100
4 Subject: [PATCH] arm: dts: IPQ4019: add SDHCI VQMMC LDO node
5
6 Since we now have driver for the SDHCI VQMMC LDO needed
7 for I/0 voltage levels lets introduce the necessary node for it.
8
9 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
10 ---
11 arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++++++++++
12 1 file changed, 10 insertions(+)
13
14 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
15 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
16 @@ -209,6 +209,16 @@
17 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
18 };
19
20 + vqmmc: regulator@1948000 {
21 + compatible = "qcom,vqmmc-ipq4019-regulator";
22 + reg = <0x01948000 0x4>;
23 + regulator-name = "vqmmc";
24 + regulator-min-microvolt = <1500000>;
25 + regulator-max-microvolt = <3000000>;
26 + regulator-always-on;
27 + status = "disabled";
28 + };
29 +
30 sdhci: sdhci@7824900 {
31 compatible = "qcom,sdhci-msm-v4";
32 reg = <0x7824900 0x11c>, <0x7824000 0x800>;