mt7531 switch reset delay time is hard coded in the driver. The
"reset-assert-us" and "reset-deassert-us" won't take effect.
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>
compatible = "mediatek,mt7531";
reg = <31>;
reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
- reset-assert-us = <10000>;
- reset-deassert-us = <10000>;
ports {
#address-cells = <1>;
compatible = "mediatek,mt7531";
reg = <31>;
reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
- reset-assert-us = <10000>;
- reset-deassert-us = <10000>;
ports {
#address-cells = <1>;
switch: switch@1f {
compatible = "mediatek,mt7531";
reg = <31>;
-
reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
- reset-assert-us = <10000>;
- reset-deassert-us = <10000>;
};
};
switch: switch@1f {
compatible = "mediatek,mt7531";
reg = <31>;
-
reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
- reset-assert-us = <10000>;
- reset-deassert-us = <10000>;
};
};