]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: tx6: add enet_out clock for FEC karo-tx6 kc/karo-tx6 KARO-TX6-2015-08-24 KARO-TX6-2015-09-18
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Aug 2015 16:55:11 +0000 (18:55 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Aug 2015 16:55:11 +0000 (18:55 +0200)
TX6 utilizes the ENET_OUT clock as reference clock for its ethernet
PHY. Specify it in DT, so it will be handled correctly by the driver.

arch/arm/boot/dts/imx6qdl-tx6.dtsi

index 140d643818f5f1f15cdc359aab6da44fe83c5f03..7ba3ce8418c7caafc751a41b6eb41b577ba34a5f 100644 (file)
        phy-mode = "rmii";
        phy-reset-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>;
        phy-supply = <&reg_3v3_etn>;
+       clocks = <&clks 117>, <&clks 117>, <&clks 190>, <&clks 190>;
+       clock-names = "ipg", "ahb", "ptp", "enet_out";
        status = "okay";
 };