]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: dts: remove mt7531 switch reset delay time properties 19741/head
authorShiji Yang <yangshiji66@outlook.com>
Sun, 24 Aug 2025 06:12:54 +0000 (14:12 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Aug 2025 11:22:09 +0000 (13:22 +0200)
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>
target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dts
target/linux/mediatek/dts/mt7986a-acer-w6-common.dtsi
target/linux/mediatek/dts/mt7986a-asus-tuf-ax4200.dts
target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts

index 6869f132ac618f41bcb7d3abdebe797212723711..b72cf7ecc306e70aeb4e0aec68037d7af4f52e1b 100644 (file)
                        compatible = "mediatek,mt7531";
                        reg = <31>;
                        reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
-                       reset-assert-us = <10000>;
-                       reset-deassert-us = <10000>;
 
                        ports {
                                #address-cells = <1>;
index 73e0d03ed375bc5b59ffa2d3dcfb4522603e4749..f1af6066e15f325ab8e1097373f59bd3b5efe06a 100644 (file)
                        compatible = "mediatek,mt7531";
                        reg = <31>;
                        reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
-                       reset-assert-us = <10000>;
-                       reset-deassert-us = <10000>;
 
                        ports {
                                #address-cells = <1>;
index 9d4548e60dc9bee1ec9f383d322cf587fb66b686..e4710e5b5b2ad37c331d97e1217357297cd20adb 100644 (file)
        switch: switch@1f {
                compatible = "mediatek,mt7531";
                reg = <31>;
-
                reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
-               reset-assert-us = <10000>;
-               reset-deassert-us = <10000>;
        };
 };
 
index 294aa4c8d2bf4267d9cf0cdbc17828239fb6390c..0b59fe910fb0178dac407f5c9e293180998cc7c3 100644 (file)
        switch: switch@1f {
                compatible = "mediatek,mt7531";
                reg = <31>;
-
                reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
-               reset-assert-us = <10000>;
-               reset-deassert-us = <10000>;
        };
 };