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-usb3-dp: fix bogus clock-cells property

The QMP PHY wrapper node is not a clock provider so drop the bogus
'#clock-cells' property that was added when converting to DT schema.

Fixes: 59351049ad15 ("dt-bindings: phy: qcom,qmp-usb3-dp: Add dt bindings for USB3 DP PHY")
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-24-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
dc47bcb7 b6e4bc6b

-5
-5
Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml
··· 31 31 - const: dp_com 32 32 - const: dp 33 33 34 - "#clock-cells": 35 - enum: [ 1, 2 ] 36 - 37 34 "#address-cells": 38 35 enum: [ 1, 2 ] 39 36 ··· 147 150 required: 148 151 - compatible 149 152 - reg 150 - - "#clock-cells" 151 153 - "#address-cells" 152 154 - "#size-cells" 153 155 - ranges ··· 168 172 <0x088e8000 0x10>, 169 173 <0x088ea000 0x40>; 170 174 reg-names = "usb", "dp_com", "dp"; 171 - #clock-cells = <1>; 172 175 #address-cells = <1>; 173 176 #size-cells = <1>; 174 177 ranges = <0x0 0x088e9000 0x2000>;