Merge "ARM: dts: msm: Disable low power modes for sun"

This commit is contained in:
qctecmdr
2023-11-08 14:30:24 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 110 additions and 1 deletions

View File

@@ -87,6 +87,11 @@ properties:
description:
The offset of the TCS blocks.
qcom,tcs-distance:
$ref: /schemas/types.yaml#/definitions/uint32
description:
The distance between each TCS for a DRV.
reg:
minItems: 1
maxItems: 4
@@ -149,6 +154,7 @@ examples:
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
label = "apps_rsc";
qcom,tcs-offset = <0xd00>;
qcom,tcs-distance= <0x150>;
qcom,drv-id = <2>;
qcom,tcs-config = <ACTIVE_TCS 2>,
<SLEEP_TCS 3>,
@@ -173,6 +179,7 @@ examples:
interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
label = "disp_rsc";
qcom,tcs-offset = <0x1c00>;
qcom,tcs-distance= <0x150>;
qcom,drv-id = <0>;
qcom,tcs-config = <ACTIVE_TCS 0>,
<SLEEP_TCS 1>,