From c15dfbeea004d2e5e0710f4216590d4207bbc998 Mon Sep 17 00:00:00 2001 From: Johann Neuhauser Date: Sat, 12 May 2018 22:25:35 +0200 Subject: ath79: fix gmac compatible in ar9330.dtsi and ag71xx_setup_gmac_933x 1. compatible property in node gmac was wrong 2. ag71xx_setup_gmac_933x should use np of gmac-config and not the pointer to gmac. gmac is only used for the reg address. Signed-off-by: Johann Neuhauser --- target/linux/ath79/dts/ar9330.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9330.dtsi b/target/linux/ath79/dts/ar9330.dtsi index f623672..1439de1 100644 --- a/target/linux/ath79/dts/ar9330.dtsi +++ b/target/linux/ath79/dts/ar9330.dtsi @@ -104,7 +104,7 @@ }; gmac: gmac@18070000 { - compatible = "qca,qr9330-gmac"; + compatible = "qca,ar9330-gmac"; reg = <0x18070000 0x4>; }; }; -- cgit v1.1