From 4b9882eb920a5d74e2c12a75d9399d00c55d39b9 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Thu, 27 Sep 2018 12:47:43 +0900 Subject: ath79: fix MAC address for Buffalo BHR-4GRV I added mtd-mac-address for WZR-HP-G450H and BHR-4GRV in 1df1ea4d7e8b6ae3351780ed58800ccd9edd4c27, but that address in ART is incorrect for BHR-4GRV. WZR-HP-G450H has wlan eeprom and MAC address in ART, but BHR-4GRV has only MAC address in ART. - WZR-HP-G450H - eeprom: 0x1000 - MAC: 0x1002 - BHR-4GRV - MAC: 0x0 Signed-off-by: INAGAKI Hiroshi --- target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi') diff --git a/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi b/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi index c82cf83f7e..08f202334c 100644 --- a/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi +++ b/target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi @@ -144,8 +144,6 @@ ð0 { status = "okay"; - mtd-mac-address = <&ART 0x1002>; - phy-mode = "rgmii"; phy-handle = <&phy0>; }; -- cgit v1.2.3