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

Commit 6b6430e8 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Jason Cooper
Browse files

ARM: orion5x: Fix typo in device_type property of phy node



This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent d8c552dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
	status = "okay";

	ethphy: ethernet-phy {
		device-type = "ethernet-phy";
		device_type = "ethernet-phy";
		reg = <8>;
	};
};