camera: Add miboard id to cape, ukee and waipio reference boards

Change-Id: Ia08a7dee9cbb7cc188574fe222e807c730afb2fb
This commit is contained in:
Arian
2024-03-13 00:33:14 +01:00
committed by Jens Reidel
parent 689cd60af7
commit 23e2ce3f54
4 changed files with 4 additions and 0 deletions

View File

@@ -13,4 +13,5 @@
compatible = "qcom,cape", "qcom,capep";
qcom,msm-id = <530 0x10000>, <531 0x10000>, <540 0x10000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x10008 2>, <0x10008 3>;
xiaomi,miboard-id = <0x1000 0>;
};

View File

@@ -13,4 +13,5 @@
compatible = "qcom,ukee-mtp", "qcom,ukee", "qcom,mtp";
qcom,msm-id = <591 0x10000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x10008 2>, <0x10008 3>;
xiaomi,miboard-id = <0x1000 0>;
};

View File

@@ -6,6 +6,7 @@
compatible = "qcom,waipio", "qcom,waipiop";
qcom,msm-id = <457 0x20000>, <482 0x20000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x03010008 0x03>, <0x04010008 0x04>;
xiaomi,miboard-id = <0x1000 0>;
fragment@0 {
target = <&cam_sfe0>;

View File

@@ -13,4 +13,5 @@
compatible = "qcom,waipio", "qcom,waipiop";
qcom,msm-id = <457 0x10000>, <482 0x10000>, <457 0x20000>, <482 0x20000>, <552 0x10000>;
qcom,board-id = <8 0>, <0x10008 0>, <0x02010008 0>, <0x03010008 0x03>, <0x04010008 0x04>;
xiaomi,miboard-id = <0x1000 0>;
};