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

Commit ba2d925f 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 sa6155p vm



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

Change-Id: I8b1d59800b73fe5204f353772e81bb80a6b0fe23
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 9188d6a0
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -41,16 +41,19 @@
};

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

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

	regulator_virt: virtio_regulator@1c700000 {