msm: copper: Convert tzlog to Device Tree.
Remove the device instantiation from the board file and
add it to the Device Tree.
Change-Id: I7c94e4b2dd0f076523c7d8f49c9196ed9eaa13f7
Signed-off-by: Hariprasad Dhalinarasimha <hnamgund@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8974.dtsi b/arch/arm/boot/dts/msm8974.dtsi
index ad6f99b..584bd11 100644
--- a/arch/arm/boot/dts/msm8974.dtsi
+++ b/arch/arm/boot/dts/msm8974.dtsi
@@ -466,4 +466,9 @@
qcom,pet-time = <10000>;
qcom,ipi-ping = <1>;
};
+
+ qcom,tz-log@fe805720 {
+ compatible = "qcom,tz-log";
+ reg = <0xfe805720 0x1000>;
+ };
};