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,msm8996-qmp-pcie: add missing child node schema

Add the missing the description of the PHY-provider child nodes which
were 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-10-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
ea188846 4506dc82

+49
+49
Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-pcie-phy.yaml
··· 57 57 "^phy@[0-9a-f]+$": 58 58 type: object 59 59 description: one child node per PHY provided by this block 60 + properties: 61 + reg: 62 + items: 63 + - description: TX 64 + - description: RX 65 + - description: PCS 66 + 67 + clocks: 68 + items: 69 + - description: PIPE clock 70 + 71 + clock-names: 72 + items: 73 + - enum: 74 + - pipe0 75 + - pipe1 76 + - pipe2 77 + 78 + resets: 79 + items: 80 + - description: PHY (lane) reset 81 + 82 + reset-names: 83 + items: 84 + - enum: 85 + - lane0 86 + - lane1 87 + - lane2 88 + 89 + "#clock-cells": 90 + const: 0 91 + 92 + clock-output-names: 93 + maxItems: 1 94 + 95 + "#phy-cells": 96 + const: 0 97 + 98 + required: 99 + - reg 100 + - clocks 101 + - clock-names 102 + - resets 103 + - reset-names 104 + - "#clock-cells" 105 + - clock-output-names 106 + - "#phy-cells" 107 + 108 + additionalProperties: false 60 109 61 110 required: 62 111 - compatible