All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Subject: [PATCH v2 15/19] ARM: tegra: apalis-tk1: drop obsolete spidev nodes
Date: Sat,  1 Sep 2018 15:05:00 +0200	[thread overview]
Message-ID: <20180901130504.14318-16-marcel@ziswiler.com> (raw)
In-Reply-To: <20180901130504.14318-1-marcel@ziswiler.com>

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Drop obsolete spidev device tree nodes as nowadays one should do this
by binding the spidev driver to specific instances/chip selects at
runtime.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v2:
- New patch.

 arch/arm/boot/dts/tegra124-apalis-eval.dts      | 12 ------------
 arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts | 12 ------------
 2 files changed, 24 deletions(-)

diff --git a/arch/arm/boot/dts/tegra124-apalis-eval.dts b/arch/arm/boot/dts/tegra124-apalis-eval.dts
index 08f60636441d..2710eb79b63e 100644
--- a/arch/arm/boot/dts/tegra124-apalis-eval.dts
+++ b/arch/arm/boot/dts/tegra124-apalis-eval.dts
@@ -142,24 +142,12 @@
 	spi@7000d400 {
 		status = "okay";
 		spi-max-frequency = <50000000>;
-
-		spidev0: spidev@0 {
-			compatible = "spidev";
-			reg = <0>;
-			spi-max-frequency = <50000000>;
-		};
 	};
 
 	/* SPI4: Apalis SPI2 */
 	spi@7000da00 {
 		status = "okay";
 		spi-max-frequency = <50000000>;
-
-		spidev1: spidev@0 {
-			compatible = "spidev";
-			reg = <0>;
-			spi-max-frequency = <50000000>;
-		};
 	};
 
 	/* Apalis Serial ATA */
diff --git a/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts b/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
index 97c56e82c51d..574780250031 100644
--- a/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
+++ b/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
@@ -108,24 +108,12 @@
 	spi@7000d400 {
 		status = "okay";
 		spi-max-frequency = <50000000>;
-
-		spidev0: spidev@0 {
-			compatible = "spidev";
-			reg = <0>;
-			spi-max-frequency = <50000000>;
-		};
 	};
 
 	/* SPI4: Apalis SPI2 */
 	spi@7000da00 {
 		status = "okay";
 		spi-max-frequency = <50000000>;
-
-		spidev1: spidev@0 {
-			compatible = "spidev";
-			reg = <0>;
-			spi-max-frequency = <50000000>;
-		};
 	};
 
 	/* Apalis Serial ATA */
-- 
2.14.4

  parent reply	other threads:[~2018-09-01 13:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-01 13:04 [PATCH v2 00/19] ARM: dts: tegra: apalis-tk1: minor revamp Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 01/19] ARM: tegra: apalis-tk1: add local-mac-address property Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 02/19] ARM: tegra: apalis-tk1: reorder host1x/hdmi properties Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 03/19] ARM: tegra: apalis-tk1: reorder padctl properties Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 04/19] ARM: tegra: apalis-tk1: regulator clean-up Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 05/19] ARM: tegra: apalis-tk1: add missing regulators Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 06/19] ARM: tegra: apalis-tk1: drop unused pinmux label Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 07/19] ARM: tegra: apalis-tk1: white-space clean-up Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 08/19] ARM: tegra: apalis-tk1: reorder backlight properties Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 09/19] ARM: tegra: apalis-tk1: add proper emmc vmmc and vqmmc supplies Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 10/19] ARM: tegra: apalis-tk1: enable emmc ddr52 mode Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 11/19] ARM: tegra: apalis-tk1: add toradex,apalis-tk1-v1.2 compatible Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 12/19] ARM: tegra: apalis-tk1: reorder cpu dfll clock properties Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 13/19] ARM: tegra: apalis-tk1: reorder SD card properties Marcel Ziswiler
2018-09-01 13:04 ` [PATCH v2 14/19] ARM: tegra: apalis-tk1: drop module level model and compatible Marcel Ziswiler
2018-09-01 13:05 ` Marcel Ziswiler [this message]
2018-09-01 13:05 ` [PATCH v2 16/19] ARM: tegra: apalis-tk1: replace underscores in node names with dashes Marcel Ziswiler
2018-09-01 13:05 ` [PATCH v2 17/19] ARM: tegra: apalis-tk1: get rid of fake clocks simple bus Marcel Ziswiler
2018-09-01 13:05 ` [PATCH v2 18/19] ARM: tegra: apalis-tk1: shorten temperature-sensor node Marcel Ziswiler
2018-09-01 13:05 ` [PATCH v2 19/19] ARM: tegra: apalis-tk1: drop unused hdmi_ddc label Marcel Ziswiler
2018-09-26 14:56 ` [PATCH v2 00/19] ARM: dts: tegra: apalis-tk1: minor revamp Thierry Reding

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=20180901130504.14318-16-marcel@ziswiler.com \
    --to=marcel@ziswiler.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    /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.