macromorgan has quit [Quit: No Ping reply in 180 seconds.]
macromorgan has joined #linux-rockchip
qschulz has quit [Quit: qschulz]
qschulz has joined #linux-rockchip
SystemError has quit [Remote host closed the connection]
SystemError has joined #linux-rockchip
<naoki>
hmmm... ethernet phy compatible like "ethernet-phy-id001c.c916"; should be defined? I checked several dts, but only some boards defined it
SystemError has quit [Remote host closed the connection]
SystemError has joined #linux-rockchip
ldevulder has joined #linux-rockchip
<dsimic>
naoki: what did you actually mean with the comparison between rk3399-rock-pi-4.dtsi and rk3399-rock-4se.dts?
<dsimic>
regarding ethernet-phy-id001c.c916, have a look at function fwnode_get_phy_id() in drivers/net/phy/phy_device.c
<Kwiboo>
if the phy-id and mdio addr is known and static for the lifetime a board model an ethernet-phy-id compatible and reg=<phyad> can probably be used instead of a ethernet-phy-ieee802.3-c22 compatible (with/without reg=0)
<Kwiboo>
with ethernet-phy-id001c.c916 compatible for a board with rtl8211f the ethernet phy reset done in u-boot may not be needed and linux may be successful in resetting the phy before use