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.

Merge branch 'add-property-in-dwmac-stm32-documentation'

Christophe Roullier says:

====================
Add property in dwmac-stm32 documentation

Introduce property in dwmac-stm32 documentation

- st,ext-phyclk: is present since 2020 in driver so need to explain
it and avoid dtbs check issue : views/kernel/upstream/net-next/arch/arm/boot/dts/st/stm32mp157c-dk2.dtb:
ethernet@5800a000: Unevaluated properties are not allowed
('st,ext-phyclk' was unexpected)
Furthermore this property will be use in upstream of MP13 dwmac glue. (next step)
====================

Link: https://lore.kernel.org/r/20240328185337.332703-1-christophe.roullier@foss.st.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+7
+7
Documentation/devicetree/bindings/net/stm32-dwmac.yaml
··· 82 82 Should be phandle/offset pair. The phandle to the syscon node which 83 83 encompases the glue register, and the offset of the control register 84 84 85 + st,ext-phyclk: 86 + description: 87 + set this property in RMII mode when you have PHY without crystal 50MHz and want to 88 + select RCC clock instead of ETH_REF_CLK. OR in RGMII mode when you want to select 89 + RCC clock instead of ETH_CLK125. 90 + type: boolean 91 + 85 92 st,eth-clk-sel: 86 93 description: 87 94 set this property in RGMII PHY when you want to select RCC clock instead of ETH_CLK125.