ramips: mt7621-dts: fix claiming rgmii2 pin group for EdgeRouter X SFP
authorArınç ÜNAL <arinc.unal@arinc9.com>
Thu, 17 Mar 2022 13:10:08 +0000 (16:10 +0300)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 24 Jun 2022 07:18:03 +0000 (09:18 +0200)
commita1ad8377355c41a7cc3012b707fcecab923cbc90
tree0522b3bb2ff86b133f7e66b92e6077fdaf744526
parentc6f16b63fa7f3a44cd4a71d7e195d6046d612075
ramips: mt7621-dts: fix claiming rgmii2 pin group for EdgeRouter X SFP

For a TX->TX connected external phy to transmit/receive data, the rgmii2
pin group needs to be claimed with gpio function, at least for EdgeRouter X
SFP. We already claim the pin group under the pinctrl node with gpio
function on the gpio node on mt7621_ubnt_edgerouter-x.dtsi.

However, we should claim a pin group under its consumer node. It's the
ethernet node in this case, which we already claim the rgmii2 pin group
under it on mt7621.dtsi. Therefore, set the function as gpio on the rgmii2
node for EdgeRouter X SFP and get rid of claiming the rgmii2 pin group
under the pinctrl node. With this change, we also get to remove a
definition from mt7621_ubnt_edgerouter-x.dtsi which is specific to
EdgeRouter X SFP.

This change is tested on an EdgeRouter X SFP.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts
target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dtsi