ath79: fix SOC version in compat string for A770
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 28 Jul 2019 09:05:52 +0000 (11:05 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Wed, 31 Jul 2019 06:38:06 +0000 (08:38 +0200)
YunCore A770 is based on QCA9531, not QCA9533.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
target/linux/ath79/dts/qca9531_yuncore_a770.dts

index 18ad6307a1d5bbdc45906b0b4639a287d8ffc530..da5b6dc7db2b286f9b80082dbec1543b6d6a22b1 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        model = "YunCore A770";
-       compatible = "yuncore,a770", "qca,qca9533";
+       compatible = "yuncore,a770", "qca,qca9531";
 
        aliases {
                led-boot = &status;