Просмотр исходного кода

ath79: fix SOC version in compat string for A770

YunCore A770 is based on QCA9531, not QCA9533.

Signed-off-by: Piotr Dymacz <[email protected]>
Piotr Dymacz 6 лет назад
Родитель
Сommit
5e9086b7b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/ath79/dts/qca9531_yuncore_a770.dts

+ 1 - 1
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;