From 8e4e545ecbbeb4ef45f07267e496aab66fcbbee3 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Sat, 11 Aug 2018 21:42:10 +0800 Subject: [PATCH] ath79: fix eth pll for ar913x PLL node is missing syscon in compatible string. Signed-off-by: Chuanhong Guo --- target/linux/ath79/dts/ar9132.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";