1 From 58d3d07985c1adab31a3ed76360d016bb1c5b358 Mon Sep 17 00:00:00 2001
2 From: Matthew Hagan <mnhagan88@gmail.com>
3 Date: Fri, 15 Oct 2021 23:50:22 +0100
4 Subject: [PATCH] ARM: dts: NSP: MX65: add qca8k falling-edge, PLL properties
6 This patch enables two properties for the QCA8337 switches on the MX65.
8 Set the SGMII transmit clock to falling edge
9 "qca,sgmii-txclk-falling-edge" to conform to the OEM configuration [1].
11 The new explicit PLL enable option "qca,sgmii-enable-pll" is required
14 [1] https://git.kernel.org/netdev/net-next/c/6c43809bf1be
15 [2] https://git.kernel.org/netdev/net-next/c/bbc4799e8bb6
17 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
18 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
20 arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi | 4 ++++
21 1 file changed, 4 insertions(+)
23 --- a/arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi
24 +++ b/arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi
29 + qca,sgmii-enable-pll;
30 + qca,sgmii-txclk-falling-edge;
38 + qca,sgmii-enable-pll;
39 + qca,sgmii-txclk-falling-edge;