From 2702ef94274b35c2d80a795484a1126b5f4628cf Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Tue, 24 Jan 2023 14:14:58 +0100 Subject: [PATCH] ath79: add label-mac-device for GL-XE300 This adds an label-mac-device alias which refrences the mac which is printed on the Label of the device. Signed-off-by: Tom Herbers (cherry picked from commit f83f5f8452edd3115aacf333b0038da89639a218) --- target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts b/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts index 9c2760398b..9212c0a754 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts +++ b/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts @@ -9,6 +9,10 @@ compatible = "glinet,gl-xe300", "qca,qca9531"; model = "GL.iNet GL-XE300"; + aliases { + label-mac-device = ð0; + }; + gpio-export { compatible = "gpio-export"; -- 2.30.2