Skip to content

Commit d41dab4

Browse files
konradybciosre
authored andcommitted
dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350
As pointed out by Shazad [1], PMICs using a separate HLOS+PBS scheme (so PMK8350 and newer) are expected to pass reboot mode data through SDAM, as the reboot mode registers are absent in the HLOS reg space. Limit the reboot-mode.yaml inclusion to PMICs without a separate PBS region. [1] https://lore.kernel.org/linux-arm-msm/12f13183-c381-25f7-459e-62e0c2b19498@quicinc.com/ Fixes: 03fccdc ("dt-bindings: power: reset: qcom-pon: Add new compatible "qcom,pmk8350-pon"") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 131c0c7 commit d41dab4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/power/reset/qcom,pon.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ required:
5656
unevaluatedProperties: false
5757

5858
allOf:
59-
- $ref: reboot-mode.yaml#
6059
- if:
6160
properties:
6261
compatible:
@@ -66,6 +65,9 @@ allOf:
6665
- qcom,pms405-pon
6766
- qcom,pm8998-pon
6867
then:
68+
allOf:
69+
- $ref: reboot-mode.yaml#
70+
6971
properties:
7072
reg:
7173
maxItems: 1

0 commit comments

Comments
 (0)