ARM: dts: msm: Remove simple-bus compat string from kalama sensor DT

Currently, we are facilitating the population of platform devices
corresponding to i3c child nodes in camera through "simple-bus"
compatibility string. This causes issues for devices under qupv3
DT node as the platform probes fire when not expected. Remove
the compatibility string from the parent DT node and populate
the platform devices through driver call instead.

CRs-Fixed: 3259550
Change-Id: Ibd234a557f437dce4169ec080c19d53f007b27ce
This commit is contained in:
Mukund Madhusudan Atre
2022-08-02 13:45:15 -07:00
committed by Camera Software Integration
parent 157b15b885
commit b97e883bff
3 changed files with 0 additions and 15 deletions

View File

@@ -1,9 +1,5 @@
#include <dt-bindings/msm-camera.h>
&qupv3_2 {
compatible = "qcom,geni-se-qup", "simple-bus";
};
&soc {
led_flash_triple_rear_wide: qcom,camera-flash1 {
cell-index = <1>;
@@ -767,7 +763,6 @@
i3c-scl-hz = <12500000>;
dfs-index = <0>;
i2c-scl-hz = <100000>;
compatible = "qcom,geni-i3c", "simple-bus";
status = "ok";
actuator_i3c_triple_wide: qcom,actuator@c {

View File

@@ -1,9 +1,5 @@
#include <dt-bindings/msm-camera.h>
&qupv3_2 {
compatible = "qcom,geni-se-qup", "simple-bus";
};
&soc {
led_flash_triple_rear_wide: qcom,camera-flash1 {
cell-index = <1>;
@@ -765,7 +761,6 @@
i3c-scl-hz = <12500000>;
dfs-index = <0>;
i2c-scl-hz = <100000>;
compatible = "qcom,geni-i3c", "simple-bus";
status = "ok";
actuator_i3c_triple_wide: qcom,actuator@c {

View File

@@ -1,9 +1,5 @@
#include <dt-bindings/msm-camera.h>
&qupv3_2 {
compatible = "qcom,geni-se-qup", "simple-bus";
};
&soc {
led_flash_triple_rear_wide: qcom,camera-flash1 {
cell-index = <1>;
@@ -559,7 +555,6 @@
i3c-scl-hz = <12500000>;
dfs-index = <0>;
i2c-scl-hz = <100000>;
compatible = "qcom,geni-i3c", "simple-bus";
status = "ok";
actuator_i3c_triple_wide: qcom,actuator@c {