summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuanhong Guo2018-08-11 13:42:10 +0000
committerMathias Kresin2018-08-11 19:46:18 +0000
commit8e4e545ecbbeb4ef45f07267e496aab66fcbbee3 (patch)
tree68015eba1664361f8f966eb7480f539bd7ee7090
parenta6369206fe3306114f6c4b26a7cf50b91008cb25 (diff)
downloadopenwrt-8e4e545ecbbeb4ef45f07267e496aab66fcbbee3.tar.gz
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";