From 7d316faa193fed16079b35c57e0500be3cc6f0a5 Mon Sep 17 00:00:00 2001 From: Ulrich Hecht Date: Mon, 16 Feb 2015 17:58:58 +0100 Subject: [PATCH] ARM: shmobile: bockw dts: Move Ethernet node to BSC Move the Ethernet node to the new BSC node, as its connected to the Bus State Controller. Signed-off-by: Ulrich Hecht Acked-by: Laurent Pinchart Acked-by: Geert Uytterhoeven [horms: dropped compat string changes as they seem out of scope] Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7778-bockw.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 96cfcdc7b19b..274a1b6fe329 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -45,7 +45,9 @@ regulator-boot-on; regulator-always-on; }; +}; +&bsc { ethernet@18300000 { compatible = "smsc,lan9220", "smsc,lan9115"; reg = <0x18300000 0x1000>; -- 2.39.5