Commit d79b28fd authored by Jakub Kicinski's avatar Jakub Kicinski

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.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents e8058a49 929107d3
...@@ -82,6 +82,13 @@ properties: ...@@ -82,6 +82,13 @@ properties:
Should be phandle/offset pair. The phandle to the syscon node which Should be phandle/offset pair. The phandle to the syscon node which
encompases the glue register, and the offset of the control register encompases the glue register, and the offset of the control register
st,ext-phyclk:
description:
set this property in RMII mode when you have PHY without crystal 50MHz and want to
select RCC clock instead of ETH_REF_CLK. OR in RGMII mode when you want to select
RCC clock instead of ETH_CLK125.
type: boolean
st,eth-clk-sel: st,eth-clk-sel:
description: description:
set this property in RGMII PHY when you want to select RCC clock instead of ETH_CLK125. set this property in RGMII PHY when you want to select RCC clock instead of ETH_CLK125.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment