Add dt property for realtek phy. --- ChangeLogs: V1->V2: * store the desired PHYCR1/2 register value in "priv" rather than using "quirks", per Russell King suggestion, as well as can cover the bootloader setting. * change the behavior of ALDPS mode, default is disabled, add dt property for users to enable it. * fix dt binding yaml build issues. V2->V3: * update the commit title net: phy: realtek: add dt property to disable ALDPS mode -> net: phy: realtek: add dt property to enable ALDPS mode Joakim Zhang (4): dt-bindings: net: add dt binding for realtek rtl82xx phy net: phy: realtek: add dt property to disable CLKOUT clock net: phy: realtek: add dt property to disable ALDPS mode net: phy: realtek: add delay to fix RXC generation issue .../bindings/net/realtek,rtl82xx.yaml | 45 +++++++++++ drivers/net/phy/realtek.c | 75 ++++++++++++++++++- 2 files changed, 116 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl82xx.yaml -- 2.17.1