audio: dts: add support for waipio V2 hardware

Add support for waipio V2 hardware.

Change-Id: I356173fce1e20ebd5fcb0f10e9e62d68a95b4767
This commit is contained in:
Meng Wang
2021-05-26 08:50:30 +08:00
committed by Gerrit - the friendly Code Review server
parent 29b2d9dfd6
commit 76a3132363
5 changed files with 5 additions and 5 deletions

View File

@@ -5,6 +5,6 @@
/ {
model = "Qualcomm Technologies, Inc. Waipio ATP";
compatible = "qcom,waipio", "qcom,waipio-atp", "qcom,atp";
qcom,msm-id = <457 0x10000>, <482 0x10000>;
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <0x10021 0>;
};

View File

@@ -5,6 +5,6 @@
/ {
model = "Qualcomm Technologies, Inc. Waipio CDP";
compatible = "qcom,waipio-cdp", "qcom,waipio", "qcom,cdp";
qcom,msm-id = <457 0x10000>, <482 0x10000>;
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <0x10001 0>;
};

View File

@@ -5,6 +5,6 @@
/ {
model = "Qualcomm Technologies, Inc. Waipio MTP";
compatible = "qcom,waipio";
qcom,msm-id = <457 0x10000>, <482 0x10000>;
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <0x10008 0>;
};

View File

@@ -5,6 +5,6 @@
/ {
model = "Qualcomm Technologies, Inc. Waipio QRD";
compatible = "qipio-qrd", "com,waipio", "qcom,qrd";
qcom,msm-id = <457 0x10000>, <482 0x10000>;
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <0x1000B 0>, <0x2000B 0>;
};

View File

@@ -5,6 +5,6 @@
/ {
model = "Qualcomm Technologies, Inc. Waipio RUMI";
compatible = "qcom,waipio-rumi", "qcom,waipio", "qcom,rumi";
qcom,msm-id = <457 0x10000>;
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>;
qcom,board-id = <15 0>;
};