unifreq / linux-5.15.y

clone from https://github.com/chewitt/linux branch amlogic-5.15.y, And will add some patches that I have collected, which can be used for the aarch64 openwrt firmware, or for general occasions such as armbian.
Other
32 stars 86 forks source link

请问老大s905x,刷armbian 启动后,没有插网线时,连接指示灯亮起,插上网线指示灯熄灭,请怎么更改dts中的设置,使其正常显示? #42

Open marchmin opened 1 year ago

marchmin commented 1 year ago

盒子s905x,p212.dts 原电视系统,安卓3.14内核心中显示正常,设置如下: internal_eth_pins { amlogic,setmask = <0x4 0x3000000>; amlogic,clrmask = <0x3 0x300000>; amlogic,pins = "GPIOZ_14", "GPIOZ_15"; linux,phandle = <0x2e>; phandle = <0x2e>; };

armbian dts设置如下:

&internal_phy { pinctrl-0 = <&eth_link_led_pins>, <&eth_act_led_pins>; pinctrl-names = "default"; };

刷armbian 选p212.dtb启动后,没有插网线时,网络连接指示灯亮起,插上网线指示灯熄灭,请怎么更改dts中的设置,使其显示正常?