Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05389087 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add cnss sdio dsrc on msm8996 vplatform"

parents d0934706 8fffa5cd
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -113,6 +113,24 @@
					/* Up to 800 Mbps */
					<45 512 207108 14432000>;
	};

	dsrc_vreg: dsrc_vreg {
		compatible = "qcom,stub-regulator";
		regulator-name = "dsrc_vreg";
		startup-delay-us = <2410>;
		enable-active-high;
		gpio = <&tlmm 125 0>;
	};

	qcom,cnss_sdio {
		compatible = "qcom,cnss_sdio";
		subsys-name = "AR6320_SDIO";
		vdd-wlan-supply = <&rome_vreg>;
		vdd-wlan-xtal-supply = <&pm8994_l30>;
		vdd-wlan-io-supply = <&pm8994_s4>;
		vdd-wlan-dsrc-supply = <&dsrc_vreg>;
		qcom,skip-wlan-en-toggle;
	};
};

&spi_9 {