[openwrt/openwrt] mediatek: add label-mac-device for Buffalo WSR-2533DHP2

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 3 06:38:23 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/9c793c44c98d37f210072d4c60cb3255160e8c95

commit 9c793c44c98d37f210072d4c60cb3255160e8c95
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sun Aug 27 18:04:04 2023 +0900

    mediatek: add label-mac-device for Buffalo WSR-2533DHP2
    
    Add label-mac-device with "&gmac0" phandle for Buffalo WSR-2533DHP2.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    (cherry picked from commit 94606abf63c22dfda9b9a63c603339505ed5f5b4)
---
 target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
index 9a44152a91..f8990b25cf 100644
--- a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
+++ b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
@@ -17,6 +17,7 @@
 		led-failsafe = &power_amber;
 		led-running = &power_green;
 		led-upgrade = &power_green;
+		label-mac-device = &gmac0;
 	};
 
 	chosen {




More information about the lede-commits mailing list