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

Commit c9527fbb authored by Sameer Thalappil's avatar Sameer Thalappil Committed by Yuanyuan Liu
Browse files

ARM: dts: msm: Add CNSS node to device tree



Add CNSS node to 8092's device tree.
Add Always-on voltage regulator to regulator device tree.

Change-Id: I21abdc7426bce911976ff31e94333c0873eee495
Acked-by: default avatarKomal Seelam <kseelam@codeaurora.org>
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 5f4d31f2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 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
@@ -502,4 +502,11 @@
			qcom,cpu-num = <3>;
		};
	};

	wlan_vreg: wlan_vreg {
		compatible = "regulator-fixed";
		regulator-name = "wlan_vreg";
		regulator-always-on;
		status = "ok";
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -1202,6 +1202,13 @@
			<0xfe0c9010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
	};

	qcom,cnss@0d400000 {
		compatible = "qcom,cnss";
		reg = <0x0d400000 0x200000>;
		reg-name = "ramdump";
		vdd-wlan-supply = <&wlan_vreg>;
	};
};

&gdsc_venus {