Booting OpenWrt on ClearFog CN9130-Pro

Hi lblyth,

I am testing this on my CN9130 Clearfog Pro, with your dts and Makefile patch included in the 6.2.8 kernel source. Seems to be working pretty well thus far. I did get one strange line in dmesg:

[ 6.530664] mv88e6085 f212a200.mdio-mii:04: OF node /cp0/config-space@f2000000/mdio@12a200/switch@4/ports/port@5 of CPU port 5 lacks the required “phy-mode” property

Adding the following before line 296 seems to resolve the problem:
phy-mode = “sgmii”;

Scott