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

Commit bc51901f authored by Lakshit Tyagi's avatar Lakshit Tyagi Committed by Gerrit - the friendly Code Review server
Browse files

ARM64: dts: Disabling EMAC for RCMs



- Disabling EMAC for RCMs to disable all the eth clocks

Change-Id: I6f0e9e2e01b7f853075edfa258bbc2e6c6849382
Signed-off-by: default avatarLakshit Tyagi <ltyagi@codeaurora.org>
parent 821c07f0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -67,3 +67,7 @@
&usb2_phy1 {
	status = "disabled";
};

&emac_hw {
	status = "disabled";
};