summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolmes Chou <holmeschou@google.com>2024-01-30 17:05:38 +0800
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-31 03:49:58 +0000
commitaf6c374f8fb40ca0160f7da99a70e66fb2aec151 (patch)
treee7a6fe5c28133b244259a53691cba5944e17f2c5
parent6ddbd57fe3b3872c3f9de47e664ebd5028225e71 (diff)
downloadbluejay-af6c374f8fb40ca0160f7da99a70e66fb2aec151.tar.gz
arm64/dts: bluejay: Fix camera thread priority
Remove invalid thread-priority property and set camera devices transaction thread priority to realtime. Bug: 322822998 Test: GCA Change-Id: Iaf4f8203cd77d0e2431eeafd4a989600f18bdba5 Signed-off-by: Holmes Chou <holmeschou@google.com>
-rw-r--r--dts/gs101-bluejay-camera.dtsi23
1 files changed, 8 insertions, 15 deletions
diff --git a/dts/gs101-bluejay-camera.dtsi b/dts/gs101-bluejay-camera.dtsi
index e7ed33b..4b91961 100644
--- a/dts/gs101-bluejay-camera.dtsi
+++ b/dts/gs101-bluejay-camera.dtsi
@@ -120,7 +120,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "sensor-imx363";
@@ -224,7 +224,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "sensor-imx386";
@@ -306,7 +306,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "sensor-imx355";
@@ -388,7 +388,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "eeprom-lc898129";
@@ -440,7 +440,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "eeprom-m24c64x";
@@ -478,7 +478,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "eeprom-m24c64s";
@@ -516,7 +516,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "act-lc898129";
@@ -561,8 +561,6 @@
<1000
1000
1000>;
- /* Thread priority */
- transaction-thread-priority = <99>;
};
/* Ois lc898129 for imx363 */
@@ -570,7 +568,7 @@
compatible = "google,lwis-i2c-device";
/* Adjust thread priority for I2C */
- thread-priority = <1>;
+ transaction-thread-priority = <99>;
/* Device node name */
node-name = "ois-lc898129";
@@ -615,16 +613,11 @@
<1000
1000
1000>;
- /* Thread priority */
- transaction-thread-priority = <99>;
};
flash0: flash@0 {
compatible = "google,lwis-i2c-device";
- /* Adjust thread priority for I2C */
- thread-priority = <1>;
-
/* Device node name */
node-name = "flash-lm3644";