aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-08-11 21:42:10 +0800
committerMathias Kresin <dev@kresin.me>2018-08-11 21:46:18 +0200
commit8e4e545ecbbeb4ef45f07267e496aab66fcbbee3 (patch)
tree68015eba1664361f8f966eb7480f539bd7ee7090
parenta6369206fe3306114f6c4b26a7cf50b91008cb25 (diff)
downloadupstream-8e4e545ecbbeb4ef45f07267e496aab66fcbbee3.tar.gz
upstream-8e4e545ecbbeb4ef45f07267e496aab66fcbbee3.tar.bz2
upstream-8e4e545ecbbeb4ef45f07267e496aab66fcbbee3.zip
ath79: fix eth pll for ar913x
PLL node is missing syscon in compatible string. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
-rw-r--r--target/linux/ath79/dts/ar9132.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi
index f3105e330d..01572c022e 100644
--- a/target/linux/ath79/dts/ar9132.dtsi
+++ b/target/linux/ath79/dts/ar9132.dtsi
@@ -93,7 +93,7 @@
pll: pll-controller@18050000 {
compatible = "qca,ar9132-pll",
- "qca,ar9130-pll";
+ "qca,ar9130-pll", "syscon";
reg = <0x18050000 0x20>;
clock-names = "ref";