ARM: dts: msm: Fix the waipiop-v2 dtsi file

waipiop-v2 dtsi incorrectly includes waipiop.dtsi instead of
waipio-v2.dtsi. Fix it with this change.

Change-Id: I6d7ffa901c7c6c2b6b8ee26f7f9afa219dcac9f4
This commit is contained in:
Mukesh Ojha
2022-06-14 19:21:49 +05:30
parent fd24317f38
commit 76e831ee26

View File

@@ -1,7 +1,11 @@
#include "waipiop.dtsi"
#include "waipio-v2.dtsi"
/ {
model = "Qualcomm Technologies, Inc. WaipioP v2";
compatible = "qcom,waipiop";
qcom,msm-id = <482 0x20000>;
};
&ipa_hw {
status = "disabled";
};