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: ti,phy-j721e-wiz: deprecate clock MUX nodes

Mark "pll[0|1]-refclk", "refclk-dig" and "cmn-refclk1?-dig-div"
as deprecated. The clock muxes are provided by the device driver
so not required in device tree.

Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220628122255.24265-5-rogerq@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Roger Quadros and committed by
Vinod Koul
1aa54982 b64a85fb

+3
+3
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
··· 83 83 WIZ node should have subnode for refclk_dig to select the reference 84 84 clock source for the reference clock used in the PHY and PMA digital 85 85 logic. 86 + deprecated: true 86 87 properties: 87 88 clocks: 88 89 minItems: 2 ··· 112 111 description: | 113 112 WIZ node should have subnodes for each of the PLLs present in 114 113 the SERDES. 114 + deprecated: true 115 115 properties: 116 116 clocks: 117 117 maxItems: 2 ··· 138 136 description: 139 137 WIZ node should have subnodes for each of the PMA common refclock 140 138 provided by the SERDES. 139 + deprecated: true 141 140 properties: 142 141 clocks: 143 142 maxItems: 1