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

Commit 3e95f719 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add entries for virtual SSR notifications on SA8155 VM"

parents db17b11b fc2c9bde
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -623,6 +623,24 @@
		broken-cd;
		status = "disabled";
	};

	subsys_notif_virt: qcom,subsys_notif_virt@2D000000 {
		compatible = "qcom,subsys-notif-virt";
		reg = <0x2D000000 0x400>;
		reg-names = "vdev_base";
		adsp {
			subsys-name = "adsp";
			interrupts = <0 43 0>;
			interrupt-names = "state-irq";
			type = "virtual";
			offset = <0>;
		};
		wlan {
			subsys-name = "wlan";
			type = "native";
			offset = <512>;
		};
	};
};

#include "sm8150-pinctrl.dtsi"