diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-07-28 11:05:52 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-07-31 08:38:06 +0200 |
commit | 5e9086b7b11976ba75014b257139ddc4b2885a8a (patch) | |
tree | a2504c96efce68d0a7ec3548e211d9a00a16081a /target/linux/ath79/dts | |
parent | bc1ad4099153539c94e85b401d8c5ab315420426 (diff) | |
download | upstream-5e9086b7b11976ba75014b257139ddc4b2885a8a.tar.gz upstream-5e9086b7b11976ba75014b257139ddc4b2885a8a.tar.bz2 upstream-5e9086b7b11976ba75014b257139ddc4b2885a8a.zip |
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>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9531_yuncore_a770.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9531_yuncore_a770.dts b/target/linux/ath79/dts/qca9531_yuncore_a770.dts index 18ad6307a1..da5b6dc7db 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; |