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: clean up example

Clean up the example node somewhat by grouping consumer and provider
properties in the child node.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-7-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
1965d56a 55fc8c41

+5 -2
+5 -2
Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
··· 430 430 <0x400 0x1fc>, 431 431 <0x800 0x218>, 432 432 <0x600 0x70>; 433 - #clock-cells = <0>; 434 - #phy-cells = <0>; 433 + 435 434 clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>; 436 435 clock-names = "pipe0"; 436 + 437 + #clock-cells = <0>; 437 438 clock-output-names = "usb3_uni_phy_pipe_clk_src"; 439 + 440 + #phy-cells = <0>; 438 441 }; 439 442 };