aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dtsi
Commit message (Collapse)AuthorAge
* mediatek: dts: convert pinctrl bias to the Linux generic styleShiji Yang7 days
| | | | | | | | | | | | | | There are two types properties here that can control the pin bias resistors. "mediatek,pull-{up,down}-adv" and "bias-pull-{up,down}" actually do the same thing[1]. The first type is customized by the Mediatek and the second type is widely used in the Linux pinctrl framework. To avoid confusing developers, unify pinctrl bias to the new Linux generic style. [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cafe19db7751269bf6b4dd2148cbfa9fbe91d651 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/19741 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mediatek: update pinconf for GL.iNet eMMC boardsYin Ni2025-06-11
| | | | | | | | | | | | | Update the pin-configuration as well as maximum frequency for the eMMC flash. - Use 26 MHz as the maximum clock of the eMMC memory - Configure 12mA as the pin drive-strength - Enable internal pull-reistors Signed-off-by: Yin Ni <yin.ni@gl-inet.com> [adapt commit message] Signed-off-by: David Bauer <mail@david-bauer.net>
* mediatek: filogic: fix for new GL.iNet GL-MT2500/GL-MT2500A hardware revisionMatthew Bilker2025-06-03
GL.iNet shipped a hardware change of the WAN PHY going from the MaxLinear GPY211C to the Airoha EN8811H. Signed-off-by: Matthew Bilker <me@mbilker.us> Link: https://github.com/openwrt/openwrt/pull/18799 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>