ARM: dts: msm: Add support for Waipio MTP Subtype 4

Add support for Waipio MTP subtype 4.

CRs-Fixed: 3046748
Change-Id: Ifa050002ed071506f96eb19f486c98ce0cf4281e
This commit is contained in:
Karthik Jayakumar
2021-09-28 11:16:00 -07:00
parent 7795e83b6b
commit 8b141e6cf3
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
model = "Qualcomm Technologies, Inc. Waipio v2 SoC";
compatible = "qcom,waipio", "qcom,waipiop";
qcom,msm-id = <457 0x20000>, <482 0x20000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x03010008 0x03>;
qcom,board-id = <8 0>, <0x10008 0>, <0x03010008 0x03>, <0x04010008 0x04>;
fragment@0 {
target = <&cam_sfe0>;

View File

@@ -12,5 +12,5 @@
model = "Qualcomm Technologies, Inc. Waipio MTP";
compatible = "qcom,waipio", "qcom,waipiop";
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x02010008 0>, <0x03010008 0x03>;
qcom,board-id = <8 0>, <0x10008 0>, <0x02010008 0>, <0x03010008 0x03>, <0x04010008 0x04>;
};