From 5e9086b7b11976ba75014b257139ddc4b2885a8a Mon Sep 17 00:00:00 2001
From: Piotr Dymacz <pepe2k@gmail.com>
Date: Sun, 28 Jul 2019 11:05:52 +0200
Subject: [PATCH] ath79: fix SOC version in compat string for A770

YunCore A770 is based on QCA9531, not QCA9533.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
---
 target/linux/ath79/dts/qca9531_yuncore_a770.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9531_yuncore_a770.dts b/target/linux/ath79/dts/qca9531_yuncore_a770.dts
index 18ad6307a1d5..da5b6dc7db2b 100644
--- a/target/linux/ath79/dts/qca9531_yuncore_a770.dts
+++ b/target/linux/ath79/dts/qca9531_yuncore_a770.dts
@@ -8,7 +8,7 @@
 
 / {
 	model = "YunCore A770";
-	compatible = "yuncore,a770", "qca,qca9533";
+	compatible = "yuncore,a770", "qca,qca9531";
 
 	aliases {
 		led-boot = &status;
-- 
2.30.2