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

Commit ad5d6ae4 authored by Zhiqiang Tu's avatar Zhiqiang Tu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable virtio clock for sa8155 vm



Replace hab based virtual clock with virtio clock for
SA8155 virtual machine.

Change-Id: I9d2125fdf116c0a2b424062cf0482e7ae7600c15
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent dc5ad43a
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -95,14 +95,18 @@
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

	clock_virt: qcom,virt-gcc {
		compatible = "qcom,virt-clk-sm8150-gcc";
	clock_virt: qcom,virtio-gcc {
		compatible = "virtio,mmio";
		reg = <0x1c200000 0x1000>;
		interrupts = <0 100 0>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	clock_virt_scc: qcom,virt-scc {
		compatible = "qcom,virt-clk-sm8150-scc";
	clock_virt_scc: qcom,virtio-scc {
		compatible = "virtio,mmio";
		reg = <0x1c300000 0x1000>;
		interrupts = <0 101 0>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};