mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Camera Software Integration
parent
157b15b885
commit
b97e883bff
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user