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

Commit 89086d9c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: sa2150p: Enable EMAC settings for SA2150P"

parents 7245ee4e d659af34
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -73,3 +73,11 @@
&sdx_ext_ipc {
&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
	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 Original line Diff line number Diff line
@@ -147,3 +147,11 @@
&sdx_ext_ipc {
&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
};
};

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