Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: qcom,qmp-ufs: add missing child node schema

Add the missing the description of the PHY-provider child node which was
ignored when converting to DT schema.

Fixes: ccf51c1cedfd ("dt-bindings: phy: qcom,qmp: Convert QMP PHY bindings to yaml")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-19-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
ec9cafa6 9909228e

+72
+72
Documentation/devicetree/bindings/phy/qcom,qmp-ufs-phy.yaml
··· 68 68 "^phy@[0-9a-f]+$": 69 69 type: object 70 70 description: single PHY-provider child node 71 + properties: 72 + reg: 73 + minItems: 3 74 + maxItems: 6 75 + 76 + "#phy-cells": 77 + const: 0 78 + 79 + required: 80 + - reg 81 + - "#phy-cells" 82 + 83 + additionalProperties: false 71 84 72 85 required: 73 86 - compatible ··· 148 135 - const: ref 149 136 - const: ref_aux 150 137 - const: qref 138 + 139 + - if: 140 + properties: 141 + compatible: 142 + contains: 143 + enum: 144 + - qcom,msm8998-qmp-ufs-phy 145 + - qcom,sc8280xp-qmp-ufs-phy 146 + - qcom,sdm845-qmp-ufs-phy 147 + - qcom,sm6350-qmp-ufs-phy 148 + - qcom,sm8150-qmp-ufs-phy 149 + - qcom,sm8250-qmp-ufs-phy 150 + - qcom,sm8350-qmp-ufs-phy 151 + - qcom,sm8450-qmp-ufs-phy 152 + then: 153 + patternProperties: 154 + "^phy@[0-9a-f]+$": 155 + properties: 156 + reg: 157 + items: 158 + - description: TX lane 1 159 + - description: RX lane 1 160 + - description: PCS 161 + - description: TX lane 2 162 + - description: RX lane 2 163 + 164 + - if: 165 + properties: 166 + compatible: 167 + contains: 168 + enum: 169 + - qcom,sc8180x-qmp-ufs-phy 170 + - qcom,sm6115-qmp-ufs-phy 171 + then: 172 + patternProperties: 173 + "^phy@[0-9a-f]+$": 174 + properties: 175 + reg: 176 + items: 177 + - description: TX 178 + - description: RX 179 + - description: PCS 180 + - description: PCS_MISC 181 + 182 + - if: 183 + properties: 184 + compatible: 185 + contains: 186 + enum: 187 + - qcom,msm8996-qmp-ufs-phy 188 + then: 189 + patternProperties: 190 + "^phy@[0-9a-f]+$": 191 + properties: 192 + reg: 193 + items: 194 + - description: TX 195 + - description: RX 196 + - description: PCS 151 197 152 198 examples: 153 199 - |