From: Chuanhong Guo Date: Sat, 11 Aug 2018 13:42:10 +0000 (+0800) Subject: ath79: fix eth pll for ar913x X-Git-Tag: state~1283 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8e4e545ecbbeb4ef45f07267e496aab66fcbbee3;p=openwrt%2Fstaging%2Fchunkeey.git ath79: fix eth pll for ar913x PLL node is missing syscon in compatible string. Signed-off-by: Chuanhong Guo --- 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";