All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/13] ARM: shmobile: sh7372 dtsi: Remove Legacy DTSI file
Date: Wed, 21 Jan 2015 04:54:37 +0000	[thread overview]
Message-ID: <20150121045437.7648.13202.sendpatchset@little-apple> (raw)
In-Reply-To: <20150121045256.7648.7451.sendpatchset@little-apple>

From: Magnus Damm <damm+renesas@opensource.se>

Remove the sh7372 DTSI file for the now unsupported sh7372 SoC.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/boot/dts/sh7372.dtsi |   35 -----------------------------------
 1 file changed, 35 deletions(-)

--- 0001/arch/arm/boot/dts/sh7372.dtsi
+++ /dev/null	2015-01-13 15:44:39.280208949 +0900
@@ -1,35 +0,0 @@
-/*
- * Device Tree Source for the sh7372 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,sh7372";
-
-	cpus {
-		#address-cells = <1>;
-		#size-cells = <0>;
-
-		cpu@0 {
-			compatible = "arm,cortex-a8";
-			device_type = "cpu";
-			reg = <0x0>;
-			clock-frequency = <800000000>;
-		};
-	};
-
-	pfc: pfc@e6050000 {
-		compatible = "renesas,pfc-sh7372";
-		reg = <0xe6050000 0x8000>,
-		      <0xe605801c 0x1c>;
-		gpio-controller;
-		#gpio-cells = <2>;
-	};
-};

WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/13] ARM: shmobile: sh7372 dtsi: Remove Legacy DTSI file
Date: Wed, 21 Jan 2015 13:54:37 +0900	[thread overview]
Message-ID: <20150121045437.7648.13202.sendpatchset@little-apple> (raw)
In-Reply-To: <20150121045256.7648.7451.sendpatchset@little-apple>

From: Magnus Damm <damm+renesas@opensource.se>

Remove the sh7372 DTSI file for the now unsupported sh7372 SoC.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/boot/dts/sh7372.dtsi |   35 -----------------------------------
 1 file changed, 35 deletions(-)

--- 0001/arch/arm/boot/dts/sh7372.dtsi
+++ /dev/null	2015-01-13 15:44:39.280208949 +0900
@@ -1,35 +0,0 @@
-/*
- * Device Tree Source for the sh7372 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,sh7372";
-
-	cpus {
-		#address-cells = <1>;
-		#size-cells = <0>;
-
-		cpu at 0 {
-			compatible = "arm,cortex-a8";
-			device_type = "cpu";
-			reg = <0x0>;
-			clock-frequency = <800000000>;
-		};
-	};
-
-	pfc: pfc at e6050000 {
-		compatible = "renesas,pfc-sh7372";
-		reg = <0xe6050000 0x8000>,
-		      <0xe605801c 0x1c>;
-		gpio-controller;
-		#gpio-cells = <2>;
-	};
-};

  parent reply	other threads:[~2015-01-21  4:54 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21  4:52 [PATCH 00/13] ARM: shmobile: Remove sh7372/Mackerel and ZBOOT MMC/SDHI support Magnus Damm
2015-01-21  4:52 ` Magnus Damm
2015-01-21  4:53 ` [PATCH 01/13] ARM: shmobile: mackerel: Remove ZBOOT code Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21  4:53 ` [PATCH 02/13] ARM: shmobile: mackerel: Remove Legacy C board code Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21  4:53 ` [PATCH 03/13] ARM: shmobile: mackerel dts: Remove Legacy DTS file Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21  4:53 ` [PATCH 04/13] ARM: shmobile: mackerel: Remove DT binding documentation Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21  4:53 ` [PATCH 05/13] ARM: shmobile: mackerel: Remove mach-type entry Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21  4:53 ` [PATCH 06/13] ARM: shmobile: mackerel: Remove defconfig Magnus Damm
2015-01-21  4:53   ` Magnus Damm
2015-01-21 10:46   ` Geert Uytterhoeven
2015-01-21 10:46     ` Geert Uytterhoeven
2015-01-26  4:14     ` Magnus Damm
2015-01-26  4:14       ` Magnus Damm
2015-01-21  4:54 ` [PATCH 07/13] ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI support Magnus Damm
2015-01-21  4:54   ` Magnus Damm
2015-01-21  4:54 ` [PATCH 08/13] ARM: shmobile: sh7372: Remove Legacy C SoC code Magnus Damm
2015-01-21  4:54   ` Magnus Damm
2015-01-21  4:54 ` [PATCH 09/13] ARM: shmobile: sh7372: Remove DT binding documentation Magnus Damm
2015-01-21  4:54   ` Magnus Damm
2015-01-21  4:54 ` Magnus Damm [this message]
2015-01-21  4:54   ` [PATCH 10/13] ARM: shmobile: sh7372 dtsi: Remove Legacy DTSI file Magnus Damm
2015-01-21  4:54 ` [PATCH 11/13] Documentation: Remove ZBOOT MMC/SDHI utility and docs Magnus Damm
2015-01-21  4:54   ` Magnus Damm
2015-01-21 10:40   ` Geert Uytterhoeven
2015-01-21 10:40     ` Geert Uytterhoeven
2015-01-26  6:10     ` Magnus Damm
2015-01-26  6:10       ` Magnus Damm
2015-01-21  4:54 ` [PATCH 12/13] pinctrl: sh-pfc: sh7372: Remove PFC support Magnus Damm
2015-01-21  4:54   ` Magnus Damm
2015-01-21 12:40   ` Laurent Pinchart
2015-01-21 12:40     ` Laurent Pinchart
2015-01-26  4:15     ` Magnus Damm
2015-01-26  4:15       ` Magnus Damm
2015-01-21  4:55 ` [PATCH 13/13] pinctrl: sh-pfc: sh7372: Remove DT binding documentation Magnus Damm
2015-01-21  4:55   ` Magnus Damm
2015-01-21  5:25 ` [PATCH 00/13] ARM: shmobile: Remove sh7372/Mackerel and ZBOOT MMC/SDHI support Kuninori Morimoto
2015-01-21  5:25   ` Kuninori Morimoto
2015-01-21 10:47   ` Geert Uytterhoeven
2015-01-21 10:47     ` Geert Uytterhoeven
2015-01-26  6:47     ` Magnus Damm
2015-01-26  6:47       ` Magnus Damm
2015-01-26  8:20       ` Geert Uytterhoeven
2015-01-26  8:20         ` Geert Uytterhoeven
2015-01-26  9:13         ` Magnus Damm
2015-01-26  9:13           ` Magnus Damm
2015-01-21 12:42 ` Laurent Pinchart
2015-01-21 12:42   ` Laurent Pinchart
2015-01-26  6:49   ` Magnus Damm
2015-01-26  6:49     ` Magnus Damm
2015-01-26  0:22 ` Simon Horman
2015-01-26  0:22   ` Simon Horman
2015-01-26  6:51   ` Magnus Damm
2015-01-26  6:51     ` Magnus Damm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150121045437.7648.13202.sendpatchset@little-apple \
    --to=magnus.damm@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.