Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d659af34 authored by Aditya Mathur's avatar Aditya Mathur
Browse files

ARM: dts: sa2150p: Enable EMAC settings for SA2150P



Reverse EMAC RX clock polarity for 10/100M and keep DLL in bypass
mode for 1000M on SA2150P NAND platform.

Change-Id: I29dc8b7427c0e8c113d8e0a58848fed8486db928
Signed-off-by: default avatarAditya Mathur <aditmath@codeaurora.org>
parent a59316c6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -73,3 +73,11 @@
&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
};

&ethqos_hw {
	rxc-skew-ps = <720>;
	io-macro-info {
		rx-prog-swap;
		rx-dll-bypass;
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -147,3 +147,11 @@
&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
};

&ethqos_hw {
	rxc-skew-ps = <720>;
	io-macro-info {
		rx-prog-swap;
		rx-dll-bypass;
	};
};