From 65556127832c6b9c87a8b97ca2f937b799088c87 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 9 Aug 2018 16:10:13 +0200 Subject: ath79: fix PLL settings for QCA955x This adds PLL settings for the ethernet ports of the TP-Link TL-WR1043 v2/v3 and the Openmesh OM5P-AC-v2. We also change the PLL-settings in the qca9557.dtsi to match the ones used as default on the ar71xx target. As of 4b9680f138 those devices have broken ethernet ports as the default PLL settings defined in the QCA9557.dtsi are applied which are off for those devices. Signed-off-by: David Bauer --- target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi') diff --git a/target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi b/target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi index 52041b8d01..fb08f867de 100644 --- a/target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi +++ b/target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi @@ -155,6 +155,8 @@ ð0 { status = "okay"; + pll-data = <0x56000000 0x00000101 0x00001616>; + mtd-mac-address = <&uboot 0x1fc00>; mtd-mac-address-increment = <1>; phy-handle = <&phy0>; @@ -163,6 +165,8 @@ ð1 { status = "okay"; + pll-data = <0x03000101 0x00000101 0x00001616>; + mtd-mac-address = <&uboot 0x1fc00>; fixed-link { -- cgit v1.2.3