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

scsi: ufs: dt-bindings: qcom: Drop redundant "reg" constraints

The "reg" in top-level has maxItems:2, thus repeating this in "if:then:"
blocks is redundant. Similarly number of items cannot be less than 1.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251027113107.75835-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Krzysztof Kozlowski and committed by
Martin K. Petersen
525a411f 041ef13b

-3
-3
Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
··· 88 88 - const: ice_core_clk 89 89 reg: 90 90 minItems: 2 91 - maxItems: 2 92 91 reg-names: 93 92 minItems: 2 94 93 required: ··· 116 117 - const: tx_lane0_sync_clk 117 118 - const: rx_lane0_sync_clk 118 119 reg: 119 - minItems: 1 120 120 maxItems: 1 121 121 reg-names: 122 122 maxItems: 1 ··· 145 147 - const: ice_core_clk 146 148 reg: 147 149 minItems: 2 148 - maxItems: 2 149 150 reg-names: 150 151 minItems: 2 151 152 required: