diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-10-29 10:06:00 +0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-06 08:47:20 +0400 |
commit | 2864b19142c0f7aa44791499e159f9462c2e64be (patch) | |
tree | b5354abf7417457d2edaa47a0bdb5050c115ce37 /arch/arm/boot/dts/sh7377.dtsi | |
parent | ed9c0754cef1d9f81f70b3147189a5a1b4a307a8 (diff) | |
download | linux-2864b19142c0f7aa44791499e159f9462c2e64be.tar.xz |
ARM: shmobile: Remove SH7377 support
This is old CPU of shmobile, and the machine by which this CPU is
used cannot be obtained.
Therefore, remove SH7377 support.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh7377.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sh7377.dtsi | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/boot/dts/sh7377.dtsi b/arch/arm/boot/dts/sh7377.dtsi deleted file mode 100644 index 767ee0796daa..000000000000 --- a/arch/arm/boot/dts/sh7377.dtsi +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Device Tree Source for the sh7377 SoC - * - * Copyright (C) 2012 Renesas Solutions Corp. - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - */ - -/include/ "skeleton.dtsi" - -/ { - compatible = "renesas,sh7377"; - - cpus { - cpu@0 { - compatible = "arm,cortex-a8"; - }; - }; -}; |